Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f826813b4a |
101
src/app/page.tsx
101
src/app/page.tsx
@@ -11,7 +11,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
|
|||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
import { Utensils, Flame, ChefHat, Sparkles, MapPin, Phone, Users, Clock } from 'lucide-react';
|
import { Utensils, ChefHat, Sparkles, MapPin, Phone, Users, Clock } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -31,24 +31,24 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
brandName="Asia Saigon Imbiss"
|
brandName="Asia Saigon Imbiss"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "About", id: "about" },
|
{ name: "Über Uns", id: "about" },
|
||||||
{ name: "Menu", id: "cuts" },
|
{ name: "Speisekarte", id: "cuts" },
|
||||||
{ name: "Service", id: "experience" },
|
{ name: "Service", id: "experience" },
|
||||||
{ name: "Team", id: "team" },
|
{ name: "Team", id: "team" },
|
||||||
{ name: "Reviews", id: "testimonials" },
|
{ name: "Bewertungen", id: "testimonials" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Kontakt", id: "contact" }
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Routenplaner", href: "#contact"
|
text: "Routenplaner", href: "#contact"
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardCarousel
|
<HeroBillboardCarousel
|
||||||
title="Authentischer Asiatischer Genuss"
|
title="Asia Saigon Imbiss Türkheim"
|
||||||
description="Frisch, schnell und unglaublich lecker. Ihr Asia Saigon Imbiss in Türkheim bietet Ihnen traditionelle asiatische Spezialitäten in einer gemütlichen Atmosphäre."
|
description="Authentischer asiatischer Genuss in Türkheim. Entdecken Sie unsere frischen Wok-Gerichte und hausgemachten Spezialitäten in freundlicher Atmosphäre."
|
||||||
tag="4.7 Sterne · 137 Bewertungen"
|
tag="Höchste Qualität"
|
||||||
tagIcon={Utensils}
|
tagIcon={Utensils}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
@@ -57,22 +57,22 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beef-stir-fry-with-vegetables_23-2151966862.jpg", imageAlt: "Asiatische Küche" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/beef-stir-fry-with-vegetables_23-2151966862.jpg", imageAlt: "Asiatische Spezialitäten" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/shrimp-black-pasta-minimalist-dark-plate_23-2148425563.jpg", imageAlt: "Sushi Spezialitäten" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/shrimp-black-pasta-minimalist-dark-plate_23-2148425563.jpg", imageAlt: "Frische Gerichte" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/seafood-dish-with-egg-prawn-flat-lay-photography_53876-104574.jpg", imageAlt: "Frische Zutaten" }
|
{ imageSrc: "http://img.b2bpic.net/free-photo/seafood-dish-with-egg-prawn-flat-lay-photography_53876-104574.jpg", imageAlt: "Traditionelle Küche" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<MetricSplitMediaAbout
|
<MetricSplitMediaAbout
|
||||||
tag="Über Uns"
|
tag="Qualität"
|
||||||
tagIcon={ChefHat}
|
tagIcon={ChefHat}
|
||||||
title="Frische trifft auf Tradition"
|
title="Frische, Geschmack und Leidenschaft"
|
||||||
description="Wir bieten Ihnen ein authentisches kulinarisches Erlebnis direkt in Türkheim. Von köstlichen Wok-Gerichten bis zu frischem Sushi – bei uns wird jede Speise mit Leidenschaft und hochwertigen Zutaten für Sie zubereitet."
|
description="In unserem Imbiss in Türkheim legen wir höchsten Wert auf frische Zutaten und authentische Rezepte. Unsere Kunden schätzen vor allem unsere konstant hohe Qualität und den freundlichen Service bei jedem Besuch."
|
||||||
metrics={[
|
metrics={[
|
||||||
{ value: "4.7", title: "Bewertung" },
|
{ value: "Top", title: "Qualität" },
|
||||||
{ value: "137", title: "Zufriedene Gäste" }
|
{ value: "Fair", title: "Preise" }
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/chinese-tea-ceremony-cup-tea-tea-desk-chaban_8353-6725.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/chinese-tea-ceremony-cup-tea-tea-desk-chaban_8353-6725.jpg"
|
||||||
imageAlt="Asiatisches Restaurant Ambiente"
|
imageAlt="Asiatisches Restaurant Ambiente"
|
||||||
@@ -84,14 +84,14 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="cuts" data-section="cuts">
|
<div id="cuts" data-section="cuts">
|
||||||
<ProductCardTwo
|
<ProductCardTwo
|
||||||
title="Unsere Speisekarte"
|
title="Unsere Highlights"
|
||||||
description="Entdecken Sie eine Vielfalt an asiatischen Klassikern und modernen Fusion-Gerichten"
|
description="Eine Auswahl unserer beliebtesten Gerichte für Sie"
|
||||||
tag="Kulinarik"
|
tag="Speisekarte"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
products={[
|
products={[
|
||||||
{ id: "1", brand: "Asia Saigon", name: "Gebratene Ente", price: "12,50 €", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-salad-with-fried-eggplants-tomatoes-herbs-sesame-bowl-served-with-soy-sauce-wood_141793-11706.jpg" },
|
{ id: "1", brand: "Asia Saigon", name: "Gebratene Ente", price: "12,50 €", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-salad-with-fried-eggplants-tomatoes-herbs-sesame-bowl-served-with-soy-sauce-wood_141793-11706.jpg" },
|
||||||
{ id: "2", brand: "Asia Saigon", name: "Signature Sushi Platte", price: "18,90 €", rating: 5, reviewCount: "13", imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-vietnamese-spring-rolls-with-spicy-shrimps-prawns-carrot-cucumber-red-cabbage-rice-noodle_2829-18345.jpg" },
|
{ id: "2", brand: "Asia Saigon", name: "Signature Sushi", price: "18,90 €", rating: 5, reviewCount: "13", imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-vietnamese-spring-rolls-with-spicy-shrimps-prawns-carrot-cucumber-red-cabbage-rice-noodle_2829-18345.jpg" },
|
||||||
{ id: "3", brand: "Asia Saigon", name: "Pad Thai Spezial", price: "11,50 €", rating: 4, reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/fried-thai-noodles_74190-1572.jpg" }
|
{ id: "3", brand: "Asia Saigon", name: "Pad Thai", price: "11,50 €", rating: 4, reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/fried-thai-noodles_74190-1572.jpg" }
|
||||||
]}
|
]}
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -102,13 +102,13 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="experience" data-section="experience">
|
<div id="experience" data-section="experience">
|
||||||
<FeatureCardNineteen
|
<FeatureCardNineteen
|
||||||
title="Service für unsere Gäste"
|
title="Service für Türkheim"
|
||||||
description="Wir bieten Ihnen flexible Optionen für Ihren Genuss"
|
description="Bei uns steht der Kunde im Mittelpunkt"
|
||||||
tag="Service"
|
tag="Service"
|
||||||
features={[
|
features={[
|
||||||
{ tag: "Vor Ort", title: "Gemütliches Ambiente", subtitle: "Bleiben Sie gerne", description: "Genießen Sie Ihr Essen in unserem liebevoll eingerichteten Gastraum.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blond-girl-with-blue-eyes-bright-pink-lips-sitting-coffee-shop-chair-she-holds-smartphone-her-hand_197531-83.jpg" },
|
{ tag: "Vor Ort", title: "Gastraum", subtitle: "Gemütlichkeit", description: "Genießen Sie entspannte Momente in unserem Restaurant.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blond-girl-with-blue-eyes-bright-pink-lips-sitting-coffee-shop-chair-she-holds-smartphone-her-hand_197531-83.jpg" },
|
||||||
{ tag: "Abholung", title: "Schnelle Zubereitung", subtitle: "Einfach mitnehmen", description: "Rufen Sie an und holen Sie Ihr frisches Essen direkt bei uns ab.", imageSrc: "http://img.b2bpic.net/free-photo/view-ready-eat-delicious-meal-go_23-2151431923.jpg" },
|
{ tag: "Take-Away", title: "Zum Mitnehmen", subtitle: "Schnell", description: "Rufen Sie an und holen Sie Ihr Lieblingsessen ab.", imageSrc: "http://img.b2bpic.net/free-photo/view-ready-eat-delicious-meal-go_23-2151431923.jpg" },
|
||||||
{ tag: "Service", title: "Herzliche Beratung", subtitle: "Wir sind für Sie da", description: "Unser Team freut sich darauf, Ihnen bei der Auswahl behilflich zu sein.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-business-woman-with-headphone-call-center_74190-11846.jpg" }
|
{ tag: "Support", title: "Freundlich", subtitle: "Beratung", description: "Unser Team berät Sie jederzeit kompetent bei der Auswahl.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-business-woman-with-headphone-call-center_74190-11846.jpg" }
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -117,11 +117,11 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="team" data-section="team">
|
<div id="team" data-section="team">
|
||||||
<TeamCardTwo
|
<TeamCardTwo
|
||||||
title="Unser Team"
|
title="Das Team hinter dem Geschmack"
|
||||||
description="Wir freuen uns auf Ihren Besuch"
|
description="Freundlicher Service ist unser Markenzeichen"
|
||||||
tag="Ihr Gastgeber"
|
tag="Unser Team"
|
||||||
members={[
|
members={[
|
||||||
{ id: "1", name: "Das Asia Saigon Team", role: "Ihr Service & Küche", description: "Wir stehen für Qualität, Frische und eine freundliche Atmosphäre. Wir freuen uns jeden Tag aufs Neue, Sie mit unseren Speisen glücklich zu machen.", imageSrc: "http://img.b2bpic.net/free-photo/young-womens-having-lunch-home_23-2148451592.jpg" }
|
{ id: "1", name: "Asia Saigon Crew", role: "Gastgeber", description: "Wir freuen uns jeden Tag, Sie bei uns in Türkheim begrüßen zu dürfen.", imageSrc: "http://img.b2bpic.net/free-photo/young-womens-having-lunch-home_23-2148451592.jpg" }
|
||||||
]}
|
]}
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -132,12 +132,12 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardSix
|
<TestimonialCardSix
|
||||||
title="Gäste-Stimmen"
|
title="Das sagen unsere Gäste"
|
||||||
description="Was unsere Besucher sagen"
|
description="Erfahrungen unserer zufriedenen Kunden"
|
||||||
tag="Bewertungen"
|
tag="Feedback"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{ id: "1", name: "Sam K.", handle: "Local Guide", testimonial: "Wir waren gestern zum ersten Mal hier. Die Karte ist super, das Ambiente für einen Imbiss sehr schön!", imageSrc: "http://img.b2bpic.net/free-photo/young-surprised-lady-sunglasses-birthday-cap-sitting-bar-counter-with-milkshake-hand-amazrdly-looking-aside-cafe_574295-566.jpg" },
|
{ id: "1", name: "Klaus M.", handle: "Stammgast", testimonial: "Hervorragende Qualität und super freundliches Personal – wir kommen immer wieder gerne vorbei!", imageSrc: "http://img.b2bpic.net/free-photo/young-surprised-lady-sunglasses-birthday-cap-sitting-bar-counter-with-milkshake-hand-amazrdly-looking-aside-cafe_574295-566.jpg" },
|
||||||
{ id: "2", name: "Hekmat Androun", handle: "Gast", testimonial: "Echt das Beste in der Gegend. Das Essen wird frisch zubereitet, Preise total fair, Team mega freundlich.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-happy-after-shopping_23-2148660676.jpg" }
|
{ id: "2", name: "Sarah T.", handle: "Gast", testimonial: "Einfach das beste asiatische Essen hier in Türkheim. Alles frisch, lecker und sehr herzlich.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-happy-after-shopping_23-2148660676.jpg" }
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -147,13 +147,12 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqSplitMedia
|
<FaqSplitMedia
|
||||||
title="FAQ"
|
title="Häufige Fragen"
|
||||||
description="Wichtige Informationen für Ihren Besuch"
|
description="Ihr Besuch bei uns"
|
||||||
tag="Info"
|
tag="Support"
|
||||||
faqs={[
|
faqs={[
|
||||||
{ id: "1", title: "Wo findet man uns?", content: "Maximilian-Philipp-Straße 15, 86842 Türkheim." },
|
{ id: "1", title: "Wo ist Asia Saigon?", content: "Maximilian-Philipp-Straße 15, 86842 Türkheim." },
|
||||||
{ id: "2", title: "Wann haben Sie geöffnet?", content: "Wir öffnen mittwochs ab 11:30 Uhr." },
|
{ id: "2", title: "Wie erreichen Sie uns?", content: "Telefonisch unter 08245 9687139 für Bestellungen." }
|
||||||
{ id: "3", title: "Wie kann ich bestellen?", content: "Sie können telefonisch unter 08245 9687139 bestellen." }
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-beautiful-asian-woman-friends-reunion_23-2149244680.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/portrait-beautiful-asian-woman-friends-reunion_23-2149244680.jpg"
|
||||||
mediaPosition="left"
|
mediaPosition="left"
|
||||||
@@ -166,13 +165,12 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCenter
|
<ContactCenter
|
||||||
tag="Kontakt"
|
tag="Standort"
|
||||||
title="Besuchen Sie uns"
|
title="Besuchen Sie uns in Türkheim"
|
||||||
description="Maximilian-Philipp-Straße 15, 86842 Türkheim. Wir freuen uns auf Ihren Besuch oder Anruf!"
|
description="Maximilian-Philipp-Straße 15, 86842 Türkheim. Wir freuen uns, Sie kulinarisch verwöhnen zu dürfen!"
|
||||||
tagIcon={MapPin}
|
tagIcon={MapPin}
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
inputPlaceholder="Ihre Nachricht..."
|
buttonText="Wegbeschreibung"
|
||||||
buttonText="Routenplaner"
|
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -181,11 +179,12 @@ export default function LandingPage() {
|
|||||||
<FooterBase
|
<FooterBase
|
||||||
logoText="Asia Saigon Imbiss"
|
logoText="Asia Saigon Imbiss"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Navigation", items: [{ label: "Speisekarte", href: "#cuts" }, { label: "Bewertungen", href: "#testimonials" }] },
|
{ title: "Navigation", items: [{ label: "Speisekarte", href: "#cuts" }, { label: "Kontakt", href: "#contact" }] },
|
||||||
{ title: "Kontakt", items: [{ label: "Tel: 08245 9687139", href: "tel:082459687139" }, { label: "Standort", href: "#contact" }] }
|
{ title: "Service", items: [{ label: "Tel: 08245 9687139", href: "tel:082459687139" }, { label: "Routenplaner", href: "#contact" }] }
|
||||||
]}
|
]
|
||||||
|
}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user