From d8a27770b6db24a7bcb3098c9be15df98824323e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 17:26:54 +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 be0c8e7..7d84288 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -156,14 +156,14 @@ export default function LandingPage() { id: "p3", name: "Fresh Salad Selection", price: "Daily Price", - imageSrc: "http://img.b2bpic.net/free-photo/plate-full-mixed-vegetables-marble-table_114579-74989.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plate-full-mixed-vegetables-marble-table_114579-74989.jpg?_wi=1", imageAlt: "A vibrant, fresh salad", }, { id: "p4", name: "Homemade Dessert", price: "Daily Price", - imageSrc: "http://img.b2bpic.net/free-photo/plate-full-mixed-vegetables-marble-table_114579-74989.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plate-full-mixed-vegetables-marble-table_114579-74989.jpg?_wi=2", imageAlt: "A delicious slice of homemade cake", }, ]} @@ -185,28 +185,28 @@ export default function LandingPage() { id: "f1", title: "Personalized Menus", description: "Collaborate with our chef to create a bespoke menu perfectly suited for your event and guests.", - imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-tables-hall-interior_1303-18644.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-tables-hall-interior_1303-18644.jpg?_wi=1", imageAlt: "Elegant table setting for a private event", }, { id: "f2", title: "Bring Your Own (BYO)", description: "Feel at home by bringing your favorite alcohol, sweets, and even your own music playlist.", - imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-tables-hall-interior_1303-18644.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-tables-hall-interior_1303-18644.jpg?_wi=2", imageAlt: "Guests enjoying a private event at the cafe", }, { id: "f3", title: "Entertainment Assistance", description: "We can help arrange talented artists, musicians, or entertainers to make your celebration truly special.", - imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-tables-hall-interior_1303-18644.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-tables-hall-interior_1303-18644.jpg?_wi=3", imageAlt: "A musician performing at a cafe event", }, { id: "f4", title: "All Celebrations Welcome", description: "From intimate memorial gatherings to joyous weddings and corporate events, we host them all with care.", - imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-tables-hall-interior_1303-18644.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-tables-hall-interior_1303-18644.jpg?_wi=4", imageAlt: "A cozy gathering with friends at the cafe", }, ]}