From 6b5051c1089f38dbafff94cc6a67bcf292d1d380 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 20:57:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 908e685..25d6027 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { tag="Award-Winning Recipes" buttons={[{ text: "View Menu", href: "#menu" }]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-recipe-book-still-life-concept_23-2149056047.jpg", imageAlt: "Chicken Meal" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-recipe-book-still-life-concept_23-2149056047.jpg?_wi=1", imageAlt: "Chicken Meal" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-high-protein-meal-baked-chicken_23-2149098845.jpg", imageAlt: "Roast Chicken" } ]} mediaAnimation="slide-up" @@ -115,7 +115,7 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { id: "solo", title: "Solo Feast", price: "$14", period: "/person", features: ["1 Main Dish", "1 Side", "Soft Drink"], button: { text: "Order Now" }, imageSrc: "http://img.b2bpic.net/free-photo/assortment-raw-protein-sources-including-meat-seafood-eggs-nuts_1308-189540.jpg" }, - { id: "duo", title: "Duo Pack", price: "$25", period: "/pair", features: ["2 Main Dishes", "2 Sides", "Appetizer"], button: { text: "Order Now" }, imageSrc: "http://img.b2bpic.net/free-photo/top-view-recipe-book-still-life-concept_23-2149056047.jpg" } + { id: "duo", title: "Duo Pack", price: "$25", period: "/pair", features: ["2 Main Dishes", "2 Sides", "Appetizer"], button: { text: "Order Now" }, imageSrc: "http://img.b2bpic.net/free-photo/top-view-recipe-book-still-life-concept_23-2149056047.jpg?_wi=2" } ]} title="Meal Bundles" description="Great value packs for groups and families." -- 2.49.1