Merge version_1 into main #2
302
src/app/page.tsx
302
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Experience",
|
||||
id: "about",
|
||||
},
|
||||
name: "Experience", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Reserve",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Reserve", id: "contact"},
|
||||
]}
|
||||
brandName="Navvat Lounge"
|
||||
/>
|
||||
@@ -55,78 +47,49 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="The Hidden Gem of Authentic Vibe"
|
||||
description="Experience the perfect blend of luxury, authentic Uzbek hospitality, and premium lounge atmosphere in the heart of the city."
|
||||
kpis={[
|
||||
{
|
||||
value: "100+",
|
||||
label: "Rare Spirits",
|
||||
},
|
||||
value: "100+", label: "Rare Spirits"},
|
||||
{
|
||||
value: "5*",
|
||||
label: "Rated Vibe",
|
||||
},
|
||||
value: "5*", label: "Rated Vibe"},
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Excellence",
|
||||
},
|
||||
value: "24/7", label: "Excellence"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve a Table", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/neoclassical-style-interior-design-with-decor-furnishings_23-2151199414.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/neoclassical-style-interior-design-with-decor-furnishings_23-2151199414.jpg"
|
||||
imageAlt="Navvat Lounge Bar Interior"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/black-wooden-table_417767-153.jpg",
|
||||
alt: "Black wooden table",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/black-wooden-table_417767-153.jpg", alt: "Black wooden table"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892961.jpg",
|
||||
alt: "City background panoramic view",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892961.jpg", alt: "City background panoramic view"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg",
|
||||
alt: "Burning candle on the table",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg", alt: "Burning candle on the table"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/luxury-restaurant-grill-bar-interior-with-chandeliers-furniture_114579-2341.jpg",
|
||||
alt: "Luxury restaurant, grill bar interior with chandeliers and furniture",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/luxury-restaurant-grill-bar-interior-with-chandeliers-furniture_114579-2341.jpg", alt: "Luxury restaurant, grill bar interior with chandeliers and furniture"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg",
|
||||
alt: "Happy couple on a lovely date",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg", alt: "Happy couple on a lovely date"},
|
||||
]}
|
||||
avatarText="Join our community of over 5000+ satisfied guests."
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Cuisine",
|
||||
},
|
||||
type: "text", text: "Authentic Cuisine"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Handcrafted Cocktails",
|
||||
},
|
||||
type: "text", text: "Handcrafted Cocktails"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Exclusive Atmosphere",
|
||||
},
|
||||
type: "text", text: "Exclusive Atmosphere"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Cultural Heritage",
|
||||
},
|
||||
type: "text", text: "Cultural Heritage"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Lounge",
|
||||
},
|
||||
type: "text", text: "Premium Lounge"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -138,15 +101,11 @@ export default function LandingPage() {
|
||||
description="Navvat Lounge Bar is more than just a destination; it's a sensory journey where heritage meets modern opulence. Immerse yourself in authentic flavors and unparalleled service."
|
||||
metrics={[
|
||||
{
|
||||
value: "10+ Years",
|
||||
title: "Legacy",
|
||||
},
|
||||
value: "10+ Years", title: "Legacy"},
|
||||
{
|
||||
value: "50+",
|
||||
title: "Recipes",
|
||||
},
|
||||
value: "50+", title: "Recipes"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/number-five-wooden-table_1162-64.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/number-five-wooden-table_1162-64.jpg"
|
||||
imageAlt="Navvat Story"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -160,40 +119,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Exclusivity",
|
||||
description: "Designed for those who appreciate privacy and high-end aesthetics.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cbd-drink_52683-136375.jpg?_wi=1",
|
||||
},
|
||||
title: "Exclusivity", description: "Designed for those who appreciate privacy and high-end aesthetics.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cbd-drink_52683-136375.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sea-breeze-cocktail-wooden-table_123827-23009.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/neoclassical-style-interior-design-with-decor-furnishings_23-2151199414.jpg?_wi=2",
|
||||
imageAlt: "premium lounge bar service",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sea-breeze-cocktail-wooden-table_123827-23009.jpg"},
|
||||
},
|
||||
{
|
||||
title: "Cultural Essence",
|
||||
description: "Authentic Uzbek heritage reflected in every detail of our service.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-with-pink-red-lights_1268-14350.jpg?_wi=1",
|
||||
},
|
||||
title: "Cultural Essence", description: "Authentic Uzbek heritage reflected in every detail of our service.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-with-pink-red-lights_1268-14350.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-drink_23-2150124828.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/number-five-wooden-table_1162-64.jpg?_wi=2",
|
||||
imageAlt: "premium lounge bar service",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-drink_23-2150124828.jpg"},
|
||||
},
|
||||
{
|
||||
title: "Unmatched Vibe",
|
||||
description: "The perfect blend of lighting, music, and social atmosphere.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-42535.jpg?_wi=1",
|
||||
},
|
||||
title: "Unmatched Vibe", description: "The perfect blend of lighting, music, and social atmosphere.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-42535.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-lamps-cafe_23-2147785789.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-with-glass-red-wine_140725-3369.jpg?_wi=1",
|
||||
imageAlt: "premium lounge bar service",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-lamps-cafe_23-2147785789.jpg"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -210,47 +151,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Authentic Plov",
|
||||
price: "$15",
|
||||
variant: "Heritage",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-with-glass-red-wine_140725-3369.jpg?_wi=2",
|
||||
},
|
||||
id: "p1", name: "Authentic Plov", price: "$15", variant: "Heritage", imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-with-glass-red-wine_140725-3369.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Gold Saffron Cocktail",
|
||||
price: "$18",
|
||||
variant: "Luxury",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/jug-transparent-glass-filled-with-water-slices-fruits_23-2148306989.jpg",
|
||||
},
|
||||
id: "p2", name: "Gold Saffron Cocktail", price: "$18", variant: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/jug-transparent-glass-filled-with-water-slices-fruits_23-2148306989.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Medovik Deluxe",
|
||||
price: "$12",
|
||||
variant: "Sweet",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sliced-salmon-with-arugula-grapefruit-sauce_141793-954.jpg",
|
||||
},
|
||||
id: "p3", name: "Medovik Deluxe", price: "$12", variant: "Sweet", imageSrc: "http://img.b2bpic.net/free-photo/sliced-salmon-with-arugula-grapefruit-sauce_141793-954.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Lamb Kebabs",
|
||||
price: "$22",
|
||||
variant: "Signature",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89990.jpg",
|
||||
},
|
||||
id: "p4", name: "Lamb Kebabs", price: "$22", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89990.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Artisan Tea Set",
|
||||
price: "$14",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rows-columns-colourful-bottles_23-2148301296.jpg",
|
||||
},
|
||||
id: "p5", name: "Artisan Tea Set", price: "$14", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/rows-columns-colourful-bottles_23-2148301296.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Sambusa Assortment",
|
||||
price: "$10",
|
||||
variant: "Starter",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diary-products-cheesecake-with-oreo-cookies_114579-2473.jpg",
|
||||
},
|
||||
id: "p6", name: "Sambusa Assortment", price: "$10", variant: "Starter", imageSrc: "http://img.b2bpic.net/free-photo/diary-products-cheesecake-with-oreo-cookies_114579-2473.jpg"},
|
||||
]}
|
||||
title="Signature Flavors"
|
||||
description="A curated selection of our finest offerings, blending tradition and modernity."
|
||||
@@ -263,60 +174,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
date: "Oct 2023",
|
||||
title: "Hidden Gem",
|
||||
quote: "Truly a hidden gem. The vibe is immaculate and the food is so authentic.",
|
||||
tag: "Traveler",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-woman-red-jacket-restaurant_23-2147670266.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/neoclassical-style-interior-design-with-decor-furnishings_23-2151199414.jpg?_wi=3",
|
||||
imageAlt: "young woman happy bar lounge",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", date: "Oct 2023", title: "Hidden Gem", quote: "Truly a hidden gem. The vibe is immaculate and the food is so authentic.", tag: "Traveler", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-woman-red-jacket-restaurant_23-2147670266.jpg", imageSrc: "http://img.b2bpic.net/free-photo/neoclassical-style-interior-design-with-decor-furnishings_23-2151199414.jpg", imageAlt: "young woman happy bar lounge"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark D.",
|
||||
date: "Sep 2023",
|
||||
title: "Luxury Experience",
|
||||
quote: "Stunning interior and gold-tier service. Highly recommended for any evening.",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/bearded-modern-male-using-smartphone-room-with-loft-interior_613910-13587.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/number-five-wooden-table_1162-64.jpg?_wi=3",
|
||||
imageAlt: "young woman happy bar lounge",
|
||||
},
|
||||
id: "t2", name: "Mark D.", date: "Sep 2023", title: "Luxury Experience", quote: "Stunning interior and gold-tier service. Highly recommended for any evening.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/bearded-modern-male-using-smartphone-room-with-loft-interior_613910-13587.jpg", imageSrc: "http://img.b2bpic.net/free-photo/number-five-wooden-table_1162-64.jpg", imageAlt: "young woman happy bar lounge"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Anna P.",
|
||||
date: "Aug 2023",
|
||||
title: "Best in City",
|
||||
quote: "My friends and I spent hours here. The cocktails are art in a glass.",
|
||||
tag: "Influencer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-friends-with-drinks_23-2149066095.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cbd-drink_52683-136375.jpg?_wi=2",
|
||||
imageAlt: "young woman happy bar lounge",
|
||||
},
|
||||
id: "t3", name: "Anna P.", date: "Aug 2023", title: "Best in City", quote: "My friends and I spent hours here. The cocktails are art in a glass.", tag: "Influencer", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-friends-with-drinks_23-2149066095.jpg", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cbd-drink_52683-136375.jpg", imageAlt: "young woman happy bar lounge"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Kevin L.",
|
||||
date: "Aug 2023",
|
||||
title: "Authentic Taste",
|
||||
quote: "The plov tasted just like home. The atmosphere is totally premium.",
|
||||
tag: "Foodie",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-people-spending-time-together_23-2149152906.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-with-pink-red-lights_1268-14350.jpg?_wi=2",
|
||||
imageAlt: "young woman happy bar lounge",
|
||||
},
|
||||
id: "t4", name: "Kevin L.", date: "Aug 2023", title: "Authentic Taste", quote: "The plov tasted just like home. The atmosphere is totally premium.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-people-spending-time-together_23-2149152906.jpg", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-with-pink-red-lights_1268-14350.jpg", imageAlt: "young woman happy bar lounge"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Elena M.",
|
||||
date: "Jul 2023",
|
||||
title: "Perfect Night",
|
||||
quote: "Sophisticated, fun, and delicious. Can't wait to come back next week.",
|
||||
tag: "Local",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/man-woman-smoking-electronic-cigarette-vape-bar_639032-355.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-42535.jpg?_wi=2",
|
||||
imageAlt: "young woman happy bar lounge",
|
||||
},
|
||||
id: "t5", name: "Elena M.", date: "Jul 2023", title: "Perfect Night", quote: "Sophisticated, fun, and delicious. Can't wait to come back next week.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/man-woman-smoking-electronic-cigarette-vape-bar_639032-355.jpg", imageSrc: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-42535.jpg", imageAlt: "young woman happy bar lounge"},
|
||||
]}
|
||||
title="Guest Stories"
|
||||
description="Don't just take our word for it—listen to our guests."
|
||||
@@ -330,31 +196,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1.5K",
|
||||
title: "Happy Guests",
|
||||
items: [
|
||||
"Serving monthly",
|
||||
"Cultural hub",
|
||||
],
|
||||
id: "m1", value: "1.5K", title: "Happy Guests", items: [
|
||||
"Serving monthly", "Cultural hub"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "200+",
|
||||
title: "Events Hosted",
|
||||
items: [
|
||||
"Corporate",
|
||||
"Celebrations",
|
||||
],
|
||||
id: "m2", value: "200+", title: "Events Hosted", items: [
|
||||
"Corporate", "Celebrations"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "450",
|
||||
title: "Cocktails Crafted",
|
||||
items: [
|
||||
"Daily average",
|
||||
"Mixology",
|
||||
],
|
||||
id: "m3", value: "450", title: "Cocktails Crafted", items: [
|
||||
"Daily average", "Mixology"],
|
||||
},
|
||||
]}
|
||||
title="Our Impact"
|
||||
@@ -368,20 +219,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do I need a reservation?",
|
||||
content: "While walk-ins are welcome, we highly recommend reserving a table for the best experience.",
|
||||
},
|
||||
id: "f1", title: "Do I need a reservation?", content: "While walk-ins are welcome, we highly recommend reserving a table for the best experience."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is the dress code strictly luxury?",
|
||||
content: "We encourage smart-casual to business-casual attire to match the lounge atmosphere.",
|
||||
},
|
||||
id: "f2", title: "Is the dress code strictly luxury?", content: "We encourage smart-casual to business-casual attire to match the lounge atmosphere."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you serve traditional Uzbek cuisine?",
|
||||
content: "Yes, we specialize in authentic Uzbek dishes crafted with premium ingredients.",
|
||||
},
|
||||
id: "f3", title: "Do you serve traditional Uzbek cuisine?", content: "Yes, we specialize in authentic Uzbek dishes crafted with premium ingredients."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know before visiting Navvat Lounge Bar."
|
||||
@@ -393,8 +235,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Reserve Now"
|
||||
title="Ready to Visit?"
|
||||
description="Secure your table at the city's most exclusive spot. Book directly via WhatsApp or fill out the form below."
|
||||
@@ -408,46 +249,29 @@ export default function LandingPage() {
|
||||
logoText="Navvat Lounge Bar"
|
||||
columns={[
|
||||
{
|
||||
title: "Visit Us",
|
||||
items: [
|
||||
title: "Visit Us", items: [
|
||||
{
|
||||
label: "123 Lux St, Downtown",
|
||||
href: "#",
|
||||
},
|
||||
label: "123 Lux St, Downtown", href: "#"},
|
||||
{
|
||||
label: "Open Daily 5PM - 2AM",
|
||||
href: "#",
|
||||
},
|
||||
label: "Open Daily 5PM - 2AM", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user