From 2a2b2f60db75b733033763a505fb3e31bbc2a75b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 09:26:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 271357b..67b4827 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { { text: "View Menu", href: "#menu" }, { text: "Reserve Now", href: "#contact" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/fried-piece-steak-plate_140725-5663.jpg" + imageSrc="http://img.b2bpic.net/free-photo/fried-piece-steak-plate_140725-5663.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { src: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg", alt: "Group of friends eating at restaurant" }, @@ -80,7 +80,7 @@ export default function LandingPage() { { title: "Full Bar", description: "Local beers, cocktails, and spirits." }, { title: "Family Friendly", description: "Kids' menu and accessible amenities available." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/side-view-young-couple-playing-target-shooting-game-while-date_23-2149274371.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-young-couple-playing-target-shooting-game-while-date_23-2149274371.jpg?_wi=1" mediaAnimation="blur-reveal" /> @@ -92,7 +92,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { id: "p1", name: "Chicken Fried Steak", price: "$18", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-table_140725-2402.jpg" }, + { id: "p1", name: "Chicken Fried Steak", price: "$18", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-table_140725-2402.jpg?_wi=1" }, { id: "p2", name: "Philly Cheesesteak", price: "$15", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg" }, { id: "p3", name: "Signature Margarita", price: "$9", variant: "Drinks", imageSrc: "http://img.b2bpic.net/free-photo/fried-piece-steak-with-potatoes-home-glass-wine_140725-9805.jpg" }, { id: "p4", name: "Crispy French Fries", price: "$6", variant: "Sides", imageSrc: "http://img.b2bpic.net/free-photo/wooden-bowl-full-with-hot-chips_114579-59856.jpg" }, @@ -114,13 +114,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-with-greens-inside-dark-plate-brown-wooden-desk-meal-food-dinner_140725-26134.jpg", imageAlt: "A front view fried meat with greens inside dark plate on the brown wooden desk meal food dinner"}, { title: "Great Drinks", description: "Cold beer, cocktails, and spirits.", buttonIcon: Martini, - imageSrc: "http://img.b2bpic.net/free-photo/fried-piece-steak-plate_140725-5663.jpg", imageAlt: "A front view fried meat with greens inside dark plate on the brown wooden desk meal food dinner"}, + imageSrc: "http://img.b2bpic.net/free-photo/fried-piece-steak-plate_140725-5663.jpg?_wi=2", imageAlt: "A front view fried meat with greens inside dark plate on the brown wooden desk meal food dinner"}, { title: "Accessible", description: "Wheelchair accessible and inclusive.", buttonIcon: Accessibility, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-couple-playing-target-shooting-game-while-date_23-2149274371.jpg", imageAlt: "A front view fried meat with greens inside dark plate on the brown wooden desk meal food dinner"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-couple-playing-target-shooting-game-while-date_23-2149274371.jpg?_wi=2", imageAlt: "A front view fried meat with greens inside dark plate on the brown wooden desk meal food dinner"}, { title: "Events & Private", description: "Space for your next group gathering.", buttonIcon: Users, - imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-table_140725-2402.jpg", imageAlt: "A front view fried meat with greens inside dark plate on the brown wooden desk meal food dinner"}, + imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-table_140725-2402.jpg?_wi=2", imageAlt: "A front view fried meat with greens inside dark plate on the brown wooden desk meal food dinner"}, ]} title="Why Choose Boss Hogg's?" description="Experience quality and care in everything we serve." -- 2.49.1