Update src/app/page.tsx

This commit is contained in:
2026-03-27 20:55:46 +00:00
parent db3671c2e8
commit ffe41dda08

View File

@@ -68,27 +68,27 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-woman-dog_23-2148777104.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-woman-dog_23-2148777104.jpg?_wi=1",
imageAlt: "Luxurious pet spa",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-woman-dog_23-2148777104.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-woman-dog_23-2148777104.jpg?_wi=2",
imageAlt: "Luxurious pet spa",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-woman-dog_23-2148777104.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-woman-dog_23-2148777104.jpg?_wi=3",
imageAlt: "Luxurious pet spa",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-woman-dog_23-2148777104.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-woman-dog_23-2148777104.jpg?_wi=4",
imageAlt: "Luxurious pet spa",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-woman-dog_23-2148777104.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-woman-dog_23-2148777104.jpg?_wi=5",
imageAlt: "Luxurious pet spa",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-woman-dog_23-2148777104.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-woman-dog_23-2148777104.jpg?_wi=6",
imageAlt: "Luxurious pet spa",
},
]}
@@ -116,42 +116,42 @@ export default function LandingPage() {
id: 1,
title: "Full Grooming",
description: "Bath, haircut, and styling tailored to your pet's needs.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-woman-dog_23-2148777104.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-woman-dog_23-2148777104.jpg?_wi=7",
imageAlt: "Full grooming",
},
{
id: 2,
title: "Luxury Bath & Brush",
description: "High-end shampoo and thorough brush for a clean coat.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-woman-dog_23-2148777104.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-woman-dog_23-2148777104.jpg?_wi=8",
imageAlt: "Luxury bath",
},
{
id: 3,
title: "Nail & Paw Care",
description: "Gentle nail trimming and paw pad moisturizing treatments.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-woman-dog_23-2148777104.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-woman-dog_23-2148777104.jpg?_wi=9",
imageAlt: "Nail trim",
},
{
id: 4,
title: "De-shedding Treatments",
description: "Specialized techniques to manage seasonal shedding.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-woman-dog_23-2148777104.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-woman-dog_23-2148777104.jpg?_wi=10",
imageAlt: "De-shedding",
},
{
id: 5,
title: "Cat Grooming",
description: "Professional cat handling and grooming services.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-woman-dog_23-2148777104.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-woman-dog_23-2148777104.jpg?_wi=11",
imageAlt: "Cat grooming",
},
{
id: 6,
title: "Add-on Spa Perks",
description: "Teeth brushing, specialty shampoos, and more.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-woman-dog_23-2148777104.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-woman-dog_23-2148777104.jpg?_wi=12",
imageAlt: "Spa perks",
},
]}