Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user