Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-08 12:38:40 +00:00

View File

@@ -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"
/>
</div>
@@ -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"