From f97f9e95c2864bebff492f2588628231e6ebd991 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 09:28:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 261 +++++++++++------------------------------------ 1 file changed, 60 insertions(+), 201 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 054e803..8a18d02 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import TextAbout from '@/components/sections/about/TextAbout'; -import { BarChart, Layers, ShoppingBag } from "lucide-react"; +import { BarChart, Layers, ShoppingBag, Megaphone } from "lucide-react"; export default function LandingPage() { return ( @@ -32,22 +32,10 @@ export default function LandingPage() {