From da12bf941080df210aab90feecc3f4206feb0d62 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 14:50:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e7adbbe..0c7bf28 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,19 +52,19 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-eating-cereals_23-2148254593.jpg?_wi=1", imageAlt: "Happy children drinking milk" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-eating-cereals_23-2148254593.jpg", imageAlt: "Happy children drinking milk" }, { - imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149708001.jpg?_wi=1", imageAlt: "Children playing actively" + imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149708001.jpg", imageAlt: "Children playing actively" }, { - imageSrc: "http://img.b2bpic.net/free-photo/smiley-christian-family-eating-together-medium-shot_23-2149366503.jpg?_wi=1", imageAlt: "Family breakfast moment" + imageSrc: "http://img.b2bpic.net/free-photo/smiley-christian-family-eating-together-medium-shot_23-2149366503.jpg", imageAlt: "Family breakfast moment" }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-modern-kids-retro-style_23-2150595563.jpg?_wi=1", imageAlt: "School lunch time" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-modern-kids-retro-style_23-2150595563.jpg", imageAlt: "School lunch time" }, { - imageSrc: "http://img.b2bpic.net/free-photo/happy-family-father-mother-daughter-baby-nature-sunset_146671-15633.jpg?_wi=1", imageAlt: "Happy family moments" + imageSrc: "http://img.b2bpic.net/free-photo/happy-family-father-mother-daughter-baby-nature-sunset_146671-15633.jpg", imageAlt: "Happy family moments" } ]} /> @@ -155,19 +155,19 @@ export default function LandingPage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149708001.jpg?_wi=2", imageAlt: "Kids playing actively" + imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149708001.jpg", imageAlt: "Kids playing actively" }, { - imageSrc: "http://img.b2bpic.net/free-photo/smiley-christian-family-eating-together-medium-shot_23-2149366503.jpg?_wi=2", imageAlt: "Family breakfast" + imageSrc: "http://img.b2bpic.net/free-photo/smiley-christian-family-eating-together-medium-shot_23-2149366503.jpg", imageAlt: "Family breakfast" }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-modern-kids-retro-style_23-2150595563.jpg?_wi=2", imageAlt: "School lunch" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-modern-kids-retro-style_23-2150595563.jpg", imageAlt: "School lunch" }, { - imageSrc: "http://img.b2bpic.net/free-photo/happy-family-father-mother-daughter-baby-nature-sunset_146671-15633.jpg?_wi=2", imageAlt: "Happy family" + imageSrc: "http://img.b2bpic.net/free-photo/happy-family-father-mother-daughter-baby-nature-sunset_146671-15633.jpg", imageAlt: "Happy family" }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-eating-cereals_23-2148254593.jpg?_wi=2", imageAlt: "Kids enjoying milk" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-eating-cereals_23-2148254593.jpg", imageAlt: "Kids enjoying milk" } ]} /> @@ -235,13 +235,13 @@ export default function LandingPage() { tag="Shop Now" products={[ { - id: "vanilla", name: "Vanilla Delight", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/brain-booster-pills-container-still-life_23-2150760043.jpg?_wi=1", imageAlt: "Vanilla Milk Powder" + id: "vanilla", name: "Vanilla Delight", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/brain-booster-pills-container-still-life_23-2150760043.jpg", imageAlt: "Vanilla Milk Powder" }, { - id: "strawberry", name: "Strawberry Dream", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/brain-booster-pills-container-still-life_23-2150760043.jpg?_wi=2", imageAlt: "Strawberry Milk Powder" + id: "strawberry", name: "Strawberry Dream", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/brain-booster-pills-container-still-life_23-2150760043.jpg", imageAlt: "Strawberry Milk Powder" }, { - id: "chocolate", name: "Chocolate Adventure", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/brain-booster-pills-container-still-life_23-2150760043.jpg?_wi=3", imageAlt: "Chocolate Milk Powder" + id: "chocolate", name: "Chocolate Adventure", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/brain-booster-pills-container-still-life_23-2150760043.jpg", imageAlt: "Chocolate Milk Powder" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1