Update src/app/page.tsx
This commit is contained in:
@@ -45,14 +45,14 @@ export default function LandingPage() {
|
||||
title="Handwerk, das man schmeckt. Leidenschaft, die verbindet."
|
||||
description="Der beste Döner Nürnbergs, frisch gebackenes Brot und echte Steinofen-Pizza – direkt bei uns in der Südstadt."
|
||||
testimonials={[
|
||||
{ name: "Ju Wa", handle: "@juwa", testimonial: "Bester Döner in Nürnberg. Frisch gebackenes Brot, frische Joghurtsoße und knackiges Gemüse!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134249.jpg", imageAlt: "delicious pizza close up dark" },
|
||||
{ name: "Dennis Jay", handle: "@dennisjay", testimonial: "Ein Hammer Laden! Hier kriegt man Qualität zu einem fairen Preis.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-italian-food-wooden-background_23-2148305677.jpg", imageAlt: "delicious pizza fresh ingredients" },
|
||||
{ name: "Kardo Rashid", handle: "@kardo", testimonial: "Sehr lecker und ein extrem freundliches Personal. Wir kommen gerne wieder.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/chopped-pieces-chicken-pita-bread-pickles_140725-2944.jpg", imageAlt: "classic döner kebab fresh" },
|
||||
{ name: "Sarah M.", handle: "@sarah", testimonial: "Die Pizza ist ein absoluter Traum, knusprig und frisch.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/doner-kebab-with-rice-wooden-board_140725-1330.jpg", imageAlt: "doner plate with fries" },
|
||||
{ name: "Markus T.", handle: "@markus", testimonial: "Schnell, lecker und super freundlich. Stammplatz!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/traditional-armudu-glass-black-tea_114579-4531.jpg", imageAlt: "turkish tea glass traditional" }
|
||||
{ name: "Ju Wa", handle: "@juwa", testimonial: "Bester Döner in Nürnberg. Frisch gebackenes Brot, frische Joghurtsoße und knackiges Gemüse!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134249.jpg?_wi=1", imageAlt: "delicious pizza close up dark" },
|
||||
{ name: "Dennis Jay", handle: "@dennisjay", testimonial: "Ein Hammer Laden! Hier kriegt man Qualität zu einem fairen Preis.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-italian-food-wooden-background_23-2148305677.jpg?_wi=1", imageAlt: "delicious pizza fresh ingredients" },
|
||||
{ name: "Kardo Rashid", handle: "@kardo", testimonial: "Sehr lecker und ein extrem freundliches Personal. Wir kommen gerne wieder.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/chopped-pieces-chicken-pita-bread-pickles_140725-2944.jpg?_wi=1", imageAlt: "classic döner kebab fresh" },
|
||||
{ name: "Sarah M.", handle: "@sarah", testimonial: "Die Pizza ist ein absoluter Traum, knusprig und frisch.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/doner-kebab-with-rice-wooden-board_140725-1330.jpg?_wi=1", imageAlt: "doner plate with fries" },
|
||||
{ name: "Markus T.", handle: "@markus", testimonial: "Schnell, lecker und super freundlich. Stammplatz!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/traditional-armudu-glass-black-tea_114579-4531.jpg?_wi=1", imageAlt: "turkish tea glass traditional" }
|
||||
]}
|
||||
buttons={[{ text: "Speisekarte ansehen", href: "#menu" }, { text: "Jetzt Anrufen", href: "tel:+49911" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134249.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134249.jpg?_wi=2"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-friends-eating-together_23-2148965367.jpg", alt: "Customer 2" },
|
||||
@@ -85,12 +85,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Signature Pizza", price: "12,50€", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-italian-food-wooden-background_23-2148305677.jpg" },
|
||||
{ id: "2", name: "Klassischer Döner", price: "6,50€", imageSrc: "http://img.b2bpic.net/free-photo/chopped-pieces-chicken-pita-bread-pickles_140725-2944.jpg" },
|
||||
{ id: "3", name: "Döner-Teller", price: "11,50€", imageSrc: "http://img.b2bpic.net/free-photo/doner-kebab-with-rice-wooden-board_140725-1330.jpg" },
|
||||
{ id: "4", name: "Türkischer Tee", price: "1,50€", imageSrc: "http://img.b2bpic.net/free-photo/traditional-armudu-glass-black-tea_114579-4531.jpg" },
|
||||
{ id: "5", name: "Döner-Burger", price: "8,50€", imageSrc: "http://img.b2bpic.net/free-photo/chopped-pieces-chicken-pita-bread-pickles_140725-2944.jpg" },
|
||||
{ id: "6", name: "Beyti", price: "13,90€", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-italian-food-wooden-background_23-2148305677.jpg" }
|
||||
{ id: "1", name: "Signature Pizza", price: "12,50€", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-italian-food-wooden-background_23-2148305677.jpg?_wi=2" },
|
||||
{ id: "2", name: "Klassischer Döner", price: "6,50€", imageSrc: "http://img.b2bpic.net/free-photo/chopped-pieces-chicken-pita-bread-pickles_140725-2944.jpg?_wi=2" },
|
||||
{ id: "3", name: "Döner-Teller", price: "11,50€", imageSrc: "http://img.b2bpic.net/free-photo/doner-kebab-with-rice-wooden-board_140725-1330.jpg?_wi=2" },
|
||||
{ id: "4", name: "Türkischer Tee", price: "1,50€", imageSrc: "http://img.b2bpic.net/free-photo/traditional-armudu-glass-black-tea_114579-4531.jpg?_wi=2" },
|
||||
{ id: "5", name: "Döner-Burger", price: "8,50€", imageSrc: "http://img.b2bpic.net/free-photo/chopped-pieces-chicken-pita-bread-pickles_140725-2944.jpg?_wi=3" },
|
||||
{ id: "6", name: "Beyti", price: "13,90€", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-italian-food-wooden-background_23-2148305677.jpg?_wi=3" }
|
||||
]}
|
||||
title="Unsere Highlights"
|
||||
description="Tradition trifft auf Moderne: Unsere Spezialitäten."
|
||||
|
||||
Reference in New Issue
Block a user