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", }, ]}