From 5654c057112ef521a16c42e6e9a1d13940a0e556 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 16:55:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 65afdd4..7e699ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,7 +73,7 @@ export default function LandingPage() { }, ]} enableKpiAnimation={true} - imageSrc="http://img.b2bpic.net/free-photo/dinning-room-table-chairs_1339-4043.jpg" + imageSrc="http://img.b2bpic.net/free-photo/dinning-room-table-chairs_1339-4043.jpg?_wi=1" imageAlt="Modern Belgian Brasserie Interior" mediaAnimation="slide-up" avatars={[ @@ -137,7 +137,7 @@ export default function LandingPage() { description="Cafétéria Brasserie Ans Sports is a modern brasserie located within the sports complex in Ans, Belgium. We provide a space where athletes, families, and friends gather to share delicious meals." subdescription="Our menu features Belgian classics, crispy fries, juicy burgers, and refreshing drinks in a warm, athletic-inspired environment." icon={Utensils} - imageSrc="http://img.b2bpic.net/free-photo/young-adults-having-party-home_23-2149215848.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-adults-having-party-home_23-2149215848.jpg?_wi=1" mediaAnimation="blur-reveal" /> @@ -153,25 +153,25 @@ export default function LandingPage() { id: "1", name: "Belgian Steak with Fries", price: "18€", - imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-meat-broccoli-homemade-potatoes_140725-2187.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-meat-broccoli-homemade-potatoes_140725-2187.jpg?_wi=1", }, { id: "2", name: "Chicken Burger", price: "14€", - imageSrc: "http://img.b2bpic.net/free-photo/dinning-room-table-chairs_1339-4043.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dinning-room-table-chairs_1339-4043.jpg?_wi=2", }, { id: "3", name: "Cheese Croquettes", price: "9€", - imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-meat-broccoli-homemade-potatoes_140725-2187.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-meat-broccoli-homemade-potatoes_140725-2187.jpg?_wi=2", }, { id: "4", name: "Belgian Waffles", price: "7€", - imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-meat-broccoli-homemade-potatoes_140725-2187.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-meat-broccoli-homemade-potatoes_140725-2187.jpg?_wi=3", }, ]} title="Our Digital Menu" @@ -190,7 +190,7 @@ export default function LandingPage() { name: "Marc Dubois", role: "Sports Club Coach", testimonial: "Perfect place for the team after match! The burger is excellent.", - imageSrc: "http://img.b2bpic.net/free-photo/dinning-room-table-chairs_1339-4043.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dinning-room-table-chairs_1339-4043.jpg?_wi=3", imageAlt: "modern belgian brasserie interior wooden tables", }, { @@ -198,7 +198,7 @@ export default function LandingPage() { name: "Sophie Lambert", role: "Local Visitor", testimonial: "Very friendly staff and great fries. A staple in Ans.", - imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-meat-broccoli-homemade-potatoes_140725-2187.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-meat-broccoli-homemade-potatoes_140725-2187.jpg?_wi=4", imageAlt: "belgian steak with fries wooden table", }, { @@ -206,7 +206,7 @@ export default function LandingPage() { name: "Jean Dupont", role: "Family Guest", testimonial: "Nice atmosphere, good beers, my kids loved the spaghetti!", - imageSrc: "http://img.b2bpic.net/free-photo/bartender-serving-beer-bar-counter_107420-94877.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bartender-serving-beer-bar-counter_107420-94877.jpg?_wi=1", imageAlt: "modern sports bar beer taps", }, { @@ -214,7 +214,7 @@ export default function LandingPage() { name: "Elena Martin", role: "Visitor", testimonial: "Excellent value for the after-match menu. Highly recommend.", - imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-party-home_23-2149215848.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-party-home_23-2149215848.jpg?_wi=2", imageAlt: "friends eating sports brasserie after match", }, { @@ -222,7 +222,7 @@ export default function LandingPage() { name: "Thomas V.", role: "Player", testimonial: "The best spot in the complex for post-training recovery.", - imageSrc: "http://img.b2bpic.net/free-photo/dinning-room-table-chairs_1339-4043.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dinning-room-table-chairs_1339-4043.jpg?_wi=4", imageAlt: "modern belgian brasserie interior wooden tables", }, ]} @@ -282,7 +282,7 @@ export default function LandingPage() { rows: 4, required: true, }} - imageSrc="http://img.b2bpic.net/free-photo/bartender-serving-beer-bar-counter_107420-94877.jpg" + imageSrc="http://img.b2bpic.net/free-photo/bartender-serving-beer-bar-counter_107420-94877.jpg?_wi=2" mediaAnimation="slide-up" /> -- 2.49.1