Update src/app/page.tsx
This commit is contained in:
181
src/app/page.tsx
181
src/app/page.tsx
@@ -28,22 +28,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Startseite",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Über uns",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Speisekarte",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Startseite", id: "hero" },
|
||||
{ name: "Über uns", id: "about" },
|
||||
{ name: "Speisekarte", id: "menu" },
|
||||
{ name: "Kontakt", id: "contact" },
|
||||
]}
|
||||
brandName="Familie Dang"
|
||||
/>
|
||||
@@ -51,9 +39,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Willkommen bei Familie Dang"
|
||||
description="Erleben Sie die Vielfalt der asiatischen Küche im Herzen von Nürnberg. Wir verbinden traditionelle Rezepte mit modernen Einflüssen."
|
||||
tag="Authentisch Asiatisch"
|
||||
@@ -67,9 +53,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Unsere Geschichte"
|
||||
description={[
|
||||
"Das Familie Dang Restaurant steht für echte Gastfreundschaft und authentische Küche. Seit unserer Eröffnung ist es unser Ziel, unseren Gästen ein Stück Vietnam und Asien näherzubringen.",
|
||||
"Wir legen großen Wert auf frische Zutaten, traditionelle Zubereitung und freundlichen Service. Bei uns fühlt sich jeder wie zuhause.",
|
||||
]}
|
||||
"Das Familie Dang Restaurant steht für echte Gastfreundschaft und authentische Küche. Seit unserer Eröffnung ist es unser Ziel, unseren Gästen ein Stück Vietnam und Asien näherzubringen.", "Wir legen großen Wert auf frische Zutaten, traditionelle Zubereitung und freundlichen Service. Bei uns fühlt sich jeder wie zuhause."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -80,54 +64,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Pho Nudelsuppe",
|
||||
price: "14,50 €",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-soup-wooden-board-with-spoon-tablecloth_114579-30354.jpg",
|
||||
brand: "Suppen",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sommerrollen",
|
||||
price: "6,90 €",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cicchetti_23-2148149132.jpg",
|
||||
brand: "Vorspeisen",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Aromatisches Curry",
|
||||
price: "15,90 €",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-bowl_23-2148728099.jpg",
|
||||
brand: "Hauptspeisen",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sushi & Sashimi",
|
||||
price: "18,90 €",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sushi-with-variety-fish-delivery-sushi-package-different-types-rolls_132075-14235.jpg",
|
||||
brand: "Japanisch",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Wok-Nudeln",
|
||||
price: "13,50 €",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/noodles-prepared-with-mushrooms-bell-peppers-sauce_141793-883.jpg",
|
||||
brand: "Wok",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Veganes Curry",
|
||||
price: "14,90 €",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-vegetable-salad-dark-background_179666-17184.jpg",
|
||||
brand: "Vegan",
|
||||
},
|
||||
{ id: "1", name: "Pho Nudelsuppe", price: "14,50 €", rating: 5, reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-soup-wooden-board-with-spoon-tablecloth_114579-30354.jpg", brand: "Suppen" },
|
||||
{ id: "2", name: "Sommerrollen", price: "6,90 €", rating: 5, reviewCount: "28", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cicchetti_23-2148149132.jpg", brand: "Vorspeisen" },
|
||||
{ id: "3", name: "Aromatisches Curry", price: "15,90 €", rating: 4, reviewCount: "35", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-bowl_23-2148728099.jpg", brand: "Hauptspeisen" },
|
||||
{ id: "4", name: "Sushi & Sashimi", price: "18,90 €", rating: 5, reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/sushi-with-variety-fish-delivery-sushi-package-different-types-rolls_132075-14235.jpg", brand: "Japanisch" },
|
||||
{ id: "5", name: "Wok-Nudeln", price: "13,50 €", rating: 4, reviewCount: "31", imageSrc: "http://img.b2bpic.net/free-photo/noodles-prepared-with-mushrooms-bell-peppers-sauce_141793-883.jpg", brand: "Wok" },
|
||||
{ id: "6", name: "Veganes Curry", price: "14,90 €", rating: 5, reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-vegetable-salad-dark-background_179666-17184.jpg", brand: "Vegan" },
|
||||
]}
|
||||
title="Unsere Highlights"
|
||||
description="Entdecken Sie unsere handverlesene Auswahl an vietnamesischen und asiatischen Köstlichkeiten."
|
||||
@@ -141,46 +83,11 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Müller",
|
||||
role: "Stammgast",
|
||||
company: "Nürnberg",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Schmidt",
|
||||
role: "Food Blogger",
|
||||
company: "Nürnberg",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Julia Bauer",
|
||||
role: "Besucher",
|
||||
company: "Fürth",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-fun-while-sitting-with-her-friends-dining-table-eating-dessert_637285-3239.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Klein",
|
||||
role: "Stammgast",
|
||||
company: "Nürnberg",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-young-brunette-woman-red-beret-bright-colorful-sunglasses-stylish-dress-looks-tasty-eclair-abc-sits-cozy-street-cafe_197531-29330.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena Weber",
|
||||
role: "Gast",
|
||||
company: "Erlangen",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-young-bearded-man-stylish-headwear-having-coffee-sitting-wooden-table-modern-cafe-interior-waiting-his-girlfriend-planning-propose-her-this-sunny-day_273609-1932.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah Müller", role: "Stammgast", company: "Nürnberg", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg" },
|
||||
{ id: "2", name: "Michael Schmidt", role: "Food Blogger", company: "Nürnberg", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg" },
|
||||
{ id: "3", name: "Julia Bauer", role: "Besucher", company: "Fürth", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-fun-while-sitting-with-her-friends-dining-table-eating-dessert_637285-3239.jpg" },
|
||||
{ id: "4", name: "David Klein", role: "Stammgast", company: "Nürnberg", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/charming-young-brunette-woman-red-beret-bright-colorful-sunglasses-stylish-dress-looks-tasty-eclair-abc-sits-cozy-street-cafe_197531-29330.jpg" },
|
||||
{ id: "5", name: "Elena Weber", role: "Gast", company: "Erlangen", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-young-bearded-man-stylish-headwear-having-coffee-sitting-wooden-table-modern-cafe-interior-waiting-his-girlfriend-planning-propose-her-this-sunny-day_273609-1932.jpg" },
|
||||
]}
|
||||
title="Das sagen unsere Gäste"
|
||||
description="Echte Eindrücke unserer geschätzten Besucher."
|
||||
@@ -193,24 +100,10 @@ export default function LandingPage() {
|
||||
title="Besuchen Sie uns"
|
||||
description="Wir freuen uns auf Ihren Besuch in der Platenstraße 19, 90441 Nürnberg. Montag bis Samstag 11:00–22:00 Uhr, Sonntag ab 12:00 Uhr."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Ihr Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Ihre E-Mail",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Ihr Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Ihre E-Mail", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Ihre Nachricht oder Reservierungswunsch",
|
||||
required: true,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Ihre Nachricht oder Reservierungswunsch", required: true }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-business-owner-standing-outdoors_23-2149434497.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -219,36 +112,8 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="Familie Dang"
|
||||
columns={[
|
||||
{
|
||||
title: "Kontakt",
|
||||
items: [
|
||||
{
|
||||
label: "Platenstraße 19, 90441 Nürnberg",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Tel: 0911 123456",
|
||||
href: "tel:0911123456",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
{
|
||||
label: "Startseite",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "Speisekarte",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Über uns",
|
||||
href: "#about",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Kontakt", items: [{ label: "Platenstraße 19, 90441 Nürnberg", href: "#" }, { label: "Tel: 0911 123456", href: "tel:0911123456" }] },
|
||||
{ title: "Links", items: [{ label: "Startseite", href: "#hero" }, { label: "Speisekarte", href: "#menu" }, { label: "Über uns", href: "#about" }] },
|
||||
]}
|
||||
copyrightText="© 2024 Familie Dang Restaurant. Alle Rechte vorbehalten."
|
||||
/>
|
||||
@@ -256,4 +121,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user