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 +}