Merge version_1 into main #5
@@ -67,7 +67,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"
|
||||
@@ -102,15 +102,15 @@ 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"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -154,15 +154,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" },
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user