From c7cea59e13b515db89feaec42e177a4a0ab9f863 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:00:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c890445..a808f4b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/happy-dog-having-fun-park_23-2147997354.jpg", imageAlt: "Colorful interactive dog toys"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-dog-having-fun-park_23-2147997354.jpg?_wi=1", imageAlt: "Colorful interactive dog toys"}, { imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg", imageAlt: "Premium pet nutrition food bag"}, { @@ -93,13 +93,13 @@ export default function LandingPage() { products={[ { id: "1", brand: "NutriPaws", name: "Premium Dog Food", price: "$49.99", rating: 5, - reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/dried-dog-food-background_93675-132605.jpg", imageAlt: "Premium dog food bag with nutritional label"}, + reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/dried-dog-food-background_93675-132605.jpg?_wi=1", imageAlt: "Premium dog food bag with nutritional label"}, { id: "2", brand: "PlayTime Pro", name: "Interactive Rope Toy", price: "$12.99", rating: 5, - reviewCount: "892", imageSrc: "http://img.b2bpic.net/free-photo/happy-dog-having-fun-park_23-2147997354.jpg", imageAlt: "Colorful interactive rope toy for dogs"}, + reviewCount: "892", imageSrc: "http://img.b2bpic.net/free-photo/happy-dog-having-fun-park_23-2147997354.jpg?_wi=2", imageAlt: "Colorful interactive rope toy for dogs"}, { id: "3", brand: "ComfortPet", name: "Orthopedic Pet Bed", price: "$79.99", rating: 5, - reviewCount: "756", imageSrc: "http://img.b2bpic.net/free-photo/woman-petting-adorable-dog_23-2148740433.jpg", imageAlt: "Comfortable orthopedic memory foam pet bed"}, + reviewCount: "756", imageSrc: "http://img.b2bpic.net/free-photo/woman-petting-adorable-dog_23-2148740433.jpg?_wi=1", imageAlt: "Comfortable orthopedic memory foam pet bed"}, ]} /> @@ -139,15 +139,15 @@ export default function LandingPage() { animationType="slide-up" plans={[ { - id: "starter", title: "Essential Starter Pack", price: "$89", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/dried-dog-food-background_93675-132605.jpg", imageAlt: "Essential pet care starter pack", features: ["Premium dog food", "Basic pet toys", "Food and water bowls"], + id: "starter", title: "Essential Starter Pack", price: "$89", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/dried-dog-food-background_93675-132605.jpg?_wi=2", imageAlt: "Essential pet care starter pack", features: ["Premium dog food", "Basic pet toys", "Food and water bowls"], button: { text: "Get Started", href: "#contact" }, }, { - id: "premium", title: "Premium Care Bundle", price: "$169", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/happy-dog-having-fun-park_23-2147997354.jpg", imageAlt: "Premium pet care bundle with toys", features: ["Premium nutrition food", "Interactive toy set", "Comfortable pet bed", "Grooming supplies"], + id: "premium", title: "Premium Care Bundle", price: "$169", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/happy-dog-having-fun-park_23-2147997354.jpg?_wi=3", imageAlt: "Premium pet care bundle with toys", features: ["Premium nutrition food", "Interactive toy set", "Comfortable pet bed", "Grooming supplies"], button: { text: "Subscribe Now", href: "#contact" }, }, { - id: "deluxe", title: "Deluxe Everything Bundle", price: "$249", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/woman-petting-adorable-dog_23-2148740433.jpg", imageAlt: "Deluxe complete pet care collection", features: ["Gourmet pet nutrition", "Premium toy collection", "Luxury orthopedic bed", "Complete grooming kit", "Health supplements", "Priority support"], + id: "deluxe", title: "Deluxe Everything Bundle", price: "$249", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/woman-petting-adorable-dog_23-2148740433.jpg?_wi=2", imageAlt: "Deluxe complete pet care collection", features: ["Gourmet pet nutrition", "Premium toy collection", "Luxury orthopedic bed", "Complete grooming kit", "Health supplements", "Priority support"], button: { text: "Get Deluxe", href: "#contact" }, }, ]}