From 0f5f14dc9bfdcd7dc21ac117f4ac17a7b7b39f74 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 06:23:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a33af5c..d1f2456 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient" }} tag="Fresh & Natural" tagIcon={Leaf} - imageSrc="http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg" + imageSrc="http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg?_wi=1" imageAlt="Premium pet food products" buttons={[ { text: "Shop Now", href: "products" }, @@ -72,7 +72,7 @@ export default function LandingPage() { id: "2", name: "Grain-Free Salmon Mix", price: "$38.99", imageSrc: "http://img.b2bpic.net/free-photo/bengal-cat-tastes-breakfast-from-woman-s-fork_8353-523.jpg", imageAlt: "Grain-free salmon pet food", initialQuantity: 1, }, { - id: "3", name: "Farm-Fresh Beef & Veggie", price: "$35.99", imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg", imageAlt: "Farm-fresh beef and vegetable blend", initialQuantity: 1, + id: "3", name: "Farm-Fresh Beef & Veggie", price: "$35.99", imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg?_wi=2", imageAlt: "Farm-fresh beef and vegetable blend", initialQuantity: 1, }, ]} gridVariant="three-columns-all-equal-width" @@ -128,7 +128,7 @@ export default function LandingPage() { title="We're passionate about providing the best nutrition for your pets. Every ingredient is carefully selected to support their health, vitality, and happiness." description="Founded by pet lovers" subdescription="PawsNutrition" - imageSrc="http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg" + imageSrc="http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg?_wi=3" imageAlt="About PawsNutrition" mediaAnimation="slide-up" useInvertedBackground={false} -- 2.49.1