Merge version_1 into main #1
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
||||
{ text: "Speisekarte ansehen", href: "#dishes" }
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/juicy-grilled-steak-with-rosemary-cherry-tomatoes-chili_84443-72373.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/juicy-grilled-steak-with-rosemary-cherry-tomatoes-chili_84443-72373.jpg?_wi=1"
|
||||
imageAlt="Premium grilled steak on fire - NB Steakhouse signature"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
@@ -79,7 +79,7 @@ export default function LandingPage() {
|
||||
description="Ein kleines, intimes Steakhouse mit großer Leidenschaft für Qualität. Wir konzentrieren uns nicht auf eine endlose Speisekarte, sondern auf die Perfektion jedes Gerichts."
|
||||
subdescription="Mit sorgfältig ausgewählten Zutaten, Fachkompetenz bei der Zubereitung und persönlichem Service schaffen wir unvergessliche Abende für unsere Gäste."
|
||||
icon={Flame}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg?_wi=1"
|
||||
imageAlt="Warme, gemütliche Atmosphäre des NB Steakhouse"
|
||||
mediaAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
@@ -105,16 +105,16 @@ export default function LandingPage() {
|
||||
buttonAnimation="entrance-slide"
|
||||
products={[
|
||||
{
|
||||
id: "rinderfilet", name: "Rinderfilet Steak", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-seared-duck-breast-with-roasted-vegetables-rich-sauce_84443-72273.jpg", imageAlt: "Zartes Rinderfilet Steak - NB Steakhouse"
|
||||
id: "rinderfilet", name: "Rinderfilet Steak", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-seared-duck-breast-with-roasted-vegetables-rich-sauce_84443-72273.jpg?_wi=1", imageAlt: "Zartes Rinderfilet Steak - NB Steakhouse"
|
||||
},
|
||||
{
|
||||
id: "cayenne-burger", name: "Cayenne Burger", price: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/top-view-burgers-basket-with-copy-space-kitchen-towel_23-2148784467.jpg", imageAlt: "Cayenne Burger mit Premium Beef - NB Steakhouse"
|
||||
id: "cayenne-burger", name: "Cayenne Burger", price: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/top-view-burgers-basket-with-copy-space-kitchen-towel_23-2148784467.jpg?_wi=1", imageAlt: "Cayenne Burger mit Premium Beef - NB Steakhouse"
|
||||
},
|
||||
{
|
||||
id: "wasserbuffel", name: "Wasserbüffel Burger", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-delicious-burger_23-2149897395.jpg", imageAlt: "Wasserbüffel Burger - exklusiv"
|
||||
id: "wasserbuffel", name: "Wasserbüffel Burger", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-delicious-burger_23-2149897395.jpg?_wi=1", imageAlt: "Wasserbüffel Burger - exklusiv"
|
||||
},
|
||||
{
|
||||
id: "creme-brulee", name: "Limetten Crème Brûlée", price: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/cookie-topped-with-banana-slices_141793-646.jpg", imageAlt: "Premium Limetten Crème Brûlée Dessert"
|
||||
id: "creme-brulee", name: "Limetten Crème Brûlée", price: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/cookie-topped-with-banana-slices_141793-646.jpg?_wi=1", imageAlt: "Premium Limetten Crème Brûlée Dessert"
|
||||
}
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
@@ -139,11 +139,11 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "warmth", title: "Warme Lichtstimmung", author: "Premium Ambiente", description: "Sorgfältig kuratierte Beleuchtung schafft eine einladende, luxuriöse Atmosphäre.", tags: ["Beleuchtung", "Komfort"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg", imageAlt: "Warme Lichtstimmung im Restaurant"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg?_wi=2", imageAlt: "Warme Lichtstimmung im Restaurant"
|
||||
},
|
||||
{
|
||||
id: "intimacy", title: "Exklusive Intimität", author: "Nur 50 Plätze", description: "Unser kleines Restaurant bietet persönliche Aufmerksamkeit für jeden Gast. Keine großen Massen, nur echte Gastfreundschaft.", tags: ["Exklusivität", "Persönlich"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg", imageAlt: "Gemütliche, intime Sitzgelegenheiten"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg?_wi=3", imageAlt: "Gemütliche, intime Sitzgelegenheiten"
|
||||
},
|
||||
{
|
||||
id: "quality-service", title: "Persönlicher Service", author: "Mit Leidenschaft", description: "Unser Team kennt die Gäste, ihre Vorlieben und Wünsche. Freundlichkeit und Professionalität sind selbstverständlich.", tags: ["Service", "Kompetenz"],
|
||||
@@ -174,22 +174,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1", title: "Perfekte Qualität", quote: "Perfekt zubereitetes Fleisch und toller Service. Das ist Steakhouse auf höchstem Niveau!", name: "Michael Braun", role: "Regelmäßiger Gast", imageSrc: "http://img.b2bpic.net/free-photo/juicy-grilled-steak-with-rosemary-cherry-tomatoes-chili_84443-72373.jpg", imageAlt: "Michael Braun"
|
||||
id: "testimonial-1", title: "Perfekte Qualität", quote: "Perfekt zubereitetes Fleisch und toller Service. Das ist Steakhouse auf höchstem Niveau!", name: "Michael Braun", role: "Regelmäßiger Gast", imageSrc: "http://img.b2bpic.net/free-photo/juicy-grilled-steak-with-rosemary-cherry-tomatoes-chili_84443-72373.jpg?_wi=2", imageAlt: "Michael Braun"
|
||||
},
|
||||
{
|
||||
id: "testimonial-2", title: "Phänomenale Gerichte", quote: "Kleines Restaurant mit phänomenalen Gerichten. Jeder Gang war ein Highlight.", name: "Sarah Müller", role: "Restaurant-Kritikerin", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-seared-duck-breast-with-roasted-vegetables-rich-sauce_84443-72273.jpg", imageAlt: "Sarah Müller"
|
||||
id: "testimonial-2", title: "Phänomenale Gerichte", quote: "Kleines Restaurant mit phänomenalen Gerichten. Jeder Gang war ein Highlight.", name: "Sarah Müller", role: "Restaurant-Kritikerin", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-seared-duck-breast-with-roasted-vegetables-rich-sauce_84443-72273.jpg?_wi=2", imageAlt: "Sarah Müller"
|
||||
},
|
||||
{
|
||||
id: "testimonial-3", title: "Gemütliche Atmosphäre", quote: "Sehr gemütliche Atmosphäre und unglaublich leckeres Essen. Wir kommen gerne wieder!", name: "Thomas Weber", role: "Gast mit Familie", imageSrc: "http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg", imageAlt: "Thomas Weber"
|
||||
id: "testimonial-3", title: "Gemütliche Atmosphäre", quote: "Sehr gemütliche Atmosphäre und unglaublich leckeres Essen. Wir kommen gerne wieder!", name: "Thomas Weber", role: "Gast mit Familie", imageSrc: "http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg?_wi=4", imageAlt: "Thomas Weber"
|
||||
},
|
||||
{
|
||||
id: "testimonial-4", title: "Highlight Dessert", quote: "Das Dessert war mein absolutes Highlight des Abends. Einfach wunderbar!", name: "Anna Schmidt", role: "Gast", imageSrc: "http://img.b2bpic.net/free-photo/cookie-topped-with-banana-slices_141793-646.jpg", imageAlt: "Anna Schmidt"
|
||||
id: "testimonial-4", title: "Highlight Dessert", quote: "Das Dessert war mein absolutes Highlight des Abends. Einfach wunderbar!", name: "Anna Schmidt", role: "Gast", imageSrc: "http://img.b2bpic.net/free-photo/cookie-topped-with-banana-slices_141793-646.jpg?_wi=2", imageAlt: "Anna Schmidt"
|
||||
},
|
||||
{
|
||||
id: "testimonial-5", title: "Echte Handwerkkunst", quote: "Man merkt, dass jedes Steak mit Liebe zubereitet wird. Absolute Empfehlung!", name: "Klaus Wagner", role: "Restaurantbesucher", imageSrc: "http://img.b2bpic.net/free-photo/top-view-burgers-basket-with-copy-space-kitchen-towel_23-2148784467.jpg", imageAlt: "Klaus Wagner"
|
||||
id: "testimonial-5", title: "Echte Handwerkkunst", quote: "Man merkt, dass jedes Steak mit Liebe zubereitet wird. Absolute Empfehlung!", name: "Klaus Wagner", role: "Restaurantbesucher", imageSrc: "http://img.b2bpic.net/free-photo/top-view-burgers-basket-with-copy-space-kitchen-towel_23-2148784467.jpg?_wi=2", imageAlt: "Klaus Wagner"
|
||||
},
|
||||
{
|
||||
id: "testimonial-6", title: "Unvergesslicher Abend", quote: "Ein wirklich unvergesslicher Abend mit exzellentem Service und fantastischem Essen.", name: "Christine Hoffmann", role: "Gast", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-delicious-burger_23-2149897395.jpg", imageAlt: "Christine Hoffmann"
|
||||
id: "testimonial-6", title: "Unvergesslicher Abend", quote: "Ein wirklich unvergesslicher Abend mit exzellentem Service und fantastischem Essen.", name: "Christine Hoffmann", role: "Gast", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-delicious-burger_23-2149897395.jpg?_wi=2", imageAlt: "Christine Hoffmann"
|
||||
}
|
||||
]}
|
||||
ariaLabel="Testimonials section with guest reviews"
|
||||
|
||||
Reference in New Issue
Block a user