From 2a74ca9e5201adfad607b7c34b8829904add785b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 09:21:56 +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 a5c86e4..a33a0fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Shield, ShieldCheck, Sparkles, Zap, Mail, MapPin, Phone } from "lucide-react"; +import { Shield, ShieldCheck, Sparkles, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -161,6 +161,7 @@ export default function LandingPage() { tag="Get in touch" title="Start Your Epoxy Transformation" description="Our experts are ready to provide a custom estimate for your space. Reach out today for a consultation." + background={{ variant: "sparkles-gradient" }} useInvertedBackground={true} imageSrc="http://img.b2bpic.net/free-photo/beautiful-mixture-acrylic-violet-pink-shades_23-2148315598.jpg?_wi=3" buttonText="Submit Request" -- 2.49.1