diff --git a/src/app/page.tsx b/src/app/page.tsx index 7340fdf..da5cca4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,14 +29,12 @@ export default function LandingPage() { @@ -107,21 +86,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - id: "g1", label: "Atmosphäre", title: "Gemütlich", items: [ - "Traditionell", "Holzofen", "Freundlich"], - }, - { - id: "g2", label: "Frische", title: "Regional", items: [ - "Frisch", "Hausgemacht", "Authentisch"], - }, - { - id: "g3", label: "Genuss", title: "Köstlich", items: [ - "Lecker", "Italienisch", "Perfekt"], - }, + { id: "g1", label: "Ambiente", title: "Italienisches Flair", items: ["Gemütliche Terrasse", "Traditionelles Dekor", "Familiäre Atmosphäre"] }, + { id: "g2", label: "Qualität", title: "Frische Zutaten", items: ["Saisonal & Regional", "Original Produkte", "Hausgemacht"] }, + { id: "g3", label: "Erlebnis", title: "Authentisch Genießen", items: ["Italienische Weinauswahl", "Holzofen Pizza", "Dolce Vita"] } ]} - title="Impressionen aus unserem Restaurant" - description="Ein kurzer Einblick in unsere Welt." + title="Impressionen" + description="Ein Einblick in unsere kleine Welt von Italien in den Alpen." /> @@ -130,61 +100,39 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "t1", name: "Maria S.", date: "10.05.2024", title: "Tolle Pizza!", quote: "Die beste Pizza in ganz Kössen. Wir kommen immer wieder gerne vorbei.", tag: "4.7 Sterne", avatarSrc: "http://img.b2bpic.net/free-photo/two-happy-cheerful-girl-friends-business-partners-having-fun-lunch-seafood-restaurant_496169-2077.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-with-tomatoes-oil_23-2148753739.jpg?_wi=2", imageAlt: "happy customer portrait"}, - { - id: "t2", name: "Lukas B.", date: "05.04.2024", title: "Super authentisch", quote: "Sehr nette Bedienung und das Essen schmeckt wie in Italien.", tag: "4.7 Sterne", avatarSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-cooking-kitchen_53876-15343.jpg", imageAlt: "happy customer portrait"}, - { - id: "t3", name: "Sandra M.", date: "20.03.2024", title: "Sehr empfehlenswert", quote: "Tolle Atmosphäre und sehr faire Preise. Sehr authentisch.", tag: "4.7 Sterne", avatarSrc: "http://img.b2bpic.net/free-photo/unpleased-male-gardener-wearing-gardening-hat-holds-closes-eyes-with-tomatoes_141793-71318.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-table-arrangement-by-wedding-planner_23-2150167204.jpg?_wi=2", imageAlt: "happy customer portrait"}, - { - id: "t4", name: "Thomas K.", date: "15.02.2024", title: "Immer wieder gut", quote: "Die Pasta ist ein Gedicht. Wir haben uns sehr wohl gefühlt.", tag: "4.7 Sterne", avatarSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg", imageSrc: "http://img.b2bpic.net/free-photo/illustration-tourist-attraction-city_23-2151852343.jpg?_wi=1", imageAlt: "happy customer portrait"}, - { - id: "t5", name: "Elena R.", date: "02.01.2024", title: "Toller Service", quote: "Authentische italienische Küche, sehr zu empfehlen für Touristen.", tag: "4.7 Sterne", avatarSrc: "http://img.b2bpic.net/free-photo/surprised-male-gardener-wearing-gardening-hat-holds-tomatoes_141793-71272.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mixed-pizza-with-meat-chicek-olive-tomato-cheese_140725-5871.jpg?_wi=2", imageAlt: "happy customer portrait"}, + { id: "t1", name: "Giulia R.", date: "15.08.2024", title: "Wie in Italien!", quote: "Die Pasta war ein Gedicht. Wir haben uns wie im Urlaub gefühlt.", tag: "Top Empfehlung", avatarSrc: "http://img.b2bpic.net/free-photo/two-happy-cheerful-girl-friends-business-partners-having-fun-lunch-seafood-restaurant_496169-2077.jpg" }, + { id: "t2", name: "Marco T.", date: "02.08.2024", title: "Beste Pizzeria", quote: "Super authentisch, sehr herzlich und preiswert.", tag: "Immer wieder", avatarSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg" } ]} - title="Was unsere Gäste sagen" - description="Überzeugen Sie sich selbst." + title="Gäste-Erlebnisse" + description="Das sagen unsere geschätzten Gäste über Mamma Mia." />