diff --git a/src/app/page.tsx b/src/app/page.tsx index 46b9a42..8a8e5b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,11 +50,11 @@ export default function LandingPage() { title="Uniquely Mason, Truly Exceptional." description="Where adventurous flavors meet rustic charm. Join us for the finest burgers, weirdest drinks, and a dining experience worth the drive." leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-simple-white-chairs-tables-restaurant-with-blurry-background_181624-57929.jpg", imageAlt: "Mason Jar Atmosphere" }, + { imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-simple-white-chairs-tables-restaurant-with-blurry-background_181624-57929.jpg?_wi=1", imageAlt: "Mason Jar Atmosphere" }, { imageSrc: "http://img.b2bpic.net/free-photo/front-view-green-burgers-with-green-salad-inside-round-plate-green-desk_140725-11624.jpg", imageAlt: "Gourmet Burger" }, { imageSrc: "http://img.b2bpic.net/free-photo/fried-potato-with-herbs-yogurt_114579-4490.jpg", imageAlt: "Special Fries" }, { imageSrc: "http://img.b2bpic.net/free-photo/male-bartender-serving-colourful-decorated-drink_23-2148209355.jpg", imageAlt: "Craft Brews" }, - { imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cook-placing-fried-bacon-slice-ofcheese-while-layering-burger_181624-57745.jpg", imageAlt: "Chef Service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cook-placing-fried-bacon-slice-ofcheese-while-layering-burger_181624-57745.jpg?_wi=1", imageAlt: "Chef Service" }, { imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-coffee-shop_23-2148366675.jpg", imageAlt: "Restaurant Exterior" }, ]} rightCarouselItems={[ @@ -100,8 +100,8 @@ export default function LandingPage() { description="Don't miss out on our recurring offers and weekly favorites." plans={[ { id: "p1", title: "Sunday Happy Hour", price: "All Day", period: "Sunday", features: ["All day drink specials", "Relaxed atmosphere", "Perfect for groups"], button: { text: "See Specials" }, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312224.jpg" }, - { id: "p2", title: "Burger of the Month", price: "Varies", period: "Monthly", features: ["Unique flavor profiles", "Adventure encouraged", "Limited time offer"], button: { text: "Try It Today" }, imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-simple-white-chairs-tables-restaurant-with-blurry-background_181624-57929.jpg" }, - { id: "p3", title: "Friday Fish Special", price: "Value", period: "Friday", features: ["Fresh fish", "Perfect batter", "Local favorite"], button: { text: "See Specials" }, imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cook-placing-fried-bacon-slice-ofcheese-while-layering-burger_181624-57745.jpg" }, + { id: "p2", title: "Burger of the Month", price: "Varies", period: "Monthly", features: ["Unique flavor profiles", "Adventure encouraged", "Limited time offer"], button: { text: "Try It Today" }, imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-simple-white-chairs-tables-restaurant-with-blurry-background_181624-57929.jpg?_wi=2" }, + { id: "p3", title: "Friday Fish Special", price: "Value", period: "Friday", features: ["Fresh fish", "Perfect batter", "Local favorite"], button: { text: "See Specials" }, imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cook-placing-fried-bacon-slice-ofcheese-while-layering-burger_181624-57745.jpg?_wi=2" }, ]} />