diff --git a/src/app/page.tsx b/src/app/page.tsx index 71026f9..3fd57ff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Calendar, Heart, Mail, Wrench, Bike } from "lucide-react"; +import { Calendar, Heart, Mail, Wrench } from "lucide-react"; export default function LandingPage() { return ( @@ -89,6 +89,7 @@ export default function LandingPage() { cardTitle="What Our Community Says" cardTag="Testimonials" cardAnimation="slide-up" + useInvertedBackground={false} testimonials={[ { id: "t1", name: "Sarah T.", imageSrc: "http://img.b2bpic.net/free-photo/woman-fastening-helmet-man_23-2147764135.jpg" }, { id: "t2", name: "Mike D.", imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-man-smiling-confident-standing-with-arms-crossed-gesture-street_839833-30694.jpg" },