Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
205
src/app/page.tsx
205
src/app/page.tsx
@@ -32,80 +32,49 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Willkommen",
|
||||
id: "#welcome",
|
||||
},
|
||||
name: "Willkommen", id: "#welcome"},
|
||||
{
|
||||
name: "Angebot",
|
||||
id: "#offerings",
|
||||
},
|
||||
name: "Angebot", id: "#offerings"},
|
||||
{
|
||||
name: "Impressionen",
|
||||
id: "#impressions",
|
||||
},
|
||||
name: "Impressionen", id: "#impressions"},
|
||||
{
|
||||
name: "Bewertungen",
|
||||
id: "#reviews",
|
||||
},
|
||||
name: "Bewertungen", id: "#reviews"},
|
||||
{
|
||||
name: "FAQs",
|
||||
id: "#faqs",
|
||||
},
|
||||
name: "FAQs", id: "#faqs"},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Kontakt", id: "#contact"},
|
||||
]}
|
||||
brandName="ROOM 6 Lounge"
|
||||
button={{
|
||||
text: "Tisch reservieren",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Tisch reservieren", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Deine Shisha-Bar in Großkrotzenburg."
|
||||
description="Premium Hookah, ausgewählte Drinks und entspannte Lounge-Vibes – jeden Abend."
|
||||
buttons={[
|
||||
{
|
||||
text: "Tisch reservieren",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Tisch reservieren", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/anime-casino-illustration_23-2151726804.jpg",
|
||||
imageAlt: "Shisha lounge interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shisha-bar-interior_23-2148421876.jpg", imageAlt: "Shisha lounge interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-hookah_1157-5251.jpg",
|
||||
imageAlt: "Premium hookah with smoke",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hookah-with-smoke_23-2148421884.jpg", imageAlt: "Premium hookah with smoke"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/preparing-refreshing-cocktail-bar_23-2148176764.jpg",
|
||||
imageAlt: "Colorful cocktails on bar",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cocktails-on-bar_23-2148421886.jpg", imageAlt: "Colorful cocktails on bar"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-playing-bowling_107420-84937.jpg",
|
||||
imageAlt: "Friends enjoying shisha",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-shisha_23-2148421879.jpg", imageAlt: "Friends enjoying shisha"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glamour-african-american-woman-wear-fashionable-snake-dress-sunglasses-pose-restaurant_627829-5449.jpg",
|
||||
imageAlt: "Cozy lounge seating area",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lounge-seating_23-2148421877.jpg", imageAlt: "Cozy lounge seating area"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hookah-vaping_23-2149297136.jpg",
|
||||
imageAlt: "Shisha with fruit and drinks",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fruit-shisha_23-2148421885.jpg", imageAlt: "Shisha with fruit and drinks"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -116,8 +85,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Dein neuer Lieblingsplatz"
|
||||
description={[
|
||||
"In der ROOM 6 Lounge trifft moderne Bar-Atmosphäre auf orientalisches Lounge-Feeling. Frisch umgebaut, stilvoll eingerichtet und mit einem Team, das weiß, wie man Abende zu Erinnerungen macht. Komm vorbei, entspann dich, genieße – wir kümmern uns um den Rest.",
|
||||
]}
|
||||
"In der ROOM 6 Lounge trifft moderne Bar-Atmosphäre auf orientalisches Lounge-Feeling. Frisch umgebaut, stilvoll eingerichtet und mit einem Team, das weiß, wie man Abende zu Erinnerungen macht. Komm vorbei, entspann dich, genieße – wir kümmern uns um den Rest."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -129,19 +97,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Flame,
|
||||
title: "Premium Shisha",
|
||||
description: "Premium Tabake & frische Kohle – täglich neue Sorten zum Entdecken.",
|
||||
},
|
||||
title: "Premium Shisha", description: "Premium Tabake & frische Kohle – täglich neue Sorten zum Entdecken."},
|
||||
{
|
||||
icon: Coffee,
|
||||
title: "Ausgewählte Drinks",
|
||||
description: "Signature Cocktails, Longdrinks und Softdrinks an unserer Bar.",
|
||||
},
|
||||
title: "Ausgewählte Drinks", description: "Signature Cocktails, Longdrinks und Softdrinks an unserer Bar."},
|
||||
{
|
||||
icon: Popcorn,
|
||||
title: "Kleine Snacks",
|
||||
description: "Kleine Köstlichkeiten – perfekt zur Shisha & zum geselligen Abend.",
|
||||
},
|
||||
title: "Kleine Snacks", description: "Kleine Köstlichkeiten – perfekt zur Shisha & zum geselligen Abend."},
|
||||
]}
|
||||
title="Unser Angebot"
|
||||
description="Drinks · Shisha · Snacks"
|
||||
@@ -156,65 +118,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "product-impression-1",
|
||||
brand: "ROOM 6",
|
||||
name: "Elegante Shisha",
|
||||
price: "€15",
|
||||
rating: 4.8,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/swirl-blue-steam-smoke-black-background_23-2148092712.jpg",
|
||||
imageAlt: "Elegant shisha setup",
|
||||
},
|
||||
id: "product-impression-1", brand: "ROOM 6", name: "Elegante Shisha", price: "€15", rating: 4.8,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/shisha-setup_23-2148421880.jpg", imageAlt: "Elegant shisha setup"},
|
||||
{
|
||||
id: "product-impression-2",
|
||||
brand: "ROOM 6",
|
||||
name: "Signature Cocktails",
|
||||
price: "€12",
|
||||
rating: 4.9,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cocktails-with-straw_23-2148014941.jpg",
|
||||
imageAlt: "Colorful cocktails",
|
||||
},
|
||||
id: "product-impression-2", brand: "ROOM 6", name: "Signature Cocktails", price: "€12", rating: 4.9,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/colorful-cocktails_23-2148421882.jpg", imageAlt: "Colorful cocktails"},
|
||||
{
|
||||
id: "product-impression-3",
|
||||
brand: "ROOM 6",
|
||||
name: "Entspannte Lounge",
|
||||
price: "ab €10",
|
||||
rating: 4.7,
|
||||
reviewCount: "90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sexy-brunette-girl-seductive-black-clothes-smokes-hookah-while-sitting-counter-nightclub_613910-19138.jpg",
|
||||
imageAlt: "Lounge interior",
|
||||
},
|
||||
id: "product-impression-3", brand: "ROOM 6", name: "Entspannte Lounge", price: "ab €10", rating: 4.7,
|
||||
reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/lounge-area_23-2148421883.jpg", imageAlt: "Lounge interior"},
|
||||
{
|
||||
id: "product-impression-4",
|
||||
brand: "ROOM 6",
|
||||
name: "Gesellige Abende",
|
||||
price: "variabel",
|
||||
rating: 4.9,
|
||||
reviewCount: "180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-night-out-together_23-2149173684.jpg",
|
||||
imageAlt: "Friends enjoying the lounge",
|
||||
},
|
||||
id: "product-impression-4", brand: "ROOM 6", name: "Gesellige Abende", price: "variabel", rating: 4.9,
|
||||
reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-lounge_23-2148421887.jpg", imageAlt: "Friends enjoying the lounge"},
|
||||
{
|
||||
id: "product-impression-5",
|
||||
brand: "ROOM 6",
|
||||
name: "Exotische Aromen",
|
||||
price: "€18",
|
||||
rating: 4.8,
|
||||
reviewCount: "110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-relaxing-by-vaping-from-hookah-bar_23-2149191818.jpg",
|
||||
imageAlt: "Shisha with fruit bowl",
|
||||
},
|
||||
id: "product-impression-5", brand: "ROOM 6", name: "Exotische Aromen", price: "€18", rating: 4.8,
|
||||
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/exotic-shisha_23-2148421881.jpg", imageAlt: "Shisha with fruit bowl"},
|
||||
{
|
||||
id: "product-impression-6",
|
||||
brand: "ROOM 6",
|
||||
name: "Kleine Köstlichkeiten",
|
||||
price: "ab €5",
|
||||
rating: 4.6,
|
||||
reviewCount: "70",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pasta-glasses-wooden-surface_176474-264.jpg",
|
||||
imageAlt: "Bar snacks",
|
||||
},
|
||||
id: "product-impression-6", brand: "ROOM 6", name: "Kleine Köstlichkeiten", price: "ab €5", rating: 4.6,
|
||||
reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/bar-snacks_23-2148421888.jpg", imageAlt: "Bar snacks"},
|
||||
]}
|
||||
title="Entdecke die ROOM 6 Atmosphäre"
|
||||
description="Ein visueller Einblick in unsere Lounge, Shisha-Kreationen und erfrischende Drinks."
|
||||
@@ -228,40 +148,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah M.",
|
||||
handle: "@shisha_lover",
|
||||
testimonial: "Die beste Shisha-Bar in der Gegend! Super entspannte Atmosphäre und immer neue, leckere Tabaksorten.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-student-girl-with-dark-curly-hair-sitting-stairs-university-with-textbooks-knees-cup-coffee-go-hand-joyfully-looking-friend_574295-3958.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah M.", handle: "@shisha_lover", testimonial: "Die beste Shisha-Bar in der Gegend! Super entspannte Atmosphäre und immer neue, leckere Tabaksorten.", imageSrc: "http://img.b2bpic.net/free-photo/happy-girl_23-2148421889.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Dennis K.",
|
||||
handle: "@dennis.k_lounge",
|
||||
testimonial: "Exzellente Cocktails und ein sehr freundliches Team. Hier verbringe ich meine Abende am liebsten.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-goodlooking-man-showing-thumbs-up-praising-good-job-recommending-company-standing_1258-159836.jpg",
|
||||
},
|
||||
id: "2", name: "Dennis K.", handle: "@dennis.k_lounge", testimonial: "Exzellente Cocktails und ein sehr freundliches Team. Hier verbringe ich meine Abende am liebsten.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man_23-2148421890.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Lisa G.",
|
||||
handle: "@lisa_goes_out",
|
||||
testimonial: "Der perfekte Ort für einen entspannten Abend mit Freunden. Die Snacks sind auch sehr zu empfehlen!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-enjoying-together-while-drinking-glass-beer-bar-friends-concept_58466-16172.jpg",
|
||||
},
|
||||
id: "3", name: "Lisa G.", handle: "@lisa_goes_out", testimonial: "Der perfekte Ort für einen entspannten Abend mit Freunden. Die Snacks sind auch sehr zu empfehlen!", imageSrc: "http://img.b2bpic.net/free-photo/friends-reunion_23-2149215773.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Max P.",
|
||||
handle: "@max_chill",
|
||||
testimonial: "Modernes Ambiente trifft auf orientalisches Flair – eine wirklich einzigartige Shisha-Lounge. Immer wieder gerne!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-woman-white-jacket-leaning-fence-street-she-is-smiling-side_197531-1118.jpg",
|
||||
},
|
||||
id: "4", name: "Max P.", handle: "@max_chill", testimonial: "Modernes Ambiente trifft auf orientalisches Flair – eine wirklich einzigartige Shisha-Lounge. Immer wieder gerne!", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman_197531-1118.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Julia H.",
|
||||
handle: "@julia.happy",
|
||||
testimonial: "Seit dem Umbau noch schöner und stilvoller. Das Team sorgt für unvergessliche Abende.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149215773.jpg",
|
||||
},
|
||||
id: "5", name: "Julia H.", handle: "@julia.happy", testimonial: "Seit dem Umbau noch schöner und stilvoller. Das Team sorgt für unvergessliche Abende.", imageSrc: "http://img.b2bpic.net/free-photo/happy-friends_23-2148421891.jpg"},
|
||||
]}
|
||||
title="Was unsere Gäste sagen"
|
||||
description="Unsere Kunden lieben die entspannte Atmosphäre und den erstklassigen Service – 4.8 Sterne bei 78 Rezensionen."
|
||||
@@ -274,22 +169,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "Wie sind die Öffnungszeiten?",
|
||||
content: "Montag – Donnerstag: 17:00 – 01:00 Uhr, Freitag & Samstag: 15:00 – 03:00 Uhr, Sonntag: 15:00 – 01:00 Uhr.",
|
||||
},
|
||||
id: "faq-1", title: "Wie sind die Öffnungszeiten?", content: "Montag – Donnerstag: 17:00 – 01:00 Uhr, Freitag & Samstag: 15:00 – 03:00 Uhr, Sonntag: 15:00 – 01:00 Uhr."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Ist eine Reservierung notwendig?",
|
||||
content: "Eine Reservierung wird dringend empfohlen, besonders an Wochenenden und für größere Gruppen, um Wartezeiten zu vermeiden.",
|
||||
},
|
||||
id: "faq-2", title: "Ist eine Reservierung notwendig?", content: "Eine Reservierung wird dringend empfohlen, besonders an Wochenenden und für größere Gruppen, um Wartezeiten zu vermeiden."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Kann man bei Ihnen auch Essen bestellen?",
|
||||
content: "Wir bieten eine Auswahl an kleinen Köstlichkeiten und Snacks an, die perfekt zu Shisha und Drinks passen. Eine vollständige Speisekarte mit Hauptgerichten gibt es nicht.",
|
||||
},
|
||||
id: "faq-3", title: "Kann man bei Ihnen auch Essen bestellen?", content: "Wir bieten eine Auswahl an kleinen Köstlichkeiten und Snacks an, die perfekt zu Shisha und Drinks passen. Eine vollständige Speisekarte mit Hauptgerichten gibt es nicht."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pillow-sofa_74190-3673.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lounge-sofa_74190-3673.jpg"
|
||||
imageAlt="Cozy lounge area"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -303,12 +189,11 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Reservierung"
|
||||
title="Bereit für deinen Abend?"
|
||||
description="Sichere dir deinen Tisch in der ROOM 6 Lounge – wir freuen uns auf dich. Ruf uns an oder besuche uns."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lovely-couple-sitting-coffeeshop_23-2148422418.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-coffeeshop_23-2148422418.jpg"
|
||||
imageAlt="Exterior of ROOM 6 Lounge at night"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
@@ -325,9 +210,7 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/room_6_lounge",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://instagram.com/room_6_lounge", ariaLabel: "Instagram"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user