Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-10 14:50:21 +00:00

View File

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