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" },