Merge version_1 into main #1
242
src/app/page.tsx
242
src/app/page.tsx
@@ -34,25 +34,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Paraiso Bar"
|
||||
/>
|
||||
@@ -61,45 +51,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Welcome to Paraiso Bar"
|
||||
description="Your ultimate Brooklyn spot for delicious cocktails, karaoke, darts, and great vibes. Join us for happy hour tonight!"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Visit Us", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-posing-outdoors_23-2150204424.jpg",
|
||||
imageAlt: "Bar Nightlife",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-posing-outdoors_23-2150204424.jpg", imageAlt: "Bar Nightlife"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-fun-open-mic_23-2149501530.jpg",
|
||||
imageAlt: "Craft Cocktails",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-fun-open-mic_23-2149501530.jpg", imageAlt: "Craft Cocktails"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-close-friends-playing-space-sim-videogame-modern-gaming-console-young-adult-people-sitting-sofa-home-while-enjoying-time-together-fun-leisure-activity-entertainment-device_482257-43301.jpg",
|
||||
imageAlt: "Bar Games",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-close-friends-playing-space-sim-videogame-modern-gaming-console-young-adult-people-sitting-sofa-home-while-enjoying-time-together-fun-leisure-activity-entertainment-device_482257-43301.jpg", imageAlt: "Bar Games"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-having-fun-party_23-2150188473.jpg",
|
||||
imageAlt: "Karaoke Night",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-having-fun-party_23-2150188473.jpg", imageAlt: "Karaoke Night"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-library-campus-with-huge-database-collection-study-books_482257-127027.jpg",
|
||||
imageAlt: "Bar Atmosphere",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-library-campus-with-huge-database-collection-study-books_482257-127027.jpg", imageAlt: "Bar Atmosphere"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/love-neon-lights-composition_23-2149171567.jpg",
|
||||
imageAlt: "Bar Interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/love-neon-lights-composition_23-2149171567.jpg", imageAlt: "Bar Interior"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -111,19 +84,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Music,
|
||||
label: "Karaoke Nights",
|
||||
value: "Daily",
|
||||
},
|
||||
label: "Karaoke Nights", value: "Daily"},
|
||||
{
|
||||
icon: Star,
|
||||
label: "Fun Games",
|
||||
value: "10+",
|
||||
},
|
||||
label: "Fun Games", value: "10+"},
|
||||
{
|
||||
icon: Smile,
|
||||
label: "Happy Guests",
|
||||
value: "400+",
|
||||
},
|
||||
label: "Happy Guests", value: "400+"},
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -137,20 +104,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Karaoke Nights",
|
||||
description: "Sing your heart out on our karaoke stage every night.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/emotional-song_1163-2389.jpg",
|
||||
},
|
||||
title: "Karaoke Nights", description: "Sing your heart out on our karaoke stage every night.", imageSrc: "http://img.b2bpic.net/free-photo/emotional-song_1163-2389.jpg"},
|
||||
{
|
||||
title: "Classic Games",
|
||||
description: "Challenge your friends to darts or classic board games.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-throwing-dart-arrow-board_23-2150407980.jpg",
|
||||
},
|
||||
title: "Classic Games", description: "Challenge your friends to darts or classic board games.", imageSrc: "http://img.b2bpic.net/free-photo/hand-throwing-dart-arrow-board_23-2150407980.jpg"},
|
||||
{
|
||||
title: "Cozy Atmosphere",
|
||||
description: "Relax in our comfortable seating perfect for small groups.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-having-coffee-together-caf_23-2147871314.jpg",
|
||||
},
|
||||
title: "Cozy Atmosphere", description: "Relax in our comfortable seating perfect for small groups.", imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-having-coffee-together-caf_23-2147871314.jpg"},
|
||||
]}
|
||||
title="Experience the Vibe"
|
||||
description="More than just drinks, we provide a complete entertainment experience."
|
||||
@@ -165,59 +123,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Paraiso",
|
||||
name: "Gin Cocktail",
|
||||
price: "$12",
|
||||
rating: 5,
|
||||
reviewCount: "102",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-vodka-tonic-cocktail-wooden-table_123827-30879.jpg",
|
||||
},
|
||||
id: "1", brand: "Paraiso", name: "Gin Cocktail", price: "$12", rating: 5,
|
||||
reviewCount: "102", imageSrc: "http://img.b2bpic.net/free-photo/glass-vodka-tonic-cocktail-wooden-table_123827-30879.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Paraiso",
|
||||
name: "Jade Cocktail",
|
||||
price: "$14",
|
||||
rating: 5,
|
||||
reviewCount: "88",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-arrangement-spanish-food_23-2149157428.jpg",
|
||||
},
|
||||
id: "2", brand: "Paraiso", name: "Jade Cocktail", price: "$14", rating: 5,
|
||||
reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-arrangement-spanish-food_23-2149157428.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Paraiso",
|
||||
name: "Classic Daiquiri",
|
||||
price: "$13",
|
||||
rating: 5,
|
||||
reviewCount: "75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pina-colada-cocktails_52683-106895.jpg",
|
||||
},
|
||||
id: "3", brand: "Paraiso", name: "Classic Daiquiri", price: "$13", rating: 5,
|
||||
reviewCount: "75", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pina-colada-cocktails_52683-106895.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Paraiso",
|
||||
name: "Cosmopolitan",
|
||||
price: "$13",
|
||||
rating: 5,
|
||||
reviewCount: "92",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-lovely-caucasian-female-with-dark-hair-silver-dress-shoes-poses-camera-shows-her-new-dress_132075-8980.jpg",
|
||||
},
|
||||
id: "4", brand: "Paraiso", name: "Cosmopolitan", price: "$13", rating: 5,
|
||||
reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/young-lovely-caucasian-female-with-dark-hair-silver-dress-shoes-poses-camera-shows-her-new-dress_132075-8980.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Paraiso",
|
||||
name: "Premium Spirits",
|
||||
price: "$15",
|
||||
rating: 5,
|
||||
reviewCount: "50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-photo-supermarket-your-advertising_185193-110570.jpg",
|
||||
},
|
||||
id: "5", brand: "Paraiso", name: "Premium Spirits", price: "$15", rating: 5,
|
||||
reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/blurred-photo-supermarket-your-advertising_185193-110570.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Paraiso",
|
||||
name: "Board Games",
|
||||
price: "$5",
|
||||
rating: 4,
|
||||
reviewCount: "40",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-friends-looking-each-other-while-sipping-beer-playing-with-wood-blocks-diverse-people-sitting-together-home-living-room-while-talking-enjoying-fun-leisure-activity_482257-49808.jpg",
|
||||
},
|
||||
id: "6", brand: "Paraiso", name: "Board Games", price: "$5", rating: 4,
|
||||
reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-friends-looking-each-other-while-sipping-beer-playing-with-wood-blocks-diverse-people-sitting-together-home-living-room-while-talking-enjoying-fun-leisure-activity_482257-49808.jpg"},
|
||||
]}
|
||||
title="Menu Highlights"
|
||||
description="Explore our selection of handcrafted cocktails and drinks."
|
||||
@@ -229,14 +151,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Brooklyn Nightlife",
|
||||
"Karaoke Daily",
|
||||
"City Bar Hub",
|
||||
"Bartenders Choice",
|
||||
"Local Press",
|
||||
"Event Pro",
|
||||
"Top Rated Bar",
|
||||
]}
|
||||
"Brooklyn Nightlife", "Karaoke Daily", "City Bar Hub", "Bartenders Choice", "Local Press", "Event Pro", "Top Rated Bar"]}
|
||||
title="Community Favorites"
|
||||
description="We're proud to be a staple in the Brooklyn community."
|
||||
/>
|
||||
@@ -244,25 +159,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardTwo
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="default"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "419+",
|
||||
description: "Happy Reviews",
|
||||
},
|
||||
id: "m1", value: "419+", description: "Happy Reviews"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "4.9",
|
||||
description: "Star Rating",
|
||||
},
|
||||
id: "m2", value: "4.9", description: "Star Rating"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "2AM",
|
||||
description: "Closing Time",
|
||||
},
|
||||
id: "m3", value: "2AM", description: "Closing Time"},
|
||||
]}
|
||||
title="By The Numbers"
|
||||
description="Serving Brooklyn with passion for years."
|
||||
@@ -276,40 +183,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
role: "Regular Patron",
|
||||
testimonial: "Great place, perfect bar vibe and friendly staff!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-holding-smartphone-glass-beer_1262-3554.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", role: "Regular Patron", testimonial: "Great place, perfect bar vibe and friendly staff!", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-holding-smartphone-glass-beer_1262-3554.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael C.",
|
||||
role: "Visitor",
|
||||
testimonial: "Good music, good vibes and great service!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/supportive-cute-blond-girlfriend-cheering-liking-interesting-concept-cool-idea-thumbsup-smiling_1258-229510.jpg",
|
||||
},
|
||||
id: "t2", name: "Michael C.", role: "Visitor", testimonial: "Good music, good vibes and great service!", imageSrc: "http://img.b2bpic.net/free-photo/supportive-cute-blond-girlfriend-cheering-liking-interesting-concept-cool-idea-thumbsup-smiling_1258-229510.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
role: "Local",
|
||||
testimonial: "The best karaoke night I've had in Brooklyn.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-thumbs-up_23-2148270237.jpg",
|
||||
},
|
||||
id: "t3", name: "Emily R.", role: "Local", testimonial: "The best karaoke night I've had in Brooklyn.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-thumbs-up_23-2148270237.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David K.",
|
||||
role: "Regular",
|
||||
testimonial: "Solid happy hour deals and amazing staff.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12706.jpg",
|
||||
},
|
||||
id: "t4", name: "David K.", role: "Regular", testimonial: "Solid happy hour deals and amazing staff.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12706.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sunny C.",
|
||||
role: "Guest",
|
||||
testimonial: "Definitely my new favorite local spot.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-party-home_23-2149215916.jpg",
|
||||
},
|
||||
id: "t5", name: "Sunny C.", role: "Guest", testimonial: "Definitely my new favorite local spot.", imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-party-home_23-2149215916.jpg"},
|
||||
]}
|
||||
title="What People Say"
|
||||
description="Don't just take our word for it—check out our rave reviews."
|
||||
@@ -322,20 +204,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What are your hours?",
|
||||
content: "We are open daily and close at 2 AM.",
|
||||
},
|
||||
id: "f1", title: "What are your hours?", content: "We are open daily and close at 2 AM."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you have happy hour?",
|
||||
content: "Yes, we offer fantastic daily happy hour deals.",
|
||||
},
|
||||
id: "f2", title: "Do you have happy hour?", content: "Yes, we offer fantastic daily happy hour deals."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I play karaoke?",
|
||||
content: "Karaoke is available every night for all our guests.",
|
||||
},
|
||||
id: "f3", title: "Can I play karaoke?", content: "Karaoke is available every night for all our guests."},
|
||||
]}
|
||||
title="Questions?"
|
||||
description="We've got you covered."
|
||||
@@ -347,8 +220,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Contact"
|
||||
title="Visit Us Today"
|
||||
description="1752 Bath Ave, Brooklyn, NY 11214. Call (718) 484-3988 to book a table."
|
||||
@@ -359,29 +231,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user