From 2a1a59f1c34b4c62d5b95475a06bafbc87c9de79 Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Mon, 22 Sep 2025 12:56:43 +0800 Subject: [PATCH] Added column to organize display --- src/pages/index.astro | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 7a4051c..6bd36e5 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,6 +1,6 @@ --- import Layout from '../layouts/Layout.astro' -import { Button, Logo, Link, Page, Footer, Row, Image, Copyright } from '../../fwt/' +import { Button, Logo, Link, Page, Footer, Row, Image, Copyright, Column } from '../../fwt/' import Counter from '../components/Counter/Counter' import PA1 from '../../fwt/images/pat-alcala.avif' import PA2 from '../../fwt/images/pat-alcala.webp' @@ -10,21 +10,23 @@ import PA2 from '../../fwt/images/pat-alcala.webp' - - - + + + + -

Fast WebApp Template

- +

Fast WebApp Template

+ -