Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-10 10:16:12 +00:00

View File

@@ -53,11 +53,11 @@ export default function LandingPage() {
]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/breakfast-wooden-table-with-natural-view_53876-139869.jpg", imageAlt: "Mountain view from Guthof restaurant" },
{ imageSrc: "http://img.b2bpic.net/free-photo/waiter-hand-gloves-worker-is-engaged-serving-table_146671-14407.jpg", imageAlt: "Cozy dining room with mountain atmosphere" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people-socializing_23-2149454351.jpg", imageAlt: "Sunny outdoor terrace with mountain views" },
{ imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-breast-coleslaw-salad-plate-wooden-table_23-2148113657.jpg", imageAlt: "Crispy golden wiener schnitzel" },
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-pastry_23-2149646614.jpg", imageAlt: "Fluffy kaiserschmarrn dessert" },
{ imageSrc: "http://img.b2bpic.net/free-photo/snacks-set-wooden-board_140725-5468.jpg", imageAlt: "Generous alpine grill plate" },
{ imageSrc: "http://img.b2bpic.net/free-photo/waiter-hand-gloves-worker-is-engaged-serving-table_146671-14407.jpg?_wi=1", imageAlt: "Cozy dining room with mountain atmosphere" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people-socializing_23-2149454351.jpg?_wi=1", imageAlt: "Sunny outdoor terrace with mountain views" },
{ imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-breast-coleslaw-salad-plate-wooden-table_23-2148113657.jpg?_wi=1", imageAlt: "Crispy golden wiener schnitzel" },
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-pastry_23-2149646614.jpg?_wi=1", imageAlt: "Fluffy kaiserschmarrn dessert" },
{ imageSrc: "http://img.b2bpic.net/free-photo/snacks-set-wooden-board_140725-5468.jpg?_wi=1", imageAlt: "Generous alpine grill plate" },
{ imageSrc: "http://img.b2bpic.net/free-photo/rear-view-young-man-standing-top-rock-looking-green-landscape_23-2147842536.jpg", imageAlt: "Mountain hiker enjoying alpine landscape" }
]}
/>
@@ -68,7 +68,7 @@ export default function LandingPage() {
title="Why Guests Love Guthof"
description="Loved by locals and travelers alike. Our guests especially appreciate the commitment to quality, authenticity, and genuine hospitality that makes every visit special."
tag="Our Promise"
imageSrc="http://img.b2bpic.net/free-photo/waiter-hand-gloves-worker-is-engaged-serving-table_146671-14407.jpg"
imageSrc="http://img.b2bpic.net/free-photo/waiter-hand-gloves-worker-is-engaged-serving-table_146671-14407.jpg?_wi=2"
imageAlt="Warm and welcoming Guthof dining room"
buttons={[{ text: "Learn More", href: "#about" }]}
useInvertedBackground={false}
@@ -100,13 +100,13 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "schnitzel", name: "Wiener Schnitzel", price: "Crispy & Golden", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-breast-coleslaw-salad-plate-wooden-table_23-2148113657.jpg", imageAlt: "Perfectly prepared wiener schnitzel"
id: "schnitzel", name: "Wiener Schnitzel", price: "Crispy & Golden", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-breast-coleslaw-salad-plate-wooden-table_23-2148113657.jpg?_wi=2", imageAlt: "Perfectly prepared wiener schnitzel"
},
{
id: "kaiserschmarrn", name: "Kaiserschmarrn", price: "Fluffy & Caramelized", imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-pastry_23-2149646614.jpg", imageAlt: "One of our most loved desserts"
id: "kaiserschmarrn", name: "Kaiserschmarrn", price: "Fluffy & Caramelized", imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-pastry_23-2149646614.jpg?_wi=2", imageAlt: "One of our most loved desserts"
},
{
id: "grill-plate", name: "Guthof Grill Plate", price: "Juicy & Generous", imageSrc: "http://img.b2bpic.net/free-photo/snacks-set-wooden-board_140725-5468.jpg", imageAlt: "Perfect for big appetites"
id: "grill-plate", name: "Guthof Grill Plate", price: "Juicy & Generous", imageSrc: "http://img.b2bpic.net/free-photo/snacks-set-wooden-board_140725-5468.jpg?_wi=2", imageAlt: "Perfect for big appetites"
}
]}
/>
@@ -122,19 +122,19 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Cozy Dining Room", description: "Warm and inviting interior with authentic alpine atmosphere", imageSrc: "http://img.b2bpic.net/free-photo/waiter-hand-gloves-worker-is-engaged-serving-table_146671-14407.jpg", imageAlt: "Cozy dining room interior"
title: "Cozy Dining Room", description: "Warm and inviting interior with authentic alpine atmosphere", imageSrc: "http://img.b2bpic.net/free-photo/waiter-hand-gloves-worker-is-engaged-serving-table_146671-14407.jpg?_wi=3", imageAlt: "Cozy dining room interior"
},
{
id: 2,
title: "Sunny Terrace", description: "Beautiful outdoor seating with stunning mountain views", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people-socializing_23-2149454351.jpg", imageAlt: "Mountain terrace with scenic views"
title: "Sunny Terrace", description: "Beautiful outdoor seating with stunning mountain views", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people-socializing_23-2149454351.jpg?_wi=2", imageAlt: "Mountain terrace with scenic views"
},
{
id: 3,
title: "Convenient Parking", description: "Parking directly at the restaurant for your convenience", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people-socializing_23-2149454351.jpg", imageAlt: "Easy access and parking"
title: "Convenient Parking", description: "Parking directly at the restaurant for your convenience", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people-socializing_23-2149454351.jpg?_wi=3", imageAlt: "Easy access and parking"
},
{
id: 4,
title: "Friendly Service", description: "Fast, attentive service with genuine hospitality", imageSrc: "http://img.b2bpic.net/free-photo/woman-receiving-gift-from-her-lover_23-2148060577.jpg", imageAlt: "Passionate hospitality"
title: "Friendly Service", description: "Fast, attentive service with genuine hospitality", imageSrc: "http://img.b2bpic.net/free-photo/woman-receiving-gift-from-her-lover_23-2148060577.jpg?_wi=1", imageAlt: "Passionate hospitality"
}
]}
/>
@@ -177,10 +177,10 @@ export default function LandingPage() {
{
id: "ownership", groupTitle: "Leadership & Hospitality", members: [
{
id: "owner", title: "Restaurant Owner & Head Chef", subtitle: "Passionate Host", detail: "Personally prepares dishes with care", imageSrc: "http://img.b2bpic.net/free-photo/woman-receiving-gift-from-her-lover_23-2148060577.jpg", imageAlt: "Owner and head chef"
id: "owner", title: "Restaurant Owner & Head Chef", subtitle: "Passionate Host", detail: "Personally prepares dishes with care", imageSrc: "http://img.b2bpic.net/free-photo/woman-receiving-gift-from-her-lover_23-2148060577.jpg?_wi=2", imageAlt: "Owner and head chef"
},
{
id: "team", title: "Dedicated Team", subtitle: "Genuine Hospitality", detail: "Fast, friendly, and attentive service", imageSrc: "http://img.b2bpic.net/free-photo/woman-receiving-gift-from-her-lover_23-2148060577.jpg", imageAlt: "Team member"
id: "team", title: "Dedicated Team", subtitle: "Genuine Hospitality", detail: "Fast, friendly, and attentive service", imageSrc: "http://img.b2bpic.net/free-photo/woman-receiving-gift-from-her-lover_23-2148060577.jpg?_wi=3", imageAlt: "Team member"
}
]
}
@@ -195,7 +195,7 @@ export default function LandingPage() {
description="Experience for yourself why so many guests love Guthof. Reserve your table today or view our menu to discover your favorite dishes."
tagIcon={Mail}
background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-happy-people-socializing_23-2149454351.jpg"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-happy-people-socializing_23-2149454351.jpg?_wi=4"
imageAlt="Beautiful mountain terrace"
mediaAnimation="slide-up"
mediaPosition="right"