From 440ac796d094d4d3861951cd2e86e6ff7fdb5234 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 11:31:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6dcdcd9..a495223 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll' import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import { Award, Recycle, Shield, Mail, Phone, MapPin, Truck } from "lucide-react"; +import { Award, Recycle, Shield, Truck } from "lucide-react"; export default function LandingPage() { return ( @@ -91,6 +91,7 @@ export default function LandingPage() { description="Case studies showing our site clearance and compliance impact." gridVariant="bento-grid" animationType="blur-reveal" + textboxLayout="default" useInvertedBackground={false} products={[ { id: "p1", name: "Industrial Site Clearance", price: "Done", variant: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-factory_1303-14306.jpg" }, -- 2.49.1