Update src/app/page.tsx

This commit is contained in:
2026-05-09 14:12:07 +00:00
parent 5a00175368
commit 20a4669735

View File

@@ -31,28 +31,14 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "#hero",
},
{
name: "Experience",
id: "#about",
},
{
name: "Menu",
id: "#menu",
},
{
name: "Reviews",
id: "#reviews",
},
{
name: "Contact",
id: "#contact",
},
{ name: "Home", id: "#hero" },
{ name: "Experience", id: "#about" },
{ name: "Menu", id: "#menu" },
{ name: "Reviews", id: "#reviews" },
{ name: "Contact", id: "#contact" },
]}
brandName="Bla Blaa"
button={{ text: "Reserve Now", href: "#contact" }}
/>
</div>
@@ -61,39 +47,18 @@ export default function LandingPage() {
title="Where Nights Come Alive in Islamabad"
description="Experience luxury dining, live music, and unforgettable ambiance at Bla Blaa — the citys ultimate late-night destination."
buttons={[
{
text: "Reserve a Table",
href: "#contact",
},
{
text: "View Menu",
href: "#menu",
},
{ text: "Reserve a Table", href: "#contact" },
{ text: "View Menu", href: "#menu" },
]}
imageSrc="http://img.b2bpic.net/free-photo/photo-through-tree-branches-with-leaves-evening-time-friends-have-dinner-gorgeous-outdoor-place_146671-14465.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/photo-through-tree-branches-with-leaves-evening-time-friends-have-dinner-gorgeous-outdoor-place_146671-14465.jpg"
showDimOverlay={true}
textPosition="bottom"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187184.jpg",
alt: "Group of friends dining out",
},
{
src: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132612.jpg",
alt: "Side view friends enjoying a dinner party",
},
{
src: "http://img.b2bpic.net/free-photo/front-view-friends-enjoying-dinner-party_52683-132608.jpg",
alt: "Front view friends enjoying a dinner party",
},
{
src: "http://img.b2bpic.net/free-photo/girls-having-fun-party-rooftop_23-2148330423.jpg",
alt: "Girls having fun on a party on the rooftop",
},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-fun-party_23-2150188431.jpg",
alt: "Medium shot friends having fun at party",
},
{ src: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187184.jpg", alt: "Group of friends dining out" },
{ src: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132612.jpg", alt: "Side view friends enjoying a dinner party" },
{ src: "http://img.b2bpic.net/free-photo/front-view-friends-enjoying-dinner-party_52683-132608.jpg", alt: "Front view friends enjoying a dinner party" },
{ src: "http://img.b2bpic.net/free-photo/girls-having-fun-party-rooftop_23-2148330423.jpg", alt: "Girls having fun on a party on the rooftop" },
{ src: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-fun-party_23-2150188431.jpg", alt: "Medium shot friends having fun at party" },
]}
avatarText="Join our elite community"
/>
@@ -104,7 +69,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="The Bla Blaa Experience"
description="Nestled in the heart of Islamabad, Bla Blaa is more than just a restaurant — its a lifestyle destination. From curated menus to immersive live music and cozy fireplace seating, every detail is designed to elevate your evenings into unforgettable memories."
imageSrc="http://img.b2bpic.net/free-photo/royal-dining-room-with-wooden-furniture-chandeliers_114579-2222.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/royal-dining-room-with-wooden-furniture-chandeliers_114579-2222.jpg"
/>
</div>
@@ -115,49 +80,25 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Cozy Fireplace",
description: "Atmosphere like no other.",
icon: Flame,
title: "Cozy Fireplace", description: "Atmosphere like no other.", icon: Flame,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/home-plant-vase-decoration-composition_23-2149090617.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118926.jpg",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/photo-through-tree-branches-with-leaves-evening-time-friends-have-dinner-gorgeous-outdoor-place_146671-14465.jpg?_wi=2",
imageAlt: "modern luxury fireplace indoor decor",
{ imageSrc: "http://img.b2bpic.net/free-photo/home-plant-vase-decoration-composition_23-2149090617.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118926.jpg" },
]
},
{
title: "Live Music",
description: "Talented artists nightly.",
icon: Music,
title: "Live Music", description: "Talented artists nightly.", icon: Music,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-musicians-working-studio_23-2150265031.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/female-male-students-playing-piano-drum-set_107420-64787.jpg",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/royal-dining-room-with-wooden-furniture-chandeliers_114579-2222.jpg?_wi=2",
imageAlt: "modern luxury fireplace indoor decor",
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-musicians-working-studio_23-2150265031.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/female-male-students-playing-piano-drum-set_107420-64787.jpg" },
]
},
{
title: "Open Till 3 AM",
description: "For those who never sleep.",
icon: Clock,
title: "Open Till 3 AM", description: "For those who never sleep.", icon: Clock,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698348.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/room-interior-design_23-2148899458.jpg",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/seared-steak-with-roasted-vegetables_23-2151942406.jpg?_wi=1",
imageAlt: "modern luxury fireplace indoor decor",
{ imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698348.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/room-interior-design_23-2148899458.jpg" },
]
},
]}
title="Why Choose Bla Blaa"
@@ -172,48 +113,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{
id: "1",
name: "Grilled Steak Platter",
price: "Rs 8,000",
variant: "Main",
imageSrc: "http://img.b2bpic.net/free-photo/seared-steak-with-roasted-vegetables_23-2151942406.jpg?_wi=2",
},
{
id: "2",
name: "Dynamite Chicken",
price: "Rs 2,500",
variant: "Starter",
imageSrc: "http://img.b2bpic.net/free-photo/pasta-fettuccine-chicken-cheese-mushrooms-cream-sauce-mint-side-view_141793-12453.jpg",
},
{
id: "3",
name: "Alfredo Pasta",
price: "Rs 3,200",
variant: "Main",
imageSrc: "http://img.b2bpic.net/free-photo/pasta-dish-restaurant-table_7939-2463.jpg",
},
{
id: "4",
name: "Molten Lava Cake",
price: "Rs 2,000",
variant: "Dessert",
imageSrc: "http://img.b2bpic.net/free-photo/beef-steak-served-with-yellow-mashed-puree-vegetables_140725-1492.jpg",
},
{
id: "5",
name: "Signature Mocktail",
price: "Rs 1,500",
variant: "Drink",
imageSrc: "http://img.b2bpic.net/free-photo/alfredo-fettuccine-with-mushroom-grated-parmesan-cherry-tomato_140725-6482.jpg",
},
{
id: "6",
name: "Gourmet Salad",
price: "Rs 2,800",
variant: "Starter",
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-vegetables-plate_141793-111.jpg",
},
{ id: "1", name: "Grilled Steak Platter", price: "Rs 8,000", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/seared-steak-with-roasted-vegetables_23-2151942406.jpg" },
{ id: "2", name: "Dynamite Chicken", price: "Rs 2,500", variant: "Starter", imageSrc: "http://img.b2bpic.net/free-photo/pasta-fettuccine-chicken-cheese-mushrooms-cream-sauce-mint-side-view_141793-12453.jpg" },
{ id: "3", name: "Alfredo Pasta", price: "Rs 3,200", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/pasta-dish-restaurant-table_7939-2463.jpg" },
{ id: "4", name: "Molten Lava Cake", price: "Rs 2,000", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/beef-steak-served-with-yellow-mashed-puree-vegetables_140725-1492.jpg" },
{ id: "5", name: "Signature Mocktail", price: "Rs 1,500", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/alfredo-fettuccine-with-mushroom-grated-parmesan-cherry-tomato_140725-6482.jpg" },
{ id: "6", name: "Gourmet Salad", price: "Rs 2,800", variant: "Starter", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-vegetables-plate_141793-111.jpg" },
]}
title="Crafted for Taste, Designed for Luxury"
description="Our curated signature dishes for your palate."
@@ -226,24 +131,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
{
id: "1",
icon: Star,
title: "Rating",
value: "4.2",
},
{
id: "2",
icon: Users,
title: "Reviews",
value: "389+",
},
{
id: "3",
icon: Clock,
title: "Closing Hour",
value: "3 AM",
},
{ id: "1", icon: Star, title: "Rating", value: "4.2" },
{ id: "2", icon: Users, title: "Reviews", value: "389+" },
{ id: "3", icon: Clock, title: "Closing Hour", value: "3 AM" },
]}
title="Excellence in Numbers"
description="Why our guests keep returning."
@@ -256,41 +146,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah J.",
handle: "@sarahj",
testimonial: "Amazing vibe, great food!",
imageSrc: "http://img.b2bpic.net/free-photo/people-looking-each-other-holding-glasses-champagne_23-2148331790.jpg",
},
{
id: "2",
name: "Michael K.",
handle: "@michealk",
testimonial: "Live music is next level.",
imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517422.jpg",
},
{
id: "3",
name: "Emily R.",
handle: "@emilyr",
testimonial: "Best late night spot.",
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-talking-smiling-while-out-with-her-friends_23-2149316814.jpg",
},
{
id: "4",
name: "David L.",
handle: "@davidl",
testimonial: "Sophisticated atmosphere.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg",
},
{
id: "5",
name: "Ali B.",
handle: "@alib",
testimonial: "Fantastic dining experience.",
imageSrc: "http://img.b2bpic.net/free-photo/two-girls-each-other-s-tender-embraces_1153-3883.jpg",
},
{ id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "Amazing vibe, great food!", imageSrc: "http://img.b2bpic.net/free-photo/people-looking-each-other-holding-glasses-champagne_23-2148331790.jpg" },
{ id: "2", name: "Michael K.", handle: "@michealk", testimonial: "Live music is next level.", imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517422.jpg" },
{ id: "3", name: "Emily R.", handle: "@emilyr", testimonial: "Best late night spot.", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-talking-smiling-while-out-with-her-friends_23-2149316814.jpg" },
{ id: "4", name: "David L.", handle: "@davidl", testimonial: "Sophisticated atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg" },
{ id: "5", name: "Ali B.", handle: "@alib", testimonial: "Fantastic dining experience.", imageSrc: "http://img.b2bpic.net/free-photo/two-girls-each-other-s-tender-embraces_1153-3883.jpg" },
]}
title="Loved by Hundreds"
description="Hear what our guests have to say."
@@ -300,9 +160,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
tag="Reservations"
title="Book Your Table"
description="Reserve your spot at Bla Blaa tonight."
@@ -314,38 +172,20 @@ export default function LandingPage() {
logoText="Bla Blaa Islamabad"
columns={[
{
title: "Menu",
items: [
{
label: "Dinner",
href: "#menu",
},
{
label: "Mocktails",
href: "#menu",
},
title: "Menu", items: [
{ label: "Dinner", href: "#menu" },
{ label: "Mocktails", href: "#menu" },
],
},
{
title: "Contact",
items: [
{
label: "Call: 0345 0003111",
href: "tel:03450003111",
},
{
label: "Street 48, F-8/4",
href: "#",
},
title: "Contact", items: [
{ label: "Call: 0345 0003111", href: "tel:03450003111" },
{ label: "Street 48, F-8/4", href: "#" },
],
},
{
title: "Hours",
items: [
{
label: "Open Daily Till 3 AM",
href: "#",
},
title: "Hours", items: [
{ label: "Open Daily Till 3 AM", href: "#" },
],
},
]}