From 4f92e5c30b2e1ee2e15c318a2312e1f83d584509 Mon Sep 17 00:00:00 2001 From: TheShadowEevee Date: Fri, 20 Dec 2024 16:38:31 -0600 Subject: [PATCH] Add components for development to index --- src/pages/index.astro | 113 ++++++++++++++++++++++++++++++++++++------ 1 file changed, 98 insertions(+), 15 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index e12a14f..bbf6dec 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,8 +1,9 @@ --- -import { ModeToggle } from '@/components/ModeToggle'; -import Layout from '../layouts/Layout.astro'; -import '@/styles/globals.css'; - +import Layout from "../layouts/Layout.astro"; +import "@/styles/globals.css"; +import { Button } from "@/components/ui/button"; +import { AlertCircle, ChevronRight } from "lucide-react"; +import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert"; // Welcome to Astro! Wondering what to do next? Check out the Astro documentation at https://docs.astro.build // Don't want to use any of this? Delete everything in this file, the `assets`, `components`, and `layouts` directories, and start fresh. @@ -11,23 +12,105 @@ import '@/styles/globals.css'; - + + + Page in Development + + This page is in development. + + +
+
+
+
+

Text1

+
+
+

Text2

+
+
+
+
+

Text1

+
+
+

Text2

+
+
+ +
+
+ +