Merge version_1_1782340420683 into main #2
@@ -8,32 +8,13 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
|
||||
export default function Layout() {
|
||||
const navItems = [
|
||||
{
|
||||
"name": "Events",
|
||||
"href": "#events"
|
||||
"name": "Events", "href": "#events"
|
||||
},
|
||||
{
|
||||
"name": "Menu",
|
||||
"href": "#menu"
|
||||
"name": "Menu", "href": "#menu"
|
||||
},
|
||||
{
|
||||
"name": "Reservations",
|
||||
"href": "#contact"
|
||||
},
|
||||
{
|
||||
"name": "Translate",
|
||||
"href": "#lang"
|
||||
},
|
||||
{
|
||||
"name": "Hero",
|
||||
"href": "#hero"
|
||||
},
|
||||
{
|
||||
"name": "About",
|
||||
"href": "#about"
|
||||
},
|
||||
{
|
||||
"name": "Match",
|
||||
"href": "#match"
|
||||
"name": "Reservations", "href": "#contact"
|
||||
}
|
||||
];
|
||||
|
||||
@@ -43,10 +24,9 @@ export default function Layout() {
|
||||
<SectionErrorBoundary name="navbar">
|
||||
<NavbarFloatingLogo
|
||||
logo="Irish Pub By Hollywood"
|
||||
logoImageSrc="http://img.b2bpic.net/free-vector/pack-four-st-patrick-stickers-flat-design_23-2147596523.jpg"
|
||||
ctaButton={{
|
||||
text: "WhatsApp Book",
|
||||
href: "https://wa.me/994504040407",
|
||||
}}
|
||||
text: "WhatsApp Book", href: "https://wa.me/994504040407"}}
|
||||
navItems={navItems} />
|
||||
</SectionErrorBoundary>
|
||||
<main className="flex-grow">
|
||||
@@ -57,53 +37,36 @@ export default function Layout() {
|
||||
brand="Irish Pub By Hollywood"
|
||||
columns={[
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
title: "Location", items: [
|
||||
{
|
||||
label: "62 Nizami St, Baku",
|
||||
href: "#",
|
||||
},
|
||||
label: "62 Nizami St, Baku", href: "#"},
|
||||
{
|
||||
label: "Open Daily 13:00 - 03:00",
|
||||
href: "#",
|
||||
},
|
||||
label: "Open Daily 13:00 - 03:00", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Socials",
|
||||
items: [
|
||||
title: "Socials", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/994504040407",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/994504040407"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "050 404 04 07",
|
||||
href: "tel:+994504040407",
|
||||
},
|
||||
label: "050 404 04 07", href: "tel:+994504040407"},
|
||||
{
|
||||
label: "Email Us",
|
||||
href: "mailto:info@irishpub.az",
|
||||
},
|
||||
label: "Email Us", href: "mailto:info@irishpub.az"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyright="© 2024 Irish Pub By Hollywood. All rights reserved."
|
||||
links={[
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/pack-four-st-patrick-stickers-flat-design_23-2147596523.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/pack-four-st-patrick-stickers-flat-design_23-2147596523.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</StyleProvider>
|
||||
|
||||
@@ -19,14 +19,10 @@ export default function HomePage() {
|
||||
title="IRISH PUB BY HOLLYWOOD"
|
||||
description="Baku's Home of Live Music, Football & Great Nights. Gather with friends, enjoy premium drinks, and experience the most vibrant night out."
|
||||
primaryButton={{
|
||||
text: "Reserve a Table",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Reserve a Table", href: "#contact"}}
|
||||
secondaryButton={{
|
||||
text: "View Events",
|
||||
href: "#events",
|
||||
}}
|
||||
imageSrc="https://storage.googleapis.com/webild/users/user_3FbOWBdSHF3oZxTMHIG3wpfL6Hm/uploaded-1782340464704-po57z520.jpg?_wi=1"
|
||||
text: "View Events", href: "#events"}}
|
||||
imageSrc="https://storage.googleapis.com/webild/users/user_3FbOWBdSHF3oZxTMHIG3wpfL6Hm/uploaded-1782340464704-po57z520.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
@@ -36,9 +32,7 @@ export default function HomePage() {
|
||||
<AboutTextSplit
|
||||
title="Why People Love Us"
|
||||
descriptions={[
|
||||
"Located at the heart of Nizami Street, we offer an authentic Irish pub experience combined with world-class hospitality.",
|
||||
"Our venue is designed for those who appreciate premium spirits, energetic live music, and the shared excitement of a big match.",
|
||||
]}
|
||||
"Located at the heart of Nizami Street, we offer an authentic Irish pub experience combined with world-class hospitality.", "Our venue is designed for those who appreciate premium spirits, energetic live music, and the shared excitement of a big match."]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
@@ -51,20 +45,11 @@ export default function HomePage() {
|
||||
description="Massive screens, immersive surround sound, and a crowd that feels like you're in the stadium."
|
||||
items={[
|
||||
{
|
||||
title: "Football Nights",
|
||||
description: "Premier League, Champions League, and more on huge screens.",
|
||||
imageSrc: "https://storage.googleapis.com/webild/users/user_3FbOWBdSHF3oZxTMHIG3wpfL6Hm/uploaded-1782340464706-x2xz11rj.jpg?_wi=1",
|
||||
},
|
||||
title: "Football Nights", description: "Premier League, Champions League, and more on huge screens.", imageSrc: "https://storage.googleapis.com/webild/users/user_3FbOWBdSHF3oZxTMHIG3wpfL6Hm/uploaded-1782340464706-x2xz11rj.jpg"},
|
||||
{
|
||||
title: "Game Day Spirit",
|
||||
description: "Join local fan clubs for the ultimate match-day atmosphere.",
|
||||
imageSrc: "https://storage.googleapis.com/webild/users/user_3FbOWBdSHF3oZxTMHIG3wpfL6Hm/uploaded-1782340464705-o304askx.jpg?_wi=1",
|
||||
},
|
||||
title: "Game Day Spirit", description: "Join local fan clubs for the ultimate match-day atmosphere.", imageSrc: "https://storage.googleapis.com/webild/users/user_3FbOWBdSHF3oZxTMHIG3wpfL6Hm/uploaded-1782340464705-o304askx.jpg"},
|
||||
{
|
||||
title: "Group Seating",
|
||||
description: "Dedicated sections for groups of all sizes, perfectly positioned.",
|
||||
imageSrc: "https://storage.googleapis.com/webild/users/user_3FbOWBdSHF3oZxTMHIG3wpfL6Hm/uploaded-1782340464708-sgn8w0s1.jpg?_wi=1",
|
||||
},
|
||||
title: "Group Seating", description: "Dedicated sections for groups of all sizes, perfectly positioned.", imageSrc: "https://storage.googleapis.com/webild/users/user_3FbOWBdSHF3oZxTMHIG3wpfL6Hm/uploaded-1782340464708-sgn8w0s1.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -78,47 +63,22 @@ export default function HomePage() {
|
||||
description="Don't miss out on our weekly lineup of bands, DJs, and special theme nights."
|
||||
plans={[
|
||||
{
|
||||
tag: "Friday Night",
|
||||
price: "Live Band",
|
||||
description: "The best rock & pop covers in town.",
|
||||
features: [
|
||||
"Entry fee applied",
|
||||
"Premium service",
|
||||
"Advance booking recommended",
|
||||
],
|
||||
tag: "Friday Night", price: "Live Band", description: "The best rock & pop covers in town.", features: [
|
||||
"Entry fee applied", "Premium service", "Advance booking recommended"],
|
||||
primaryButton: {
|
||||
text: "Reserve",
|
||||
href: "https://wa.me/994504040407",
|
||||
},
|
||||
text: "Reserve", href: "https://wa.me/994504040407"},
|
||||
},
|
||||
{
|
||||
tag: "Saturday Night",
|
||||
price: "Guest DJ",
|
||||
description: "Dancing into the early hours.",
|
||||
features: [
|
||||
"Entry fee applied",
|
||||
"Signature cocktails",
|
||||
"Late night snacks",
|
||||
],
|
||||
highlight: "Must See",
|
||||
primaryButton: {
|
||||
text: "Reserve",
|
||||
href: "https://wa.me/994504040407",
|
||||
},
|
||||
tag: "Saturday Night", price: "Guest DJ", description: "Dancing into the early hours.", features: [
|
||||
"Entry fee applied", "Signature cocktails", "Late night snacks"],
|
||||
highlight: "Must See", primaryButton: {
|
||||
text: "Reserve", href: "https://wa.me/994504040407"},
|
||||
},
|
||||
{
|
||||
tag: "Match Days",
|
||||
price: "Live Sport",
|
||||
description: "The ultimate fan destination.",
|
||||
features: [
|
||||
"Free entry",
|
||||
"Draft beer specials",
|
||||
"Full menu",
|
||||
],
|
||||
tag: "Match Days", price: "Live Sport", description: "The ultimate fan destination.", features: [
|
||||
"Free entry", "Draft beer specials", "Full menu"],
|
||||
primaryButton: {
|
||||
text: "Join Us",
|
||||
href: "https://wa.me/994504040407",
|
||||
},
|
||||
text: "Join Us", href: "https://wa.me/994504040407"},
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -133,40 +93,19 @@ export default function HomePage() {
|
||||
description="A curated selection of spirits, beers, and artisan platters."
|
||||
items={[
|
||||
{
|
||||
title: "Draft Beer",
|
||||
description: "Always cold, always perfect.",
|
||||
imageSrc: "https://storage.googleapis.com/webild/users/user_3FbOWBdSHF3oZxTMHIG3wpfL6Hm/uploaded-1782340464707-jtduj8o5.jpg",
|
||||
},
|
||||
title: "Draft Beer", description: "Always cold, always perfect.", imageSrc: "https://storage.googleapis.com/webild/users/user_3FbOWBdSHF3oZxTMHIG3wpfL6Hm/uploaded-1782340464707-jtduj8o5.jpg"},
|
||||
{
|
||||
title: "Cocktails",
|
||||
description: "Signature mixes.",
|
||||
imageSrc: "https://storage.googleapis.com/webild/users/user_3FbOWBdSHF3oZxTMHIG3wpfL6Hm/uploaded-1782340464705-o304askx.jpg?_wi=2",
|
||||
},
|
||||
title: "Cocktails", description: "Signature mixes.", imageSrc: "https://storage.googleapis.com/webild/users/user_3FbOWBdSHF3oZxTMHIG3wpfL6Hm/uploaded-1782340464705-o304askx.jpg"},
|
||||
{
|
||||
title: "Whiskey",
|
||||
description: "Curated shelf.",
|
||||
imageSrc: "https://storage.googleapis.com/webild/users/user_3FbOWBdSHF3oZxTMHIG3wpfL6Hm/uploaded-1782340464706-x2xz11rj.jpg?_wi=2",
|
||||
},
|
||||
title: "Whiskey", description: "Curated shelf.", imageSrc: "https://storage.googleapis.com/webild/users/user_3FbOWBdSHF3oZxTMHIG3wpfL6Hm/uploaded-1782340464706-x2xz11rj.jpg"},
|
||||
{
|
||||
title: "Bar Snacks",
|
||||
description: "Perfect for sharing.",
|
||||
imageSrc: "https://storage.googleapis.com/webild/users/user_3FbOWBdSHF3oZxTMHIG3wpfL6Hm/uploaded-1782340464708-sgn8w0s1.jpg?_wi=2",
|
||||
},
|
||||
title: "Bar Snacks", description: "Perfect for sharing.", imageSrc: "https://storage.googleapis.com/webild/users/user_3FbOWBdSHF3oZxTMHIG3wpfL6Hm/uploaded-1782340464708-sgn8w0s1.jpg"},
|
||||
{
|
||||
title: "Pub Platters",
|
||||
description: "Hearty food.",
|
||||
imageSrc: "https://storage.googleapis.com/webild/users/user_3FbOWBdSHF3oZxTMHIG3wpfL6Hm/uploaded-1782340464704-po57z520.jpg?_wi=2",
|
||||
},
|
||||
title: "Pub Platters", description: "Hearty food.", imageSrc: "https://storage.googleapis.com/webild/users/user_3FbOWBdSHF3oZxTMHIG3wpfL6Hm/uploaded-1782340464704-po57z520.jpg"},
|
||||
{
|
||||
title: "Specialty Drinks",
|
||||
description: "Artisan craft.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/pack-four-st-patrick-stickers-flat-design_23-2147596523.jpg?_wi=1",
|
||||
},
|
||||
title: "Specialty Drinks", description: "Artisan craft.", imageSrc: "http://img.b2bpic.net/free-vector/pack-four-st-patrick-stickers-flat-design_23-2147596523.jpg"},
|
||||
{
|
||||
title: "Wine List",
|
||||
description: "Premium selection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-young-multiracial-smiling-people-resting-pub-friends-sitting-wooden-counter-enjoying-drinks_613910-17668.jpg?_wi=1",
|
||||
},
|
||||
title: "Wine List", description: "Premium selection.", imageSrc: "http://img.b2bpic.net/free-photo/group-young-multiracial-smiling-people-resting-pub-friends-sitting-wooden-counter-enjoying-drinks_613910-17668.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -180,31 +119,16 @@ export default function HomePage() {
|
||||
description="Experience Baku's skyline while enjoying world-class service in our open-air lounge."
|
||||
metrics={[
|
||||
{
|
||||
value: "100%",
|
||||
title: "City Views",
|
||||
features: [
|
||||
"Panoramic night views",
|
||||
"Warm evening lighting",
|
||||
"Chic seating",
|
||||
],
|
||||
value: "100%", title: "City Views", features: [
|
||||
"Panoramic night views", "Warm evening lighting", "Chic seating"],
|
||||
},
|
||||
{
|
||||
value: "03:00",
|
||||
title: "Open Nightly",
|
||||
features: [
|
||||
"Late night service",
|
||||
"Signature rooftop vibe",
|
||||
"Event hosting",
|
||||
],
|
||||
value: "03:00", title: "Open Nightly", features: [
|
||||
"Late night service", "Signature rooftop vibe", "Event hosting"],
|
||||
},
|
||||
{
|
||||
value: "Daily",
|
||||
title: "Live Atmosphere",
|
||||
features: [
|
||||
"Music performances",
|
||||
"Premium crowds",
|
||||
"VIP services",
|
||||
],
|
||||
value: "Daily", title: "Live Atmosphere", features: [
|
||||
"Music performances", "Premium crowds", "VIP services"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -219,25 +143,13 @@ export default function HomePage() {
|
||||
description="See why we're the city's preferred nightlife destination."
|
||||
members={[
|
||||
{
|
||||
name: "Live Music Energy",
|
||||
role: "Vibrant Nights",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-old-man-having-fun_23-2151082473.jpg",
|
||||
},
|
||||
name: "Live Music Energy", role: "Vibrant Nights", imageSrc: "http://img.b2bpic.net/free-photo/joyful-old-man-having-fun_23-2151082473.jpg"},
|
||||
{
|
||||
name: "Football Nights",
|
||||
role: "Passionate Fans",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multinational-football-supporters-celebrating-goal_329181-3619.jpg",
|
||||
},
|
||||
name: "Football Nights", role: "Passionate Fans", imageSrc: "http://img.b2bpic.net/free-photo/multinational-football-supporters-celebrating-goal_329181-3619.jpg"},
|
||||
{
|
||||
name: "Premium Drinks",
|
||||
role: "World-Class Bar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-fun-together_23-2149560753.jpg",
|
||||
},
|
||||
name: "Premium Drinks", role: "World-Class Bar", imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-fun-together_23-2149560753.jpg"},
|
||||
{
|
||||
name: "City Atmosphere",
|
||||
role: "Rooftop Vibes",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-people-partying-medium-shot_23-2149734954.jpg",
|
||||
},
|
||||
name: "City Atmosphere", role: "Rooftop Vibes", imageSrc: "http://img.b2bpic.net/free-photo/smiley-people-partying-medium-shot_23-2149734954.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -248,37 +160,18 @@ export default function HomePage() {
|
||||
<TestimonialColumnMarqueeCards
|
||||
tag="Guest Stories"
|
||||
title="Words from our Friends"
|
||||
description="Hear from our wonderful community."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Ali V.",
|
||||
role: "Regular",
|
||||
quote: "The best atmosphere in Baku for football. Hands down.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-young-multiracial-smiling-people-resting-pub-friends-sitting-wooden-counter-enjoying-drinks_613910-17668.jpg?_wi=2",
|
||||
},
|
||||
name: "Ali V.", role: "Regular", quote: "The best atmosphere in Baku for football. Hands down.", imageSrc: "http://img.b2bpic.net/free-photo/group-young-multiracial-smiling-people-resting-pub-friends-sitting-wooden-counter-enjoying-drinks_613910-17668.jpg"},
|
||||
{
|
||||
name: "Sarah K.",
|
||||
role: "Tourist",
|
||||
quote: "Felt like a home away from home. Live music was top tier.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-traveling-by-train_23-2150578072.jpg",
|
||||
},
|
||||
name: "Sarah K.", role: "Tourist", quote: "Felt like a home away from home. Live music was top tier.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-traveling-by-train_23-2150578072.jpg"},
|
||||
{
|
||||
name: "Mark D.",
|
||||
role: "Regular",
|
||||
quote: "Rooftop views and whiskey selection are unmatched.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-celebrating-st-patrick-s-day-bar-with-drinks_23-2148826360.jpg",
|
||||
},
|
||||
name: "Mark D.", role: "Regular", quote: "Rooftop views and whiskey selection are unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-celebrating-st-patrick-s-day-bar-with-drinks_23-2148826360.jpg"},
|
||||
{
|
||||
name: "Leyla M.",
|
||||
role: "Local",
|
||||
quote: "Love the themed nights here. Always a good crowd.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-iced-cocktail-fresh-icing-inside-long-glass-dark-dark-surface-with-drink-juice-cocktail-bar_140725-26176.jpg",
|
||||
},
|
||||
name: "Leyla M.", role: "Local", quote: "Love the themed nights here. Always a good crowd.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-iced-cocktail-fresh-icing-inside-long-glass-dark-dark-surface-with-drink-juice-cocktail-bar_140725-26176.jpg"},
|
||||
{
|
||||
name: "David L.",
|
||||
role: "Fan",
|
||||
quote: "Great screens, better beer. My match day go-to.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-night-with-beach_1203-1362.jpg",
|
||||
},
|
||||
name: "David L.", role: "Fan", quote: "Great screens, better beer. My match day go-to.", imageSrc: "http://img.b2bpic.net/free-photo/city-night-with-beach_1203-1362.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -290,13 +183,9 @@ export default function HomePage() {
|
||||
tag="Book Now"
|
||||
text="Join us tonight at 62 Nizami Street. Reserve your spot for football, music, and the best night out in Baku."
|
||||
primaryButton={{
|
||||
text: "WhatsApp Reservation",
|
||||
href: "https://wa.me/994504040407",
|
||||
}}
|
||||
text: "WhatsApp Reservation", href: "https://wa.me/994504040407"}}
|
||||
secondaryButton={{
|
||||
text: "Call Us: 050 404 04 07",
|
||||
href: "tel:+994504040407",
|
||||
}}
|
||||
text: "Call Us: 050 404 04 07", href: "tel:+994504040407"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user