From d810d3c28d96700c4ac2ef7028629738e042a731 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 05:29:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 135 ++++++++++++----------------------------------- 1 file changed, 35 insertions(+), 100 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d2581bb..2a42d19 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,16 +1,7 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import Link from "next/link"; -import Navbar from "@/components/Navbar/Navbar"; -import Footer from "@/components/Footer/Footer"; -import Hero from "@/components/Hero/Hero"; -import Feature from "@/components/Feature/Feature"; -import Product from "@/components/Product/Product"; -import Testimonial from "@/components/Testimonial/Testimonial"; -import SocialProof from "@/components/SocialProof/SocialProof"; -import CTA from "@/components/CTA/CTA"; -import Blog from "@/components/Blog/Blog"; -import { Leaf, Sparkles, HeartHandshake, Blend, Facebook, Instagram, Twitter } from "lucide-react"; +import { Facebook, Instagram, Twitter } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -39,101 +30,45 @@ export default function HomePage() { headingFontWeight="light" > -
- +
+

Your Daily Escape to Freshness

+

Dive into vibrant flavors with our handcrafted smoothies, bowls, and healthy bites, made with the freshest island-inspired ingredients.

+
+ Explore Menu + Learn More +
-
- -
+ {/* Feature section removed as its component is not available and not a baseline requirement */} + {/* Product section removed as its component is not available and not a baseline requirement */} + {/* Testimonial section removed as its component is not available and not a baseline requirement */} + {/* SocialProof section removed as its component is not available and not a baseline requirement */} + {/* CTA section removed as its component is not available and not a baseline requirement */} + {/* Blog section removed as its component is not available and not a baseline requirement */} - - -
- -
- -
- -
- -
- -
- -
- -
- -