Merge version_1 into main #2
146
src/app/page.tsx
146
src/app/page.tsx
@@ -29,24 +29,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Manila Bar"
|
||||
button={{ text: "Book Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -54,12 +43,7 @@ export default function LandingPage() {
|
||||
<HeroOverlay
|
||||
title="Live Music, Cold Beer, Good Vibes"
|
||||
description="Join us for authentic live performances, expertly curated craft beers, and the relaxed Manila Bar experience. Groups and travelers welcome in our casual outdoor space."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Your Table",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Reserve Your Table", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-male-friends-with-glass-alcoholic-drinks_23-2147919233.jpg"
|
||||
imageAlt="Manila Bar lively outdoor seating area"
|
||||
showDimOverlay={true}
|
||||
@@ -73,24 +57,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Live Performances",
|
||||
description: "Enjoy authentic live music presentations every night.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/performer-songwriter-singing-new-tracks-his-electro-acoustic-guitar_482257-121942.jpg",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Craft Beer Selection",
|
||||
description: "Expertly curated beers for true enthusiasts.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-bottles-beer-with-glass-ice-dark-background_1150-8896.jpg",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Outdoor Seating",
|
||||
description: "Relax in our comfortable and casual outdoor space.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-women-sitting-chairs_23-2149516115.jpg",
|
||||
},
|
||||
{ id: "f1", title: "Live Performances", description: "Enjoy authentic live music presentations every night.", imageSrc: "http://img.b2bpic.net/free-photo/performer-songwriter-singing-new-tracks-his-electro-acoustic-guitar_482257-121942.jpg" },
|
||||
{ id: "f2", title: "Craft Beer Selection", description: "Expertly curated beers for true enthusiasts.", imageSrc: "http://img.b2bpic.net/free-photo/glass-bottles-beer-with-glass-ice-dark-background_1150-8896.jpg" },
|
||||
{ id: "f3", title: "Outdoor Seating", description: "Relax in our comfortable and casual outdoor space.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-women-sitting-chairs_23-2149516115.jpg" },
|
||||
]}
|
||||
title="What Manila Bar Offers"
|
||||
description="Experience the best nightlife with our curated features and relaxed atmosphere."
|
||||
@@ -104,18 +73,9 @@ export default function LandingPage() {
|
||||
title="Authentic Manila Experience"
|
||||
description="Manila Bar is a hub for locals and tourists alike. Whether you're here for the live music, the cold beer, or just a good conversation, our informal and relaxed environment ensures you feel right at home."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Friendly Vibe",
|
||||
description: "A place where tourists and locals mingle.",
|
||||
},
|
||||
{
|
||||
title: "Cash Friendly",
|
||||
description: "Keep it simple with our cash-only payment policy.",
|
||||
},
|
||||
{
|
||||
title: "Reservation Ready",
|
||||
description: "Plan your evening in advance with our booking option.",
|
||||
},
|
||||
{ title: "Friendly Vibe", description: "A place where tourists and locals mingle." },
|
||||
{ title: "Cash Friendly", description: "Keep it simple with our cash-only payment policy." },
|
||||
{ title: "Reservation Ready", description: "Plan your evening in advance with our booking option." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bartender-making-cocktail_23-2147680619.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -126,31 +86,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-best-friends-meeting-pub_329181-10597.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-coffee_329181-11917.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-standing-night-club-with-colorful-bright-neon-red-lights_1157-51849.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Kevin L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-party-home_23-2149215856.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Alice M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-best-friends-meeting-pub_329181-10597.jpg?_wi=2",
|
||||
},
|
||||
{ id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/group-best-friends-meeting-pub_329181-10597.jpg" },
|
||||
{ id: "2", name: "Mark D.", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-coffee_329181-11917.jpg" },
|
||||
{ id: "3", name: "Elena R.", imageSrc: "http://img.b2bpic.net/free-photo/girl-standing-night-club-with-colorful-bright-neon-red-lights_1157-51849.jpg" },
|
||||
{ id: "4", name: "Kevin L.", imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-party-home_23-2149215856.jpg" },
|
||||
{ id: "5", name: "Alice M.", imageSrc: "http://img.b2bpic.net/free-photo/group-best-friends-meeting-pub_329181-10597.jpg" },
|
||||
]}
|
||||
cardTitle="What People Say"
|
||||
cardTag="Reviews"
|
||||
@@ -166,24 +106,9 @@ export default function LandingPage() {
|
||||
title="The Manila Bar by Numbers"
|
||||
description="We are proud of the vibrant community we have built over the years."
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Music,
|
||||
title: "Live Sets Weekly",
|
||||
value: "14+",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Droplets,
|
||||
title: "Craft Beers",
|
||||
value: "30+",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Users,
|
||||
title: "Happy Guests",
|
||||
value: "5k+",
|
||||
},
|
||||
{ id: "m1", icon: Music, title: "Live Sets Weekly", value: "14+" },
|
||||
{ id: "m2", icon: Droplets, title: "Craft Beers", value: "30+" },
|
||||
{ id: "m3", icon: Users, title: "Happy Guests", value: "5k+" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -193,33 +118,16 @@ export default function LandingPage() {
|
||||
logoText="Manila Bar"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
title: "Navigate", items: [
|
||||
{ label: "Home", href: "#hero" },
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "About", href: "#about" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "More",
|
||||
items: [
|
||||
{
|
||||
label: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
title: "More", items: [
|
||||
{ label: "Book Now", href: "#contact" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user