Merge version_1 into main #2
286
src/app/page.tsx
286
src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "gallery",
|
||||
},
|
||||
{
|
||||
name: "Reserve",
|
||||
id: "reserve",
|
||||
},
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "Reserve", id: "reserve" },
|
||||
]}
|
||||
brandName="New Vintage"
|
||||
/>
|
||||
@@ -53,65 +41,27 @@ export default function LandingPage() {
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="New Vintage Lounge"
|
||||
description="Premium nightlife experience in Kumanovo. Cocktails, music, and atmosphere."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-transgender-posing_23-2149154638.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-nightlife-party_23-2149220900.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/unknown-man-posing-with-blue-background-medium-shot_23-2149417616.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5122.jpg",
|
||||
alt: "Elegant guest",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/black-model-posing_23-2148171747.jpg",
|
||||
alt: "Stylish visitor",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-transgender-posing_23-2149154638.jpg", alt: "Client 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-woman-nightlife-party_23-2149220900.jpg", alt: "Client 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/unknown-man-posing-with-blue-background-medium-shot_23-2149417616.jpg", alt: "Client 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5122.jpg", alt: "Elegant guest" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/black-model-posing_23-2148171747.jpg", alt: "Stylish visitor" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Reserve Table",
|
||||
href: "#reserve",
|
||||
},
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Reserve Table", href: "#reserve" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Cocktails",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Live Music",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Late Night Vibes",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Luxury Interior",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Exclusive Events",
|
||||
},
|
||||
{ type: "text", text: "Premium Cocktails" },
|
||||
{ type: "text", text: "Live Music" },
|
||||
{ type: "text", text: "Late Night Vibes" },
|
||||
{ type: "text", text: "Luxury Interior" },
|
||||
{ type: "text", text: "Exclusive Events" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -122,16 +72,10 @@ export default function LandingPage() {
|
||||
title="Our Atmosphere"
|
||||
description="Experience unparalleled luxury in the heart of Kumanovo. Our venue combines sophisticated lounge comfort with a high-energy nightlife vibe."
|
||||
metrics={[
|
||||
{
|
||||
value: "187+",
|
||||
title: "Reviews",
|
||||
},
|
||||
{
|
||||
value: "00:00",
|
||||
title: "Closing Time",
|
||||
},
|
||||
{ value: "187+", title: "Reviews" },
|
||||
{ value: "00:00", title: "Closing Time" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6717.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6717.jpg"
|
||||
imageAlt="Bar Interior"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -145,42 +89,12 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Mojito",
|
||||
price: "300 MKD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-mojito-cocktail-rum-with-mint-lime-ice-straw-glass_141793-3665.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Whiskey Premium",
|
||||
price: "500 MKD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-drink-tweezers_23-2148437024.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Burger Vintage",
|
||||
price: "450 MKD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburger-tasty-with-green-salad-other-ingredients-inside-round-plate-dark-surface_140725-11626.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Martini",
|
||||
price: "350 MKD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-cocktail_23-2147795326.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Red Wine",
|
||||
price: "400 MKD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-glass-wine-dark-drink-photo-color-champagne-xmas-alcohol_140725-93028.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Tapas Platter",
|
||||
price: "600 MKD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-azerbaijani-saj-cizbiz-cooked-with-aubergine-potato-tomato-pepper-cast-iron-pan_141793-2182.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Mojito", price: "300 MKD", imageSrc: "http://img.b2bpic.net/free-photo/side-view-mojito-cocktail-rum-with-mint-lime-ice-straw-glass_141793-3665.jpg" },
|
||||
{ id: "p2", name: "Whiskey Premium", price: "500 MKD", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-drink-tweezers_23-2148437024.jpg" },
|
||||
{ id: "p3", name: "Burger Vintage", price: "450 MKD", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburger-tasty-with-green-salad-other-ingredients-inside-round-plate-dark-surface_140725-11626.jpg" },
|
||||
{ id: "p4", name: "Martini", price: "350 MKD", imageSrc: "http://img.b2bpic.net/free-photo/green-cocktail_23-2147795326.jpg" },
|
||||
{ id: "p5", name: "Red Wine", price: "400 MKD", imageSrc: "http://img.b2bpic.net/free-photo/front-view-glass-wine-dark-drink-photo-color-champagne-xmas-alcohol_140725-93028.jpg" },
|
||||
{ id: "p6", name: "Tapas Platter", price: "600 MKD", imageSrc: "http://img.b2bpic.net/free-photo/top-view-azerbaijani-saj-cizbiz-cooked-with-aubergine-potato-tomato-pepper-cast-iron-pan_141793-2182.jpg" },
|
||||
]}
|
||||
title="Our Menu"
|
||||
description="Signature cocktails and premium bites."
|
||||
@@ -191,22 +105,14 @@ export default function LandingPage() {
|
||||
<FeatureCardSeven
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Night Vibes",
|
||||
description: "Atmospheric nights at the bar.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-multiracial-friends_23-2148422376.jpg",
|
||||
},
|
||||
title: "Night Vibes", description: "Atmospheric nights at the bar.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-multiracial-friends_23-2148422376.jpg"},
|
||||
{
|
||||
title: "Cocktail Art",
|
||||
description: "Expertly crafted drinks.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-s-hand-making-cocktail-bar-counter_23-2147936175.jpg",
|
||||
},
|
||||
title: "Cocktail Art", description: "Expertly crafted drinks.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-s-hand-making-cocktail-bar-counter_23-2147936175.jpg"},
|
||||
{
|
||||
title: "Events",
|
||||
description: "Special nights and music.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-woman-her-friends-cheering-their-team-while-watching-sports-match-tv-home_637285-10342.jpg",
|
||||
},
|
||||
title: "Events", description: "Special nights and music.", imageSrc: "http://img.b2bpic.net/free-photo/excited-woman-her-friends-cheering-their-team-while-watching-sports-match-tv-home_637285-10342.jpg"},
|
||||
]}
|
||||
title="Night Highlights"
|
||||
description="A glimpse into our vibrant evenings."
|
||||
@@ -219,33 +125,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "e1",
|
||||
value: "Friday",
|
||||
title: "DJ Night",
|
||||
items: [
|
||||
"Deep House",
|
||||
"21:00",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "e2",
|
||||
value: "Saturday",
|
||||
title: "Live Band",
|
||||
items: [
|
||||
"Pop & Soul",
|
||||
"21:00",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "e3",
|
||||
value: "Weekly",
|
||||
title: "Specials",
|
||||
items: [
|
||||
"Happy Hour",
|
||||
"Ongoing",
|
||||
],
|
||||
},
|
||||
{ id: "e1", value: "Friday", title: "DJ Night", items: ["Deep House", "21:00"] },
|
||||
{ id: "e2", value: "Saturday", title: "Live Band", items: ["Pop & Soul", "21:00"] },
|
||||
{ id: "e3", value: "Weekly", title: "Specials", items: ["Happy Hour", "Ongoing"] },
|
||||
]}
|
||||
title="Upcoming Events"
|
||||
description="Join us for our signature music sessions."
|
||||
@@ -257,61 +139,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Elena K.",
|
||||
date: "Oct 2023",
|
||||
title: "Fantastic",
|
||||
quote: "Great cocktails & vibe!",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-bangladeshi-man_53876-15105.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-transgender-posing_23-2149154638.jpg",
|
||||
imageAlt: "person face portrait",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marko P.",
|
||||
date: "Sept 2023",
|
||||
title: "Perfect",
|
||||
quote: "Perfect place for a night out.",
|
||||
tag: "Visitor",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/pretty-joyful-smiling-young-woman-with-dark-short-hair-wearing-black-top-glasses-isolated-color-backgrounds_633478-1232.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-nightlife-party_23-2149220900.jpg",
|
||||
imageAlt: "person face portrait",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sara D.",
|
||||
date: "Aug 2023",
|
||||
title: "Atmosphere",
|
||||
quote: "Loved the live music.",
|
||||
tag: "Guest",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/gloomy-sullen-man-with-curly-hair-has-stubble-displeased-expression-expresses-negative-emotions-dressed-white-shirt_273609-17380.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unknown-man-posing-with-blue-background-medium-shot_23-2149417616.jpg",
|
||||
imageAlt: "person face portrait",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Ivan J.",
|
||||
date: "July 2023",
|
||||
title: "Service",
|
||||
quote: "Best bar in Kumanovo.",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-mixed-race-dark-skinned-male-with-stubble-wears-hood_273609-8600.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6717.jpg?_wi=2",
|
||||
imageAlt: "person face portrait",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Ana M.",
|
||||
date: "June 2023",
|
||||
title: "Drinks",
|
||||
quote: "Top notch selection.",
|
||||
tag: "Guest",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-cool-young-black-man-with-curly-hair-has-cheerful-expression_273609-8605.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-mojito-cocktail-rum-with-mint-lime-ice-straw-glass_141793-3665.jpg?_wi=2",
|
||||
imageAlt: "person face portrait",
|
||||
},
|
||||
{ id: "t1", name: "Elena K.", date: "Oct 2023", title: "Fantastic", quote: "Great cocktails & vibe!", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-bangladeshi-man_53876-15105.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-transgender-posing_23-2149154638.jpg" },
|
||||
{ id: "t2", name: "Marko P.", date: "Sept 2023", title: "Perfect", quote: "Perfect place for a night out.", tag: "Visitor", avatarSrc: "http://img.b2bpic.net/free-photo/pretty-joyful-smiling-young-woman-with-dark-short-hair-wearing-black-top-glasses-isolated-color-backgrounds_633478-1232.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-nightlife-party_23-2149220900.jpg" },
|
||||
{ id: "t3", name: "Sara D.", date: "Aug 2023", title: "Atmosphere", quote: "Loved the live music.", tag: "Guest", avatarSrc: "http://img.b2bpic.net/free-photo/gloomy-sullen-man-with-curly-hair-has-stubble-displeased-expression-expresses-negative-emotions-dressed-white-shirt_273609-17380.jpg", imageSrc: "http://img.b2bpic.net/free-photo/unknown-man-posing-with-blue-background-medium-shot_23-2149417616.jpg" },
|
||||
{ id: "t4", name: "Ivan J.", date: "July 2023", title: "Service", quote: "Best bar in Kumanovo.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-mixed-race-dark-skinned-male-with-stubble-wears-hood_273609-8600.jpg", imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6717.jpg" },
|
||||
{ id: "t5", name: "Ana M.", date: "June 2023", title: "Drinks", quote: "Top notch selection.", tag: "Guest", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-cool-young-black-man-with-curly-hair-has-cheerful-expression_273609-8605.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-mojito-cocktail-rum-with-mint-lime-ice-straw-glass_141793-3665.jpg" },
|
||||
]}
|
||||
title="What Guests Say"
|
||||
description="Join our community of night owls."
|
||||
@@ -321,19 +153,11 @@ export default function LandingPage() {
|
||||
<div id="reserve" data-section="reserve">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
text="Call us at 071 893 337 or visit us at Ilindenska 18, Kumanovo. Open until 00:00."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:071893337",
|
||||
},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
{ text: "Call Now", href: "tel:071893337" },
|
||||
{ text: "Get Directions", href: "https://maps.google.com" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -342,32 +166,8 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="New Vintage"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
{
|
||||
label: "Ilindenska 18",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Kumanovo",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Navigation", items: [{ label: "Home", href: "#home" }, { label: "Menu", href: "#menu" }] },
|
||||
{ title: "Location", items: [{ label: "Ilindenska 18", href: "#" }, { label: "Kumanovo", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user