From 349bcb88832c781dce2437dd500aad060a3c81c5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 00:21:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 450cd4f..bef7ef2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { buttonAnimation="slide-up" background={{ variant: "sparkles-gradient" }} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mushroom-pizza-with-cheese-olives-seasonings-dark-surface-dough-pizza-meal-italian-food_140725-101773.jpg", imageAlt: "Cheesy pizza with melted mozzarella" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mushroom-pizza-with-cheese-olives-seasonings-dark-surface-dough-pizza-meal-italian-food_140725-101773.jpg?_wi=1", imageAlt: "Cheesy pizza with melted mozzarella" }, { imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-margherita-pizza-with-mozzarella-cheese-basil-leaves_9975-124847.jpg", imageAlt: "Fresh margherita pizza with basil" }, { imageSrc: "http://img.b2bpic.net/free-photo/man-putting-mozzarella-baked-pizza-dough-with-smoked-salmon-slices_23-2148785700.jpg", imageAlt: "Vegetarian pizza with fresh vegetables" }, { imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-slices-baking-paper_23-2148765316.jpg", imageAlt: "Loaded pizza with generous toppings" }, @@ -208,7 +208,7 @@ export default function LandingPage() { tagAnimation="opacity" background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-mushroom-pizza-with-cheese-olives-seasonings-dark-surface-dough-pizza-meal-italian-food_140725-101773.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-mushroom-pizza-with-cheese-olives-seasonings-dark-surface-dough-pizza-meal-italian-food_140725-101773.jpg?_wi=2" imageAlt="Cheesy Ocean pizza" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1