diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6dc077c..82b23d7 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,26 +29,11 @@ export default function LandingPage() {
@@ -56,19 +41,12 @@ export default function LandingPage() {
@@ -92,51 +70,23 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Thüringer Bratwurst",
- price: "2,00 €",
- imageSrc: "http://img.b2bpic.net/free-photo/sausages-campfire_1161-41.jpg",
- imageAlt: "Bratwurst",
- },
- {
- id: "2",
- name: "Currywurst",
- price: "3,50 €",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-sausages-with-pickles-beer_23-2148754958.jpg",
- imageAlt: "Currywurst",
- },
- {
- id: "3",
- name: "Schnitzel mit Champignons",
- price: "9,50 €",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-burger-with-french-fries-sour-yogurt-table_140725-10148.jpg",
- imageAlt: "Schnitzel",
- },
- {
- id: "4",
- name: "Gehacktes Brötchen",
- price: "2,50 €",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-hamburgers-dark-table_23-2148374826.jpg",
- imageAlt: "Gehacktes",
- },
- {
- id: "5",
- name: "Linsensuppe mit Wurst",
- price: "4,00 €",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-orange-tasty-soup-with-crackers-spoon-brown-food-meal-dinner-soup_140725-19033.jpg",
- imageAlt: "Suppe",
- },
- {
- id: "6",
- name: "Speiseeis",
- price: "1,50 €",
- imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-cone-stand_169016-6345.jpg",
- imageAlt: "Eis",
- },
+ { id: "1", name: "Gehacktes Brötchen", price: "2,50 €", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-hamburgers-dark-table_23-2148374826.jpg" },
+ { id: "2", name: "Würste", price: "2,00 €", imageSrc: "http://img.b2bpic.net/free-photo/sausages-campfire_1161-41.jpg" },
+ { id: "3", name: "Lecker Essen", price: "9,50 €", imageSrc: "http://img.b2bpic.net/free-photo/side-view-club-sandwich-with-chicken-french-fries-sauces-wooden-board_140725-11907.jpg" },
+ { id: "4", name: "Thüringer Bratwurst mit Brötchen", price: "2,50 €", imageSrc: "http://img.b2bpic.net/free-photo/sausages-campfire_1161-41.jpg" },
+ { id: "5", name: "Currywurst mit Pommes", price: "5,50 €", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sausages-with-pickles-beer_23-2148754958.jpg" },
+ { id: "6", name: "Rohe Bratwurst", price: "1,80 €", imageSrc: "http://img.b2bpic.net/free-photo/sausages-campfire_1161-41.jpg" },
+ { id: "7", name: "Erbsensuppe", price: "4,50 €", imageSrc: "http://img.b2bpic.net/free-photo/top-view-orange-tasty-soup-with-crackers-spoon-brown-food-meal-dinner-soup_140725-19033.jpg" },
+ { id: "8", name: "Bratwurst mit Kartoffelsalat", price: "6,50 €", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-tasty-potatoes-with-ketchup-tomatoes-light-background-dinner-photo-food-dish-meat-meal-salad_140725-160706.jpg" },
+ { id: "9", name: "Schlemmerschnitte", price: "4,00 €", imageSrc: "http://img.b2bpic.net/free-photo/side-view-club-sandwich-with-chicken-french-fries-sauces-wooden-board_140725-11907.jpg" },
+ { id: "10", name: "Eierlikör", price: "2,00 €", imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-cone-stand_169016-6345.jpg" },
+ { id: "11", name: "Sauerbraten", price: "12,50 €", imageSrc: "http://img.b2bpic.net/free-photo/side-view-burger-with-french-fries-sour-yogurt-table_140725-10148.jpg" },
+ { id: "12", name: "Kleines Vanille-Schoko-Softeis", price: "1,50 €", imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-cone-stand_169016-6345.jpg" },
+ { id: "13", name: "Frikadellen", price: "2,50 €", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-hamburgers-dark-table_23-2148374826.jpg" },
+ { id: "14", name: "Bratwurst mit Bratkartoffeln", price: "7,50 €", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-tasty-potatoes-with-ketchup-tomatoes-light-background-dinner-photo-food-dish-meat-meal-salad_140725-160706.jpg" }
]}
title="Unsere Speisekarte"
- description="Entdecken Sie unsere beliebten Klassiker."
+ description="Entdecken Sie unsere hausgemachten Highlights."
/>
@@ -146,59 +96,20 @@ export default function LandingPage() {
textboxLayout="split-description"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Silke Zimmermann",
- handle: "@LocalGuide",
- testimonial: "Seit vielen Jahren Gast, immer lecker und tolles Team.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/woman-films-vlog-praising-bio-local-shop_482257-81629.jpg",
- },
- {
- id: "2",
- name: "Lucas Schroeder",
- handle: "@LocalGuide",
- testimonial: "Toller Imbiss, auch bei Andrang schnell und freundlich.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg",
- },
- {
- id: "3",
- name: "Thomas Sauther",
- handle: "@Gast",
- testimonial: "Ein Imbiss wie er sein muss, super Preise und Qualität.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-club-sandwich-with-chicken-french-fries-sauces-wooden-board_140725-11907.jpg",
- },
- {
- id: "4",
- name: "Michael M.",
- handle: "@Durchreisender",
- testimonial: "Perfektes Essen und große Auswahl, mein Stopp an der A4.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg",
- },
- {
- id: "5",
- name: "Sabine K.",
- handle: "@Stammgast",
- testimonial: "Immer wieder gerne, die Thüringer Bratwurst ist unschlagbar.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-tasty-potatoes-with-ketchup-tomatoes-light-background-dinner-photo-food-dish-meat-meal-salad_140725-160706.jpg",
- },
+ { id: "1", name: "Silke Zimmermann", handle: "@LocalGuide", testimonial: "Seit vielen Jahren Gast, immer lecker und tolles Team.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-films-vlog-praising-bio-local-shop_482257-81629.jpg" },
+ { id: "2", name: "Lucas Schroeder", handle: "@LocalGuide", testimonial: "Toller Imbiss, auch bei Andrang schnell und freundlich.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg" },
+ { id: "3", name: "Thomas Sauther", handle: "@Gast", testimonial: "Ein Imbiss wie er sein muss, super Preise und Qualität.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-club-sandwich-with-chicken-french-fries-sauces-wooden-board_140725-11907.jpg" }
]}
showRating={true}
title="Was unsere Gäste sagen"
- description="Über 13.750 Bewertungen mit 4,8 Sternen sprechen für sich."
+ description="Unsere Qualität spricht für sich."
/>