From a964ee24e75480e27bb6c51307f179311fbcdd73 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 03:23:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 165 +++++++++++++++++++---------------------------- 1 file changed, 65 insertions(+), 100 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 09e961c..62c58d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,120 +5,85 @@ import ReactLenis from "lenis/react"; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroCentered from '@/components/sections/hero/HeroCentered'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import { Droplet } from "lucide-react"; +import { Martini, Utensils, Zap, ChefHat } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
- + -
- -
+
+ +
- +
); -} \ No newline at end of file +}