Merge version_1 into main #6

Merged
bender merged 1 commits from version_1 into main 2026-03-12 01:38:17 +00:00

View File

@@ -12,7 +12,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactText from '@/components/sections/contact/ContactText';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { Heart, Sparkles, Clock, Paw } from 'lucide-react';
import { Heart, Sparkles, Clock } from 'lucide-react';
export default function LandingPage() {
return (
@@ -130,16 +130,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "1", title: "GPS-Tracked Walks", description: "Real-time GPS tracking gives you peace of mind knowing exactly where your pup is during every walk.", imageSrc: "http://img.b2bpic.net/free-photo/woman-summer-forest-playing-with-dog_1157-32784.jpg", imageAlt: "GPS tracking technology"
id: 1, title: "GPS-Tracked Walks", description: "Real-time GPS tracking gives you peace of mind knowing exactly where your pup is during every walk.", imageSrc: "http://img.b2bpic.net/free-photo/woman-summer-forest-playing-with-dog_1157-32784.jpg", imageAlt: "GPS tracking technology"
},
{
id: "2", title: "Photo Updates", description: "Receive beautiful photos of your dog enjoying their walk. Stay connected throughout the day.", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-husky_1328-2395.jpg", imageAlt: "Photo updates"
id: 2, title: "Photo Updates", description: "Receive beautiful photos of your dog enjoying their walk. Stay connected throughout the day.", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-husky_1328-2395.jpg", imageAlt: "Photo updates"
},
{
id: "3", title: "Fully Insured & Bonded", description: "Professional insurance coverage and background verification for complete peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-her-beautiful-dog_1157-36177.jpg", imageAlt: "Professional certification"
id: 3, title: "Fully Insured & Bonded", description: "Professional insurance coverage and background verification for complete peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-her-beautiful-dog_1157-36177.jpg", imageAlt: "Professional certification"
},
{
id: "4", title: "Flexible Scheduling", description: "Book walks on your schedule. Morning, afternoon, or evening - we adapt to your lifestyle.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cheerful-labrador-standing-two-feet-field-sunlight-daytime_181624-40068.jpg", imageAlt: "Flexible scheduling"
id: 4, title: "Flexible Scheduling", description: "Book walks on your schedule. Morning, afternoon, or evening - we adapt to your lifestyle.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cheerful-labrador-standing-two-feet-field-sunlight-daytime_181624-40068.jpg", imageAlt: "Flexible scheduling"
}
]}
/>