From 6005a5159fd034ae4be2623c5f2b959a77847414 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 18:52:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f17e34d..1659f73 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,9 +68,9 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8782.jpg", imageAlt: "Delicious gourmet sub sandwich"}, + imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8782.jpg?_wi=1", imageAlt: "Delicious gourmet sub sandwich"}, { - imageSrc: "http://img.b2bpic.net/free-photo/salad-with-chopped-purple-cabbage-cauliflower-herbs_114579-70262.jpg", imageAlt: "Fresh vibrant salad bowl"}, + imageSrc: "http://img.b2bpic.net/free-photo/salad-with-chopped-purple-cabbage-cauliflower-herbs_114579-70262.jpg?_wi=1", imageAlt: "Fresh vibrant salad bowl"}, ]} mediaAnimation="opacity" rating={5} @@ -223,13 +223,13 @@ export default function LandingPage() { "Two Footlong Subs", "Large Salad Bowl", "Assorted Chips", "Gallon of Iced Tea"], button: { text: "Order Family Feast"}, - imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8782.jpg", imageAlt: "Parkway Subs & Salads logo professional"}, + imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8782.jpg?_wi=2", imageAlt: "Parkway Subs & Salads logo professional"}, { id: "p_event", title: "Event Catering", price: "Custom Quote", period: "", features: [ "Assorted Sub Platters", "Large Gourmet Salads", "Dessert & Drink Options", "Customizable Menus"], button: { text: "Get a Quote"}, - imageSrc: "http://img.b2bpic.net/free-photo/salad-with-chopped-purple-cabbage-cauliflower-herbs_114579-70262.jpg", imageAlt: "Parkway Subs & Salads logo professional"}, + imageSrc: "http://img.b2bpic.net/free-photo/salad-with-chopped-purple-cabbage-cauliflower-herbs_114579-70262.jpg?_wi=2", imageAlt: "Parkway Subs & Salads logo professional"}, ]} title="Catering & Meal Deals" description="Perfect for office lunches, parties, or family dinners. We offer flexible options to fit your needs and budget." -- 2.49.1