diff --git a/src/app/page.tsx b/src/app/page.tsx index 405dfc1..d46f40a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,7 +1,6 @@ "use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Clock, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -17,7 +16,16 @@ export default function LandingPage() { secondaryButtonStyle="solid" headingFontWeight="bold" > - {/* All sections skipped due to missing component imports */} +
+
+

Welcome to Warm & Crumbly Bakery

+

Artisan breads and pastries made with love

+
+ Visit Our Shop + Read Our Blog +
+
+
); } \ No newline at end of file