diff --git a/src/app/page.tsx b/src/app/page.tsx index 956bf2d..cde2bd4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { window.open("https://wa.link/rk9tdv", "_blank")}, { - id: "p2", name: "Golden Retriever", price: "Enquire Now", imageSrc: "http://img.b2bpic.net/free-photo/closeup-adorable-golden-retriever-snowy-road-daylight_181624-60951.jpg", imageAlt: "Golden Retriever puppy"}, + id: "p2", name: "Golden Retriever", price: "Enquire Now", imageSrc: "http://img.b2bpic.net/free-photo/closeup-adorable-golden-retriever-snowy-road-daylight_181624-60951.jpg", imageAlt: "Golden Retriever puppy", onProductClick: () => window.open("https://wa.link/rk9tdv", "_blank")}, { - id: "p3", name: "Pomeranian", price: "Enquire Now", imageSrc: "http://img.b2bpic.net/free-photo/dog-canine-animal-mammal-pet-puppy_53876-23399.jpg", imageAlt: "Pomeranian puppy"}, + id: "p3", name: "Pomeranian", price: "Enquire Now", imageSrc: "http://img.b2bpic.net/free-photo/dog-canine-animal-mammal-pet-puppy_53876-23399.jpg", imageAlt: "Pomeranian puppy", onProductClick: () => window.open("https://wa.link/rk9tdv", "_blank")}, { - id: "p4", name: "Siberian Husky", price: "Enquire Now", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-dog_1157-5142.jpg", imageAlt: "Siberian Husky puppy"}, + id: "p4", name: "Siberian Husky", price: "Enquire Now", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-dog_1157-5142.jpg", imageAlt: "Siberian Husky puppy", onProductClick: () => window.open("https://wa.link/rk9tdv", "_blank")}, { - id: "p5", name: "Shih Tzu", price: "Enquire Now", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-sitting-shih-poo-house_181624-44413.jpg", imageAlt: "Shih Tzu puppy"}, + id: "p5", name: "Shih Tzu", price: "Enquire Now", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-sitting-shih-poo-house_181624-44413.jpg", imageAlt: "Shih Tzu puppy", onProductClick: () => window.open("https://wa.link/rk9tdv", "_blank")}, { - id: "p6", name: "Beagle", price: "Enquire Now", imageSrc: "http://img.b2bpic.net/free-photo/cute-beagle-portrait_1385-381.jpg", imageAlt: "Beagle puppy"}, + id: "p6", name: "Beagle", price: "Enquire Now", imageSrc: "http://img.b2bpic.net/free-photo/cute-beagle-portrait_1385-381.jpg", imageAlt: "Beagle puppy", onProductClick: () => window.open("https://wa.link/rk9tdv", "_blank")}, ]} title="Discover Our Beautiful Breeds" description="Find your perfect companion from our selection of healthy, purebred puppies, each raised with love and care." @@ -252,4 +252,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}