From 493cca3b562e61fe48eb879246f1299ea76e75da Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 13:18:39 +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 b6da416..a62554f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() { description="Experience the intersection of tradition and modern elegance in the heart of Kansas City." buttons={[{ text: "Reserve a Table", href: "#visit" }]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/young-man-embracing-with-happy-woman-restaurant_23-2148016847.jpg", imageAlt: "Beverly's Interior" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-man-embracing-with-happy-woman-restaurant_23-2148016847.jpg?_wi=1", imageAlt: "Beverly's Interior" }, { imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157792.jpg", imageAlt: "Beverly's Interior" }, { imageSrc: "http://img.b2bpic.net/free-photo/table-assortment-with-plant-view_23-2148914893.jpg", imageAlt: "Beverly's Interior" }, { imageSrc: "http://img.b2bpic.net/free-photo/dining-room-beige-color-tones-interior-design_114579-2225.jpg", imageAlt: "Beverly's Interior" }, @@ -58,7 +58,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Our Story" description="Since our doors opened, we've focused on bringing the Strawberry Hill community together through meticulously crafted dishes, warm hospitality, and timeless charm." - imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-male-chef-wearing-face-mask-preparing-delicious-meal_181624-32255.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-male-chef-wearing-face-mask-preparing-delicious-meal_181624-32255.jpg?_wi=1" /> @@ -69,8 +69,8 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { id: "1", title: "Handmade Pastas", descriptions: ["Fresh daily, tossed in seasonal house sauces."], imageSrc: "http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg", imageAlt: "Wicker gray table with glass and gray chairs" }, - { id: "2", title: "Prime Steaks", descriptions: ["Sourced locally and grilled to perfection."], imageSrc: "http://img.b2bpic.net/free-photo/young-man-embracing-with-happy-woman-restaurant_23-2148016847.jpg", imageAlt: "Wicker gray table with glass and gray chairs" }, - { id: "3", title: "Seasonal Spirits", descriptions: ["Craft cocktails inspired by Kansas City history."], imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-male-chef-wearing-face-mask-preparing-delicious-meal_181624-32255.jpg", imageAlt: "Wicker gray table with glass and gray chairs" }, + { id: "2", title: "Prime Steaks", descriptions: ["Sourced locally and grilled to perfection."], imageSrc: "http://img.b2bpic.net/free-photo/young-man-embracing-with-happy-woman-restaurant_23-2148016847.jpg?_wi=2", imageAlt: "Wicker gray table with glass and gray chairs" }, + { id: "3", title: "Seasonal Spirits", descriptions: ["Craft cocktails inspired by Kansas City history."], imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-male-chef-wearing-face-mask-preparing-delicious-meal_181624-32255.jpg?_wi=2", imageAlt: "Wicker gray table with glass and gray chairs" }, ]} title="Signature Flavors" description="Discover a menu that honors local ingredients with sophisticated techniques." -- 2.49.1