diff --git a/src/app/page.tsx b/src/app/page.tsx index 769938c..f50e174 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Award, Calendar, CheckCircle, Clock, Droplets, Heart, Home, ShieldCheck, Sparkles, ThumbsUp, Truck } from "lucide-react"; +import { Award, Calendar, CheckCircle, Clock, Droplets, Heart, ShieldCheck, Sparkles, ThumbsUp, Truck } from "lucide-react"; export default function LandingPage() { return ( @@ -95,6 +95,7 @@ export default function LandingPage() { icon={Heart} imageSrc="http://img.b2bpic.net/free-photo/smiley-woman-cleaning_23-2148480376.jpg" mediaAnimation="slide-up" + useInvertedBackground={false} /> @@ -103,6 +104,7 @@ export default function LandingPage() { cardAnimation="slide-up" cardTitle="Client Stories" cardTag="Reviews" + useInvertedBackground={true} testimonials={[ { id: "t1", name: "Pia W.", imageSrc: "http://img.b2bpic.net/free-photo/female-with-radiant-smile-sitting-room_259150-60488.jpg" }, { id: "t2", name: "Cherie B.", imageSrc: "http://img.b2bpic.net/free-photo/mid-aged-couple-love-home_23-2147986287.jpg" }, @@ -122,6 +124,8 @@ export default function LandingPage() { mediaAnimation="slide-up" inputPlaceholder="Enter your email for a quote" buttonText="Request Quote" + background={{ variant: "plain" }} + useInvertedBackground={false} />