From 434f5f1347dc1fdaa551bb9ccafd5d167804107b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 03:25:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ab73bf..f5aa989 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Leaf, Award, Utensils, Droplets, Wrench, ShieldCheck } from "lucide-react"; +import { ShieldCheck, Wrench, Droplets } from "lucide-react"; export default function LandingPage() { return ( @@ -102,6 +102,7 @@ export default function LandingPage() { description="Transparent flat-rate options for common repairs." animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} plans={[ { id: "basic", badge: "Quick", price: "$99", subtitle: "Basic Repair", features: ["Up to 1 hour work", "Parts not included", "Standard service call"] }, { id: "pro", badge: "Most Popular", price: "$249", subtitle: "Premium Repair", features: ["Up to 3 hours work", "Minor parts included", "Priority scheduling"] } @@ -114,6 +115,7 @@ export default function LandingPage() { cardTitle="Customer Reviews" cardTag="Our Reputation" cardAnimation="slide-up" + useInvertedBackground={false} testimonials={[ { id: "1", name: "John Doe", imageSrc: "https://img.b2bpic.net/free-photo/satisfied-client_23-2147717174.jpg" }, { id: "2", name: "Jane Smith", imageSrc: "https://img.b2bpic.net/free-photo/happy-customer_23-2150517420.jpg" } @@ -141,6 +143,7 @@ export default function LandingPage() { title="Ready for a fix?" description="Speak with a friendly expert today and book your visit." background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} /> -- 2.49.1