From 0682a691c0f3175325dfb18852a5a4fa2161fec6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 09:01:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 67b4367..fbf6a26 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,13 +50,13 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/mother-her-daughter-playing-with-dog-family-autumn-park-pet-domestic-animal-lifestyle-concept_1157-42377.jpg", imageAlt: "Happy pets playing" + imageSrc: "http://img.b2bpic.net/free-photo/mother-her-daughter-playing-with-dog-family-autumn-park-pet-domestic-animal-lifestyle-concept_1157-42377.jpg?_wi=1", imageAlt: "Happy pets playing" }, { - imageSrc: "http://img.b2bpic.net/free-photo/professional-hair-scissors-copy-space_23-2148352934.jpg", imageAlt: "Pet grooming service" + imageSrc: "http://img.b2bpic.net/free-photo/professional-hair-scissors-copy-space_23-2148352934.jpg?_wi=1", imageAlt: "Pet grooming service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-veterinarian-taking-care-pet_23-2149143903.jpg", imageAlt: "Veterinary care" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-veterinarian-taking-care-pet_23-2149143903.jpg?_wi=1", imageAlt: "Veterinary care" } ]} autoplayDelay={4000} @@ -82,16 +82,16 @@ export default function LandingPage() { tag="What We Offer" features={[ { - title: "Professional Grooming", description: "Expert grooming with premium shampoos and conditioning treatments", imageSrc: "http://img.b2bpic.net/free-photo/professional-hair-scissors-copy-space_23-2148352934.jpg", imageAlt: "Professional grooming", buttonIcon: Sparkles + title: "Professional Grooming", description: "Expert grooming with premium shampoos and conditioning treatments", imageSrc: "http://img.b2bpic.net/free-photo/professional-hair-scissors-copy-space_23-2148352934.jpg?_wi=2", imageAlt: "Professional grooming", buttonIcon: Sparkles }, { - title: "Veterinary Care", description: "Health checkups, vaccinations, and medical consultations", imageSrc: "http://img.b2bpic.net/free-photo/close-up-veterinarian-taking-care-pet_23-2149143903.jpg", imageAlt: "Veterinary care", buttonIcon: Heart + title: "Veterinary Care", description: "Health checkups, vaccinations, and medical consultations", imageSrc: "http://img.b2bpic.net/free-photo/close-up-veterinarian-taking-care-pet_23-2149143903.jpg?_wi=2", imageAlt: "Veterinary care", buttonIcon: Heart }, { title: "Pet Training", description: "Behavioral training and obedience classes for all ages", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-boy-playing-with-his-dog_23-2148576886.jpg", imageAlt: "Pet training", buttonIcon: Target }, { - title: "Pet Boarding", description: "Safe, comfortable boarding facilities with 24/7 supervision", imageSrc: "http://img.b2bpic.net/free-photo/mother-her-daughter-playing-with-dog-family-autumn-park-pet-domestic-animal-lifestyle-concept_1157-42377.jpg", imageAlt: "Pet boarding", buttonIcon: Home + title: "Pet Boarding", description: "Safe, comfortable boarding facilities with 24/7 supervision", imageSrc: "http://img.b2bpic.net/free-photo/mother-her-daughter-playing-with-dog-family-autumn-park-pet-domestic-animal-lifestyle-concept_1157-42377.jpg?_wi=2", imageAlt: "Pet boarding", buttonIcon: Home } ]} textboxLayout="default"