diff --git a/src/app/page.tsx b/src/app/page.tsx index a2f5efa..954b51b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { { text: "Book an Appointment", href: "#contact" }, { text: "See Services", href: "#services" }, ]} - imageSrc="http://img.b2bpic.net/free-vector/hand-drawn-pet-grooming-business-card-template_23-2150037912.jpg" + imageSrc="http://img.b2bpic.net/free-vector/hand-drawn-pet-grooming-business-card-template_23-2150037912.jpg?_wi=1" imageAlt="Luxury dog grooming at Lories Pet Palace" /> @@ -72,7 +72,7 @@ export default function LandingPage() { features={[ { title: "Boutique Grooming", description: "Tailored styling for all breeds in a low-stress, calm environment.", buttonIcon: Sparkles, - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-pet-grooming-business-card-template_23-2150037912.jpg", imageAlt: "luxury dog grooming studio interior"}, + imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-pet-grooming-business-card-template_23-2150037912.jpg?_wi=2", imageAlt: "luxury dog grooming studio interior"}, { title: "Anxious Pet Specialists", description: "Patient, one-on-one attention for senior dogs and those with past trauma.", buttonIcon: Shield, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-her-beautiful-dog_1157-36168.jpg", imageAlt: "experienced pet groomer smiling"}, @@ -113,11 +113,11 @@ export default function LandingPage() {