From dbe928f813b8284cc3edfff4d593af7c5053d894 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 12:57:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 271 +++++++++-------------------------------------- 1 file changed, 52 insertions(+), 219 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bc587fa..d434765 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Coffee } from "lucide-react"; +import { Coffee, Heart, Bowl, EggFried } from "lucide-react"; export default function LandingPage() { return ( @@ -32,83 +32,51 @@ export default function LandingPage() {