From 9087eea330f6c6401784758a886f0cf3f9fbc25e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 01:35:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 868827d..0fb0c09 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,15 +70,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-festive-christmas-dinner-together_23-2149174104.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-festive-christmas-dinner-together_23-2149174104.jpg?_wi=1", imageAlt: "Italian feast", }, { - imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-wing-nuggets-black-plate_114579-58130.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-wing-nuggets-black-plate_114579-58130.jpg?_wi=1", imageAlt: "Fresh chicken cutlets", }, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-spanish-croquettes-arrangement_23-2149173827.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-spanish-croquettes-arrangement_23-2149173827.jpg?_wi=1", imageAlt: "Homemade lasagna", }, { @@ -184,21 +184,21 @@ export default function LandingPage() { title: "Family Friendly", description: "Portions perfect for busy working parents.", buttonIcon: "Heart", - imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-festive-christmas-dinner-together_23-2149174104.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-festive-christmas-dinner-together_23-2149174104.jpg?_wi=2", imageAlt: "lasagna vodka sauce delicious italian", }, { title: "Easy Ordering", description: "Place your order via Facebook today.", buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-wing-nuggets-black-plate_114579-58130.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-wing-nuggets-black-plate_114579-58130.jpg?_wi=2", imageAlt: "lasagna vodka sauce delicious italian", }, { title: "Fair Prices", description: "Delicious quality that doesn't break the bank.", buttonIcon: "Award", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-spanish-croquettes-arrangement_23-2149173827.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-spanish-croquettes-arrangement_23-2149173827.jpg?_wi=2", imageAlt: "lasagna vodka sauce delicious italian", }, ]} -- 2.49.1