From a20e822e81b8b49b871a0df967aa07dbbe08c606 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 11:25:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 319 ++++------------------------------------------- 1 file changed, 23 insertions(+), 296 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5254d69..20f55eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { Coffee, Croissant, Wheat } from "lucide-react"; +import { Coffee, Croissant, Wheat, MapPin, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -31,340 +31,67 @@ export default function LandingPage() {
-
- -
- - -
- -
- -
-
); -} +} \ No newline at end of file