Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-05 06:40:52 +00:00

View File

@@ -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"