From 105a9de1226c451ad81660ed56d4d0d29134baba Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 05:55:23 +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 5bd10c5..3daaa0d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "Scrambled Eggs Breakfast", description: "A customer favourite. Fresh, generous, and cooked right. Served with toast and your choice of spreads.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-egg-vegetables-sandwich-bowl_23-2147953633.jpg", imageAlt: "Scrambled eggs breakfast with toast", buttons: [{ text: "See full menu", href: "#menu" }] + title: "Scrambled Eggs Breakfast", description: "A customer favourite. Fresh, generous, and cooked right. Served with toast and your choice of spreads.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-egg-vegetables-sandwich-bowl_23-2147953633.jpg?_wi=1", imageAlt: "Scrambled eggs breakfast with toast", buttons: [{ text: "See full menu", href: "#menu" }] }, { id: 2, @@ -100,11 +100,11 @@ export default function LandingPage() { }, { id: "3", name: "Emma Rodriguez", role: "Breakfast Fan", company: "Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-texture-close-up_23-2148964851.jpg", imageAlt: "Emma Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-texture-close-up_23-2148964851.jpg?_wi=1", imageAlt: "Emma Rodriguez" }, { id: "4", name: "Michael Thompson", role: "Coffee Enthusiast", company: "Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/bruschetta-salmon-ham-tomato-corns-greens-cheese-side-view_141793-3076.jpg", imageAlt: "Michael Thompson" + imageSrc: "http://img.b2bpic.net/free-photo/bruschetta-salmon-ham-tomato-corns-greens-cheese-side-view_141793-3076.jpg?_wi=1", imageAlt: "Michael Thompson" } ]} kpiItems={[ @@ -125,15 +125,15 @@ export default function LandingPage() { products={[ { id: "eggs", brand: "Breakfast", name: "Scrambled Eggs", price: "$8.50", rating: 5, - reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/fresh-egg-vegetables-sandwich-bowl_23-2147953633.jpg", imageAlt: "Scrambled eggs breakfast" + reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/fresh-egg-vegetables-sandwich-bowl_23-2147953633.jpg?_wi=2", imageAlt: "Scrambled eggs breakfast" }, { id: "toast", brand: "Breakfast", name: "Toast & Spreads", price: "$4.50", rating: 5, - reviewCount: "85+", imageSrc: "http://img.b2bpic.net/free-photo/bruschetta-salmon-ham-tomato-corns-greens-cheese-side-view_141793-3076.jpg", imageAlt: "Toast and spreads" + reviewCount: "85+", imageSrc: "http://img.b2bpic.net/free-photo/bruschetta-salmon-ham-tomato-corns-greens-cheese-side-view_141793-3076.jpg?_wi=2", imageAlt: "Toast and spreads" }, { id: "pastries", brand: "Bakery", name: "Fresh Pastries", price: "$5.00", rating: 5, - reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-texture-close-up_23-2148964851.jpg", imageAlt: "Fresh pastries" + reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-texture-close-up_23-2148964851.jpg?_wi=2", imageAlt: "Fresh pastries" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1