Merge version_1 into main #2
@@ -83,14 +83,14 @@ export default function LandingPage() {
|
||||
handle: "@JulieM",
|
||||
testimonial: "Been bringing my dogs to Denise for 8+ years. The consistency and care are unmatched. Wouldn't trust anyone else!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg",
|
||||
},
|
||||
{
|
||||
name: "Bryce K.",
|
||||
handle: "@BryceK",
|
||||
testimonial: "Denise saved us from so much worry! She noticed an ear infection during grooming, something we missed. True professionals who care about your pet's health.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-man_1098-22109.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-man_1098-22109.jpg",
|
||||
},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -292,7 +292,7 @@ export default function LandingPage() {
|
||||
role: "Client",
|
||||
company: "TopKnot Fan",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg",
|
||||
videoAriaLabel: "Testimonial from Julie M.",
|
||||
},
|
||||
{
|
||||
@@ -301,7 +301,7 @@ export default function LandingPage() {
|
||||
role: "Client",
|
||||
company: "Grateful Owner",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-man_1098-22109.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-man_1098-22109.jpg",
|
||||
videoAriaLabel: "Testimonial from Bryce K.",
|
||||
},
|
||||
{
|
||||
@@ -343,21 +343,18 @@ export default function LandingPage() {
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
id: "kpi-1",
|
||||
value: "8+",
|
||||
title: "Years of Loyalty",
|
||||
description: "From our longest-standing clients",
|
||||
icon: Heart,
|
||||
},
|
||||
{
|
||||
id: "kpi-2",
|
||||
value: "5 Stars",
|
||||
title: "Average Rating",
|
||||
description: "Across all platforms",
|
||||
icon: Star,
|
||||
},
|
||||
{
|
||||
id: "kpi-3",
|
||||
value: "Happy Pups",
|
||||
title: "Every Day",
|
||||
description: "Our daily mission",
|
||||
|
||||
Reference in New Issue
Block a user