diff --git a/src/app/page.tsx b/src/app/page.tsx index 91a590f..12208ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactText from '@/components/sections/contact/ContactText'; -import { Star, MapPin, Phone, Clock } from "lucide-react"; +import { Star, MapPin, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -87,6 +87,7 @@ export default function LandingPage() { animationType="slide-up" title="What Pet Owners Say" textboxLayout="split" + useInvertedBackground={false} testimonials={[ { id: "1", name: "Sarah J.", handle: "@puppyowner", testimonial: "The best grooming experience in Ruislip!" }, { id: "2", name: "Mark D.", handle: "@client", testimonial: "So patient with my nervous dog." }, @@ -99,6 +100,7 @@ export default function LandingPage() { text="Ready to pamper your pet? Book your appointment today and see the difference a calm, loving touch makes." background={{ variant: "plain" }} buttons={[{ text: "Call 07598 206450", href: "tel:07598206450" }]} + useInvertedBackground={false} />