From 38292c3ab8df60d4e8787b71c3e9d8b756fe54d6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 01:38:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 48f2e9c..902b26c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } ]} /> -- 2.49.1