Merge version_2 into main #1
127
src/app/page.tsx
127
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Startseite", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "Über uns", id: "about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Bewertungen", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Kontakt", id: "contact"},
|
||||
]}
|
||||
brandName="A Strada"
|
||||
/>
|
||||
@@ -53,12 +45,10 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="A Strada Cafe-Bar Italiano"
|
||||
description="Authentic Italian cafe and bar experience in the heart of Wien. Enjoy premium coffee, delightful snacks, and a cozy atmosphere."
|
||||
description="Authentisches italienisches Café- und Bar-Erlebnis im Herzen von Wien. Genießen Sie erstklassigen Kaffee, köstliche Snacks und eine gemütliche Atmosphäre."
|
||||
buttons={[
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Besuchen Sie uns", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/coffee-cup-glass-counter-caf-shop_23-2147892915.jpg"
|
||||
/>
|
||||
@@ -67,8 +57,8 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={true}
|
||||
title="A Little Piece of Italy in Wien"
|
||||
tag="Our Story"
|
||||
title="Ein kleines Stück Italien in Wien"
|
||||
tag="Unsere Geschichte"
|
||||
tagIcon={Coffee}
|
||||
/>
|
||||
</div>
|
||||
@@ -80,49 +70,24 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Werner SiLenzio",
|
||||
handle: "Google Review",
|
||||
testimonial: "Quality ok. Preislich ok.",
|
||||
rating: 3,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-drinking-coffee-spacious-cafeteria_23-2150424026.jpg",
|
||||
},
|
||||
id: "1", name: "Werner SiLenzio", handle: "Google Bewertung", testimonial: "Qualität ok. Preislich ok.", rating: 3,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-drinking-coffee-spacious-cafeteria_23-2150424026.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jaquii Echl",
|
||||
handle: "Google Review",
|
||||
testimonial: "Service could be better, but we enjoy the atmosphere.",
|
||||
rating: 2,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/daily-routine-lifestyle-young-beautiful-woman-bathrobe-standing-kitchen-with-cup-coffee_1258-193505.jpg",
|
||||
},
|
||||
id: "2", name: "Jaquii Echl", handle: "Google Bewertung", testimonial: "Der Service könnte besser sein, aber die Atmosphäre genießen wir sehr.", rating: 2,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/daily-routine-lifestyle-young-beautiful-woman-bathrobe-standing-kitchen-with-cup-coffee_1258-193505.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "franz singh khela",
|
||||
handle: "Google Review",
|
||||
testimonial: "The waitress Svetlana is a credit to the company!!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064692.jpg",
|
||||
},
|
||||
id: "3", name: "franz singh khela", handle: "Google Bewertung", testimonial: "Die Kellnerin Svetlana ist eine Bereicherung für das Unternehmen!!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064692.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Anonymous",
|
||||
handle: "Review",
|
||||
testimonial: "Great cafe vibe, friendly staff overall.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-enjoying-coffee-cup_23-2148756338.jpg",
|
||||
},
|
||||
id: "4", name: "Anonym", handle: "Bewertung", testimonial: "Tolle Café-Stimmung, insgesamt freundliches Personal.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-enjoying-coffee-cup_23-2148756338.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Visitor",
|
||||
handle: "Review",
|
||||
testimonial: "Excellent coffee quality!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people-bistro_23-2149366428.jpg",
|
||||
},
|
||||
id: "5", name: "Besucher", handle: "Bewertung", testimonial: "Hervorragende Kaffeequalität!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people-bistro_23-2149366428.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Guest Voices"
|
||||
description="Hear what our wonderful guests have to say about their experience at A Strada."
|
||||
title="Gästestimmen"
|
||||
description="Hören Sie, was unsere wundervollen Gäste über ihr Erlebnis bei A Strada sagen."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -130,37 +95,22 @@ export default function LandingPage() {
|
||||
<FaqSplitMedia
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about your visit."
|
||||
title="Häufig gestellte Fragen"
|
||||
description="Alles, was Sie für Ihren Besuch wissen müssen."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cozy-cafe-hotel-decorated-with-green-plants-flowers_181624-37913.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer vegan options?",
|
||||
content: "Yes, we have a selection of plant-based snacks and oat milk for our specialty coffee drinks.",
|
||||
},
|
||||
id: "1", title: "Bieten Sie vegane Optionen an?", content: "Ja, wir haben eine Auswahl an pflanzlichen Snacks und Hafermilch für unsere Kaffeespezialitäten."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you accept reservations?",
|
||||
content: "We are a casual cafe-bar and work on a first-come, first-served basis.",
|
||||
},
|
||||
id: "2", title: "Nehmen Sie Reservierungen entgegen?", content: "Wir sind ein zwangloses Café-Bar-Konzept und arbeiten nach dem Prinzip 'Wer zuerst kommt, mahlt zuerst'."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is there free Wi-Fi?",
|
||||
content: "Absolutely, feel free to work or browse while enjoying your espresso.",
|
||||
},
|
||||
id: "3", title: "Gibt es kostenloses WLAN?", content: "Auf jeden Fall! Fühlen Sie sich frei zu arbeiten oder zu surfen, während Sie Ihren Espresso genießen."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Are dogs allowed?",
|
||||
content: "We love pets! Your well-behaved furry friends are welcome.",
|
||||
},
|
||||
id: "4", title: "Sind Hunde erlaubt?", content: "Wir lieben Haustiere! Ihre wohlerzogenen vierbeinigen Freunde sind herzlich willkommen."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Do you have outdoor seating?",
|
||||
content: "We have a cozy street-side seating area available during warmer months.",
|
||||
},
|
||||
id: "5", title: "Haben Sie Sitzplätze im Freien?", content: "Wir verfügen in den wärmeren Monaten über einen gemütlichen Sitzbereich an der Straße."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -169,11 +119,10 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Visit Us"
|
||||
variant: "plain"}}
|
||||
tag="Besuchen Sie uns"
|
||||
title="Etrichstraße 40, 1110 Wien"
|
||||
description="Call us: 01 9674059. Open daily until 22:00."
|
||||
description="Rufen Sie uns an: 01 9674059. Täglich bis 22:00 Uhr geöffnet."
|
||||
tagIcon={MapPin}
|
||||
/>
|
||||
</div>
|
||||
@@ -182,26 +131,20 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
title: "Standort", items: [
|
||||
{
|
||||
label: "Etrichstraße 40, 1110 Wien",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Etrichstraße 40, 1110 Wien", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Kontakt", items: [
|
||||
{
|
||||
label: "01 9674059",
|
||||
href: "tel:019674059",
|
||||
},
|
||||
label: "01 9674059", href: "tel:019674059"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2025 A Strada Cafe-Bar Italiano"
|
||||
bottomRightText="Built with passion"
|
||||
bottomRightText="Mit Leidenschaft erbaut"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user