From d2105b61f8b0695e691546638f5c7ee803d19d69 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 06:40:47 +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 85a0650..e6e4b03 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,13 +73,13 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "chicken-blend", name: "Organic Chicken Blend", price: "$42.99", imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg", imageAlt: "Organic Chicken Blend Dog Food", initialQuantity: 1 + id: "chicken-blend", name: "Organic Chicken Blend", price: "$42.99", imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg?_wi=1", imageAlt: "Organic Chicken Blend Dog Food", initialQuantity: 1 }, { - id: "salmon-recipe", name: "Wild Salmon Recipe", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg", imageAlt: "Wild Salmon Recipe Dog Food", initialQuantity: 1 + id: "salmon-recipe", name: "Wild Salmon Recipe", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg?_wi=2", imageAlt: "Wild Salmon Recipe Dog Food", initialQuantity: 1 }, { - id: "beef-classic", name: "Classic Beef Formula", price: "$45.99", imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg", imageAlt: "Classic Beef Formula Dog Food", initialQuantity: 1 + id: "beef-classic", name: "Classic Beef Formula", price: "$45.99", imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg?_wi=3", imageAlt: "Classic Beef Formula Dog Food", initialQuantity: 1 } ]} ariaLabel="Product collection" @@ -106,7 +106,7 @@ export default function LandingPage() { }, { id: 3, - title: "Veterinary Approved Nutrition", description: "All our formulas are developed with veterinary nutritionists to ensure balanced, complete nutrition for optimal pet health.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg", imageAlt: "Veterinary approved nutrition" + title: "Veterinary Approved Nutrition", description: "All our formulas are developed with veterinary nutritionists to ensure balanced, complete nutrition for optimal pet health.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg?_wi=4", imageAlt: "Veterinary approved nutrition" } ]} ariaLabel="Features section" @@ -125,15 +125,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Choose Your Recipe", description: "Select from our variety of formulas tailored for different pet types, ages, and dietary needs.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Step 1: Choose recipe" + title: "Choose Your Recipe", description: "Select from our variety of formulas tailored for different pet types, ages, and dietary needs.", imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Step 1: Choose recipe" }, { id: 2, - title: "Set Your Schedule", description: "Choose how often you'd like your pet food delivered. Flexible plans that adapt to your needs.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Step 2: Set schedule" + title: "Set Your Schedule", description: "Choose how often you'd like your pet food delivered. Flexible plans that adapt to your needs.", imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Step 2: Set schedule" }, { id: 3, - title: "We Handle the Rest", description: "Sit back and relax. We'll deliver fresh, nutritious meals right to your doorstep on schedule.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Step 3: Delivery" + title: "We Handle the Rest", description: "Sit back and relax. We'll deliver fresh, nutritious meals right to your doorstep on schedule.", imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Step 3: Delivery" } ]} ariaLabel="How it works section" -- 2.49.1