Merge version_2 into main #6

Merged
bender merged 1 commits from version_2 into main 2026-03-04 10:27:01 +00:00

View File

@@ -61,15 +61,15 @@ export default function LandingPage() {
testimonials={[
{
name: "Dr. Sarah Mitchell", handle: "Veterinary Behaviorist", testimonial: "The Zen Crate Kit is backed by science. Sound-dampening and weighted comfort significantly reduce cortisol levels in anxious dogs.", rating: 5,
imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&q=80"
imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&q=80&_wi=1"
},
{
name: "James Chen", handle: "Dog Parent, Golden Retriever Owner", testimonial: "Within two weeks, Max went from panic attacks to napping peacefully in his crate. This kit changed our lives.", rating: 5,
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&q=80"
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&q=80&_wi=1"
},
{
name: "Emma Rodriguez", handle: "Dog Trainer, Separation Anxiety Specialist", testimonial: "I recommend Zen Crate to every client with anxiety dogs. It's an essential part of any desensitization training program.", rating: 5,
imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&q=80"
imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&q=80&_wi=1"
},
]}
testimonialRotationInterval={5000}
@@ -121,7 +121,7 @@ export default function LandingPage() {
{ value: "73%", title: "Reduction in Anxiety Behaviors" },
{ value: "2-4", title: "Weeks to Noticeable Improvement" },
]}
imageSrc="https://images.unsplash.com/photo-1633722715463-d30628519b74?w=600&q=80"
imageSrc="https://images.unsplash.com/photo-1633722715463-d30628519b74?w=600&q=80&_wi=1"
imageAlt="Dog peacefully resting in secure den environment"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -157,11 +157,11 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Marcus Thompson", role: "Dog Parent", company: "Golden Retriever, Max", rating: 5,
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&q=80"
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&q=80&_wi=2"
},
{
id: "2", name: "Lauren Kessler", role: "Certified Dog Trainer", company: "Separation Anxiety Specialist", rating: 5,
imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&q=80"
imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&q=80&_wi=2"
},
{
id: "3", name: "Dr. Michael Rodriguez", role: "DVM, Behavioral Specialist", company: "Community Veterinary Clinic", rating: 5,
@@ -169,7 +169,7 @@ export default function LandingPage() {
},
{
id: "4", name: "Jessica Liu", role: "Dog Parent", company: "Anxious Rescue Pup, Bella", rating: 5,
imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&q=80"
imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&q=80&_wi=2"
},
]}
kpiItems={[
@@ -267,7 +267,7 @@ export default function LandingPage() {
required: true,
}}
useInvertedBackground={false}
imageSrc="https://images.unsplash.com/photo-1633722715463-d30628519b74?w=600&q=80"
imageSrc="https://images.unsplash.com/photo-1633722715463-d30628519b74?w=600&q=80&_wi=2"
imageAlt="Dog peacefully resting in calming den environment"
mediaAnimation="slide-up"
mediaPosition="right"