Update src/app/page.tsx

This commit is contained in:
2026-04-23 09:18:06 +00:00
parent e33aae3dcf
commit 34771ec8df

View File

@@ -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}
/>
</div>