Update src/app/page.tsx
This commit is contained in:
@@ -49,23 +49,23 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-bacons-black-frying-pan-with-vegetables_114579-51877.jpg", imageAlt: "Schweizer Wurstsalat"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-bacons-black-frying-pan-with-vegetables_114579-51877.jpg?_wi=1", imageAlt: "Schweizer Wurstsalat"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg", imageAlt: "Restaurant Innenraum"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg?_wi=1", imageAlt: "Restaurant Innenraum"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-chicken-fillet-with-french-fries-wooden-board_140725-10268.jpg", imageAlt: "Halbes Hähnchen mit Pommes"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-chicken-fillet-with-french-fries-wooden-board_140725-10268.jpg?_wi=1", imageAlt: "Halbes Hähnchen mit Pommes"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-beer-bottle-with-pretzels-copy-space_23-2148754996.jpg", imageAlt: "Biergarten"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-beer-bottle-with-pretzels-copy-space_23-2148754996.jpg?_wi=1", imageAlt: "Biergarten"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-beer-bottle-with-pretzels-copy-space_23-2148754996.jpg", imageAlt: "Biergarten Ambiente"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-beer-bottle-with-pretzels-copy-space_23-2148754996.jpg?_wi=2", imageAlt: "Biergarten Ambiente"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-with-melted-cheese-tomato-slices_114579-3478.jpg", imageAlt: "Jägerschnitzel mit Spätzle"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-with-melted-cheese-tomato-slices_114579-3478.jpg?_wi=1", imageAlt: "Jägerschnitzel mit Spätzle"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg", imageAlt: "Gemütliches Ambiente"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg?_wi=2", imageAlt: "Gemütliches Ambiente"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-bacons-black-frying-pan-with-vegetables_114579-51877.jpg", imageAlt: "Regionale Spezialitäten"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-bacons-black-frying-pan-with-vegetables_114579-51877.jpg?_wi=2", imageAlt: "Regionale Spezialitäten"},
|
||||
]}
|
||||
carouselPosition="right"
|
||||
buttons={[
|
||||
@@ -88,13 +88,13 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Landgasthof Adler", name: "Schweizer Wurstsalat", price: "12,50 €", rating: 5,
|
||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/fried-bacons-black-frying-pan-with-vegetables_114579-51877.jpg", imageAlt: "Schweizer Wurstsalat mit frischen Zutaten"},
|
||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/fried-bacons-black-frying-pan-with-vegetables_114579-51877.jpg?_wi=3", imageAlt: "Schweizer Wurstsalat mit frischen Zutaten"},
|
||||
{
|
||||
id: "2", brand: "Landgasthof Adler", name: "Halbes Hähnchen mit Pommes", price: "16,90 €", rating: 5,
|
||||
reviewCount: "234", imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-chicken-fillet-with-french-fries-wooden-board_140725-10268.jpg", imageAlt: "Knuspriges halbes Hähnchen mit goldenen Pommes"},
|
||||
reviewCount: "234", imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-chicken-fillet-with-french-fries-wooden-board_140725-10268.jpg?_wi=2", imageAlt: "Knuspriges halbes Hähnchen mit goldenen Pommes"},
|
||||
{
|
||||
id: "3", brand: "Landgasthof Adler", name: "Jägerschnitzel mit Spätzle", price: "18,50 €", rating: 5,
|
||||
reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-with-melted-cheese-tomato-slices_114579-3478.jpg", imageAlt: "Jägerschnitzel mit Pilzsoße und hausgemachten Spätzle"},
|
||||
reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-with-melted-cheese-tomato-slices_114579-3478.jpg?_wi=2", imageAlt: "Jägerschnitzel mit Pilzsoße und hausgemachten Spätzle"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -109,7 +109,7 @@ export default function LandingPage() {
|
||||
{ value: "20+", title: "Jahre Tradition" },
|
||||
{ value: "4.7", title: "Google Rating" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg?_wi=3"
|
||||
imageAlt="Gemütlicher Speisebereich des Landgasthof Adler"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -128,13 +128,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "🌿 Viele Bio-Zutaten", description: "Wir verwenden hochwertige biologische Zutaten von lokalen Lieferanten", imageSrc: "http://img.b2bpic.net/free-photo/fried-bacons-black-frying-pan-with-vegetables_114579-51877.jpg", imageAlt: "Bio-Zutaten und regionale Produkte"},
|
||||
title: "🌿 Viele Bio-Zutaten", description: "Wir verwenden hochwertige biologische Zutaten von lokalen Lieferanten", imageSrc: "http://img.b2bpic.net/free-photo/fried-bacons-black-frying-pan-with-vegetables_114579-51877.jpg?_wi=4", imageAlt: "Bio-Zutaten und regionale Produkte"},
|
||||
{
|
||||
id: 2,
|
||||
title: "🍺 Gemütlicher Biergarten", description: "Großzügiger Biergarten mit alten Bäumen, Schattenplätzen und authentischer Atmosphäre", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-beer-bottle-with-pretzels-copy-space_23-2148754996.jpg", imageAlt: "Schöner Biergarten unter Bäumen"},
|
||||
title: "🍺 Gemütlicher Biergarten", description: "Großzügiger Biergarten mit alten Bäumen, Schattenplätzen und authentischer Atmosphäre", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-beer-bottle-with-pretzels-copy-space_23-2148754996.jpg?_wi=3", imageAlt: "Schöner Biergarten unter Bäumen"},
|
||||
{
|
||||
id: 3,
|
||||
title: "👨🍳 Frische Küche", description: "Alle Gerichte werden täglich frisch aus regionalen Produkten zubereitet", imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg", imageAlt: "Moderne Restaurantküche"},
|
||||
title: "👨🍳 Frische Küche", description: "Alle Gerichte werden täglich frisch aus regionalen Produkten zubereitet", imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg?_wi=4", imageAlt: "Moderne Restaurantküche"},
|
||||
{
|
||||
id: 4,
|
||||
title: "👨👩👧 Familienfreundlich", description: "Perfekt für Familien, Gruppen und Feierlichkeiten aller Art", imageSrc: "http://img.b2bpic.net/free-photo/business-couple-talking-waitress-while-choosing-order-from-menu-restaurant_637285-8925.jpg", imageAlt: "Freundliches Restaurantteam"},
|
||||
@@ -183,7 +183,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-beer-bottle-with-pretzels-copy-space_23-2148754996.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-beer-bottle-with-pretzels-copy-space_23-2148754996.jpg?_wi=4"
|
||||
imageAlt="Landgasthof Adler Biergarten"
|
||||
mediaAnimation="slide-up"
|
||||
faqsAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user