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

+
+
+ +
+
+ +