Merge version_1 into main #3
@@ -90,7 +90,7 @@ export default function HomePage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg?_wi=1"
|
||||
imageAlt="Gemütliches Restaurant im Gasthof Schneiderwirt"
|
||||
frameStyle="card"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -105,7 +105,7 @@ export default function HomePage() {
|
||||
description="Familie Schneider"
|
||||
subdescription="Inhaber & Gastgeber"
|
||||
icon={Award}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/attractive-young-woman-is-relaxing-spa-complex-with-sauna_169016-22729.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/attractive-young-woman-is-relaxing-spa-complex-with-sauna_169016-22729.jpg?_wi=1"
|
||||
imageAlt="Gemütlicher Wellnessbereich"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -150,10 +150,10 @@ export default function HomePage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1", name: "Maria Schmidt", role: "Reisebloggerin", company: "Alpiner Reiseblog", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Portrait von Maria Schmidt"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=1", imageAlt: "Portrait von Maria Schmidt"},
|
||||
{
|
||||
id: "testimonial-2", name: "Michael Wagner", role: "Geschäftsführer", company: "Alpenreisen GmbH", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Portrait von Michael Wagner"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=2", imageAlt: "Portrait von Michael Wagner"},
|
||||
{
|
||||
id: "testimonial-3", name: "Elena Rossi", role: "Kulinarische Kritikerin", company: "Gourmet Magazin", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Portrait von Elena Rossi"},
|
||||
@@ -176,7 +176,7 @@ export default function HomePage() {
|
||||
description="Kontaktieren Sie uns direkt oder nutzen Sie unser Online-Buchungssystem. Wir freuen uns auf Ihren Besuch im Gasthof Schneiderwirt."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/attractive-young-woman-is-relaxing-spa-complex-with-sauna_169016-22729.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/attractive-young-woman-is-relaxing-spa-complex-with-sauna_169016-22729.jpg?_wi=2"
|
||||
imageAlt="Gemütlicher Wellnessbereich"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -76,11 +76,11 @@ export default function DiningPage() {
|
||||
tag="Restaurant"
|
||||
products={[
|
||||
{
|
||||
id: "dish-schnitzel", name: "Wiener Schnitzel", price: "€28", imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-served-with-fries-vegetables_140725-1729.jpg", imageAlt: "Traditionelles Wiener Schnitzel"},
|
||||
id: "dish-schnitzel", name: "Wiener Schnitzel", price: "€28", imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-served-with-fries-vegetables_140725-1729.jpg?_wi=1", imageAlt: "Traditionelles Wiener Schnitzel"},
|
||||
{
|
||||
id: "dish-strudel", name: "Apfelstrudel", price: "€12", imageSrc: "http://img.b2bpic.net/free-photo/eggplant-roll-walnuts-garlic-greens-onion-cream-cheese-side-view_141793-3104.jpg", imageAlt: "Hausgemachter Apfelstrudel"},
|
||||
{
|
||||
id: "dish-tafelspitz", name: "Tafelspitz", price: "€32", imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-served-with-fries-vegetables_140725-1729.jpg", imageAlt: "Klassischer österreichischer Tafelspitz"},
|
||||
id: "dish-tafelspitz", name: "Tafelspitz", price: "€32", imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-served-with-fries-vegetables_140725-1729.jpg?_wi=2", imageAlt: "Klassischer österreichischer Tafelspitz"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -118,7 +118,7 @@ export default function DiningPage() {
|
||||
description="Reservieren Sie einen Tisch in unserem gemütlichen Restaurant und genießen Sie ein unvergessliches Dinner mit Blick auf die Alpen."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg?_wi=2"
|
||||
imageAlt="Eingedeckter Esstisch"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user