From d900645a0cd235d266b7150aa1a30911735a0eef Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 14:37:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 280 ++++++++--------------------------------------- 1 file changed, 44 insertions(+), 236 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a0b99b..f524d4e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Clock, Leaf, Palette, Star, Truck } from "lucide-react"; +import { Clipboard, Clock, Leaf, Palette, Star, Truck, ChefHat } from "lucide-react"; export default function LandingPage() { return ( @@ -30,18 +30,9 @@ export default function LandingPage() {