diff --git a/src/app/page.tsx b/src/app/page.tsx index f44fa6c..55ed46c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import { Sparkles, MapPin, Phone, Clock, Smile } from "lucide-react"; +import { Sparkles, MapPin } from "lucide-react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import FooterMedia from '@/components/sections/footer/FooterMedia'; @@ -113,6 +113,7 @@ export default function LandingPage() { gridVariant="asymmetric-60-wide-40-narrow" title="What Our Clients Say" description="We value every single review from our community." + useInvertedBackground={false} testimonials={[ { id: "t1", name: "Mike R.", role: "Local", company: "Gaithersburg", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-joyful-blonde-male-barber-uniform-holds-hair-clipper-raises-fist-up-isolated-olive-green-space-with-copy-space_141793-60317.jpg" }, { id: "t2", name: "Sarah K.", role: "Local", company: "Gaithersburg", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-getting-haircut_23-2148817196.jpg" },