From 464016ec11521cb1f454e45aa21ad7051533f9f1 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 12:38:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d12beb..ff223ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { text: "📅 Reserve Online", href: "#reservations" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/table-with-traditional-food-served-thanksgiving-day_23-2148632565.jpg" + imageSrc="http://img.b2bpic.net/free-photo/table-with-traditional-food-served-thanksgiving-day_23-2148632565.jpg?_wi=1" imageAlt="Traditional German Gasthaus interior with warm wood furnishings and cozy dining atmosphere" showDimOverlay={true} /> @@ -73,7 +73,7 @@ export default function LandingPage() { useInvertedBackground={false} mediaAnimation="slide-up" metricsAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/table-with-traditional-food-served-thanksgiving-day_23-2148632565.jpg" + imageSrc="http://img.b2bpic.net/free-photo/table-with-traditional-food-served-thanksgiving-day_23-2148632565.jpg?_wi=2" imageAlt="Gasthaus Kandelblick interior" /> @@ -86,7 +86,7 @@ export default function LandingPage() { tagIcon={ChefHat} features={[ { - title: "Badischer Sauerbraten", description: "Our signature braised beef with traditional red wine gravy, served with potato dumplings and seasonal vegetables.", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-pilaf-tomatoes-garlic-lemon-oil-fork-pilaf-tablecloth_140725-78467.jpg", imageAlt: "Badischer Sauerbraten with rich sauce and traditional sides", buttonIcon: ArrowRight, + title: "Badischer Sauerbraten", description: "Our signature braised beef with traditional red wine gravy, served with potato dumplings and seasonal vegetables.", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-pilaf-tomatoes-garlic-lemon-oil-fork-pilaf-tablecloth_140725-78467.jpg?_wi=1", imageAlt: "Badischer Sauerbraten with rich sauce and traditional sides", buttonIcon: ArrowRight, buttonHref: "tel:+49761543337" }, { @@ -98,7 +98,7 @@ export default function LandingPage() { buttonHref: "tel:+49761543337" }, { - title: "Traditional Desserts", description: "Homemade German classics including Black Forest Cake, apple strudel, and seasonal fruit-based pastries.", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-pilaf-tomatoes-garlic-lemon-oil-fork-pilaf-tablecloth_140725-78467.jpg", imageAlt: "Traditional German desserts and pastries", buttonIcon: ArrowRight, + title: "Traditional Desserts", description: "Homemade German classics including Black Forest Cake, apple strudel, and seasonal fruit-based pastries.", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-pilaf-tomatoes-garlic-lemon-oil-fork-pilaf-tablecloth_140725-78467.jpg?_wi=2", imageAlt: "Traditional German desserts and pastries", buttonIcon: ArrowRight, buttonHref: "tel:+49761543337" }, ]} @@ -147,15 +147,15 @@ export default function LandingPage() { products={[ { id: "birthday", brand: "Gasthaus Kandelblick", name: "Birthday Celebrations", price: "From €20/person", rating: 5, - reviewCount: "45+", imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-are-having-dinner-together_53876-40927.jpg", imageAlt: "Birthday celebration table setup" + reviewCount: "45+", imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-are-having-dinner-together_53876-40927.jpg?_wi=1", imageAlt: "Birthday celebration table setup" }, { id: "family", brand: "Gasthaus Kandelblick", name: "Family Gatherings", price: "From €22/person", rating: 5, - reviewCount: "38+", imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-are-having-dinner-together_53876-40927.jpg", imageAlt: "Family dinner gathering setup" + reviewCount: "38+", imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-are-having-dinner-together_53876-40927.jpg?_wi=2", imageAlt: "Family dinner gathering setup" }, { id: "anniversary", brand: "Gasthaus Kandelblick", name: "Anniversaries & Occasions", price: "From €25/person", rating: 5, - reviewCount: "29+", imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-are-having-dinner-together_53876-40927.jpg", imageAlt: "Anniversary celebration intimate setting" + reviewCount: "29+", imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-are-having-dinner-together_53876-40927.jpg?_wi=3", imageAlt: "Anniversary celebration intimate setting" }, ]} gridVariant="three-columns-all-equal-width" -- 2.49.1