Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 177c1af13b |
130
src/app/page.tsx
130
src/app/page.tsx
@@ -28,21 +28,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Events",
|
||||
id: "features",
|
||||
},
|
||||
name: "Events", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Stop Club"
|
||||
/>
|
||||
@@ -52,56 +44,31 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "downward-rays-animated",
|
||||
}}
|
||||
variant: "downward-rays-animated"}}
|
||||
title="Live Rock Music. Real Energy. Every Night."
|
||||
description="Join one of the oldest and most iconic rock clubs in Yerevan. Great bands, electric atmosphere, and unforgettable nights."
|
||||
description="Join one of the oldest and most iconic rock clubs in Yerevan. Great bands, electric atmosphere, and unforgettable nights. For inquiries, call 0552511000."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Anna K.",
|
||||
handle: "@anna_rocks",
|
||||
testimonial: "An electric atmosphere with amazing musicians and a crowd that feels alive.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ6MrzubMwQSWmNlOw5JOO2TPe/close-up-portrait-of-a-happy-person-enjo-1774684257499-1e6ecd1b.png",
|
||||
},
|
||||
name: "Anna K.", handle: "@anna_rocks", testimonial: "An electric atmosphere with amazing musicians and a crowd that feels alive.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ6MrzubMwQSWmNlOw5JOO2TPe/close-up-portrait-of-a-happy-person-enjo-1774684257499-1e6ecd1b.png"},
|
||||
{
|
||||
name: "Levon S.",
|
||||
handle: "@levon_music",
|
||||
testimonial: "Friendly staff, great drinks, and unforgettable live performances.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ6MrzubMwQSWmNlOw5JOO2TPe/portrait-of-a-fan-laughing-at-a-live-mus-1774684259244-57da14bf.png",
|
||||
},
|
||||
name: "Levon S.", handle: "@levon_music", testimonial: "Friendly staff, great drinks, and unforgettable live performances.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ6MrzubMwQSWmNlOw5JOO2TPe/portrait-of-a-fan-laughing-at-a-live-mus-1774684259244-57da14bf.png"},
|
||||
{
|
||||
name: "Maria P.",
|
||||
handle: "@maria_p",
|
||||
testimonial: "One of the best places in Yerevan for real rock music.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ6MrzubMwQSWmNlOw5JOO2TPe/portrait-of-a-musician-smiling-after-a-s-1774684259127-5e85c1ee.png",
|
||||
},
|
||||
name: "Maria P.", handle: "@maria_p", testimonial: "One of the best places in Yerevan for real rock music.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ6MrzubMwQSWmNlOw5JOO2TPe/portrait-of-a-musician-smiling-after-a-s-1774684259127-5e85c1ee.png"},
|
||||
{
|
||||
name: "Davit H.",
|
||||
handle: "@davit_h",
|
||||
testimonial: "Amazing sound, truly authentic rock vibe every single time.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ6MrzubMwQSWmNlOw5JOO2TPe/group-of-friends-cheering-during-a-conce-1774684259650-350636d1.png",
|
||||
},
|
||||
name: "Davit H.", handle: "@davit_h", testimonial: "Amazing sound, truly authentic rock vibe every single time.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ6MrzubMwQSWmNlOw5JOO2TPe/group-of-friends-cheering-during-a-conce-1774684259650-350636d1.png"},
|
||||
{
|
||||
name: "Seda G.",
|
||||
handle: "@seda_guitar",
|
||||
testimonial: "The only club that keeps the true underground spirit alive in the city.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ6MrzubMwQSWmNlOw5JOO2TPe/crowd-dancing-at-a-rock-concert-blurred--1774684257563-48f41edc.png",
|
||||
},
|
||||
name: "Seda G.", handle: "@seda_guitar", testimonial: "The only club that keeps the true underground spirit alive in the city.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ6MrzubMwQSWmNlOw5JOO2TPe/crowd-dancing-at-a-rock-concert-blurred--1774684257563-48f41edc.png"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve a Table", href: "#contact"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+37410000000",
|
||||
},
|
||||
text: "Call Now", href: "tel:0552511000"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ6MrzubMwQSWmNlOw5JOO2TPe/a-high-energy-atmospheric-photo-of-a-liv-1774684257867-f9a639b1.png"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -113,14 +80,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="A Community for Music Lovers"
|
||||
description={[
|
||||
"This isn't just a bar—it’s a community for music lovers.",
|
||||
"People come for the music and stay for the energy. We've been fueling the Yerevan rock scene for decades.",
|
||||
]}
|
||||
"This isn't just a bar—it’s a community for music lovers.", "People come for the music and stay for the energy. We've been fueling the Yerevan rock scene for decades. Call us at 0552511000 for any questions."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Visit Us", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -132,34 +95,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
label: "Shows",
|
||||
title: "Nightly Concerts",
|
||||
items: [
|
||||
"Live bands & jam sessions almost every night",
|
||||
"Special guest performances",
|
||||
"Start at 9 PM",
|
||||
],
|
||||
id: "f1", label: "Shows", title: "Nightly Concerts", items: [
|
||||
"Live bands & jam sessions almost every night", "Special guest performances", "Start at 9 PM"],
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
label: "Vibe",
|
||||
title: "Electric Atmosphere",
|
||||
items: [
|
||||
"Authentic underground aesthetic",
|
||||
"Cozy intimate setting",
|
||||
"Dance floor after live shows",
|
||||
],
|
||||
id: "f2", label: "Vibe", title: "Electric Atmosphere", items: [
|
||||
"Authentic underground aesthetic", "Cozy intimate setting", "Dance floor after live shows"],
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
label: "Drinks",
|
||||
title: "Service & Drinks",
|
||||
items: [
|
||||
"Affordable drink menu",
|
||||
"Friendly staff",
|
||||
"Great service guaranteed",
|
||||
],
|
||||
id: "f3", label: "Drinks", title: "Service & Drinks", items: [
|
||||
"Affordable drink menu", "Friendly staff", "Great service guaranteed"],
|
||||
},
|
||||
]}
|
||||
title="Experience the Underground"
|
||||
@@ -171,11 +116,10 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "downward-rays-static",
|
||||
}}
|
||||
variant: "downward-rays-static"}}
|
||||
tag="Reservations"
|
||||
title="Book Your Spot"
|
||||
description="Our venue is small and iconic, and it gets crowded. Ensure your spot at tonight's show by booking ahead."
|
||||
description="Our venue is small and iconic, and it gets crowded. Ensure your spot at tonight's show by booking ahead. Reach us at 0552511000 for urgent bookings."
|
||||
inputPlaceholder="Your Name/Phone/Date"
|
||||
buttonText="Submit Reservation"
|
||||
/>
|
||||
@@ -187,25 +131,17 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Events",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Events", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -215,4 +151,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user