From 9b6f4df9c92c72aacdbacb602feaa0eefac31f59 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 19:06:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b49082e..c95d580 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -152,19 +152,19 @@ export default function LandingPage() { { title: "Corporate Events", description: "Professional seminars, conferences, and gala dinners.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-restaurant-with-tables_8353-9878.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-restaurant-with-tables_8353-9878.jpg?_wi=1", imageAlt: "Corporate Events", }, { title: "Private Celebrations", description: "Intimate weddings, birthdays, and anniversaries.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-restaurant-with-tables_8353-9878.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-restaurant-with-tables_8353-9878.jpg?_wi=2", imageAlt: "Private Events", }, { title: "Product Launches", description: "Innovative campaigns to showcase your newest products.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-restaurant-with-tables_8353-9878.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-restaurant-with-tables_8353-9878.jpg?_wi=3", imageAlt: "Launches", }, ]}