From 63d58404e7b6fefb59a693aa4a99ab3c238aed46 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 11:07:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 227 +++++++---------------------------------------- 1 file changed, 30 insertions(+), 197 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a170d3a..a685255 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import { ChefHat, Zap, Smile, ShieldCheck } from "lucide-react"; export default function LandingPage() { return ( @@ -28,22 +29,9 @@ export default function LandingPage() {