Update src/app/page.tsx

This commit is contained in:
2026-05-05 11:10:53 +00:00
parent 343874477e
commit 771dca313b

View File

@@ -31,25 +31,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
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="El Momento"
/>
@@ -58,29 +48,20 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="An Unforgettable Dining Experience"
description="Discover the art of fine dining in the heart of Islamabad. El Momento combines premium ingredients with timeless culinary techniques."
buttons={[
{
text: "Book a Table",
href: "#contact",
},
text: "Book a Table", href: "#contact"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg",
imageAlt: "Restaurant ambiance",
},
imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg", imageAlt: "Restaurant ambiance"},
{
imageSrc: "http://img.b2bpic.net/free-photo/fresh-tropical-cocktail-close-up_23-2148517055.jpg",
imageAlt: "Gourmet dish",
},
imageSrc: "http://img.b2bpic.net/free-photo/fresh-tropical-cocktail-close-up_23-2148517055.jpg", imageAlt: "Gourmet dish"},
{
imageSrc: "http://img.b2bpic.net/free-photo/parent-child-spending-time-together-with-cinematic-style-view_23-2151587555.jpg",
imageAlt: "Interior setting",
},
imageSrc: "http://img.b2bpic.net/free-photo/parent-child-spending-time-together-with-cinematic-style-view_23-2151587555.jpg", imageAlt: "Interior setting"},
]}
mediaAnimation="slide-up"
/>
@@ -91,9 +72,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="A Passion for Excellence"
description={[
"At El Momento, we believe food is a celebration of life. Each plate is crafted with precision, bringing the finest flavors to Islamabad's culinary scene.",
"Join us for an experience that honors tradition while embracing modern refinement.",
]}
"At El Momento, we believe food is a celebration of life. Each plate is crafted with precision, bringing the finest flavors to Islamabad's culinary scene.", "Join us for an experience that honors tradition while embracing modern refinement."]}
/>
</div>
@@ -105,44 +84,24 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Signature Prime Steak",
price: "PKR 5,500",
imageSrc: "http://img.b2bpic.net/free-photo/well-done-steak-with-cherry-tomato-asparagus_140725-2238.jpg",
},
id: "p1", name: "Signature Prime Steak", price: "PKR 5,500", imageSrc: "http://img.b2bpic.net/free-photo/well-done-steak-with-cherry-tomato-asparagus_140725-2238.jpg"},
{
id: "p2",
name: "Truffle Mushroom Soup",
price: "PKR 1,800",
imageSrc: "http://img.b2bpic.net/free-photo/black-plate-with-black-pasta-quail-eggs-dark-background_23-2148340358.jpg",
},
id: "p2", name: "Truffle Mushroom Soup", price: "PKR 1,800", imageSrc: "http://img.b2bpic.net/free-photo/black-plate-with-black-pasta-quail-eggs-dark-background_23-2148340358.jpg"},
{
id: "p3",
name: "Pan-Seared Sea Bass",
price: "PKR 4,200",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-shrimp-salad-with-bell-peppers-arugula-plate-wood_141793-11674.jpg",
},
id: "p3", name: "Pan-Seared Sea Bass", price: "PKR 4,200", imageSrc: "http://img.b2bpic.net/free-photo/top-view-shrimp-salad-with-bell-peppers-arugula-plate-wood_141793-11674.jpg"},
{
id: "p4",
name: "Dark Chocolate Ganache",
price: "PKR 1,200",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-creamy-cake-with-chocolate-cookies-dark-surface-biscuit-cake-sweet-pie-sugar-cookie_140725-118183.jpg",
},
id: "p4", name: "Dark Chocolate Ganache", price: "PKR 1,200", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-creamy-cake-with-chocolate-cookies-dark-surface-biscuit-cake-sweet-pie-sugar-cookie_140725-118183.jpg"},
{
id: "p5",
name: "Herb-Crusted Lamb",
price: "PKR 4,800",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-ribs-with-potatoes-herbs_141793-4616.jpg",
},
id: "p5", name: "Herb-Crusted Lamb", price: "PKR 4,800", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-ribs-with-potatoes-herbs_141793-4616.jpg"},
{
id: "p6",
name: "Garden Harvest Salad",
price: "PKR 1,500",
imageSrc: "http://img.b2bpic.net/free-photo/tuna-salad-with-lettuce-olives-corn-tomatoes-top-view_114579-8289.jpg",
},
id: "p6", name: "Garden Harvest Salad", price: "PKR 1,500", imageSrc: "http://img.b2bpic.net/free-photo/tuna-salad-with-lettuce-olives-corn-tomatoes-top-view_114579-8289.jpg"},
]}
title="Our Signature Creations"
description="Savor the artistry in every bite, meticulously curated by our master chefs."
buttons={[
{ text: "View Full Menu", href: "/menu" },
{ text: "Book a Table", href: "#contact" }
]}
/>
</div>
@@ -153,16 +112,11 @@ export default function LandingPage() {
useInvertedBackground={true}
negativeCard={{
items: [
"No compromise on ingredient freshness",
"Authentic sourcing practices",
],
"No compromise on ingredient freshness", "Authentic sourcing practices"],
}}
positiveCard={{
items: [
"Award-winning culinary team",
"Elegant atmosphere perfect for occasions",
"Central Islamabad location",
],
"Award-winning culinary team", "Elegant atmosphere perfect for occasions", "Central Islamabad location"],
}}
title="Why El Momento?"
description="Experience superior hospitality and unmatched culinary standards."
@@ -177,25 +131,15 @@ export default function LandingPage() {
author="Sarah Ahmed"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg",
alt: "Sarah Ahmed",
},
src: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg", alt: "Sarah Ahmed"},
{
src: "http://img.b2bpic.net/free-photo/smiling-beautiful-asian-girl-barista-working-cafe-holding-cup-tea-giving-client-their-order_1258-199284.jpg",
alt: "John Doe",
},
src: "http://img.b2bpic.net/free-photo/smiling-beautiful-asian-girl-barista-working-cafe-holding-cup-tea-giving-client-their-order_1258-199284.jpg", alt: "John Doe"},
{
src: "http://img.b2bpic.net/free-photo/distracted-student-sitting-class_1153-23.jpg",
alt: "Ali Khan",
},
src: "http://img.b2bpic.net/free-photo/distracted-student-sitting-class_1153-23.jpg", alt: "Ali Khan"},
{
src: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517418.jpg",
alt: "Fatima Zara",
},
src: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517418.jpg", alt: "Fatima Zara"},
{
src: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg",
alt: "Happy Customer",
},
src: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg", alt: "Happy Customer"},
]}
ratingAnimation="blur-reveal"
avatarsAnimation="slide-up"
@@ -208,20 +152,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "1",
title: "Do I need a reservation?",
content: "Yes, we highly recommend booking in advance, especially for weekends.",
},
id: "1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance, especially for weekends."},
{
id: "2",
title: "Is parking available?",
content: "Yes, complimentary valet parking is available for all guests.",
},
id: "2", title: "Is parking available?", content: "Yes, complimentary valet parking is available for all guests."},
{
id: "3",
title: "Do you offer private dining?",
content: "We have private sections available for corporate events and special celebrations.",
},
id: "3", title: "Do you offer private dining?", content: "We have private sections available for corporate events and special celebrations."},
]}
imageSrc="http://img.b2bpic.net/free-photo/staff-member-calculates-check-tablet_482257-91247.jpg"
title="Frequently Asked Questions"
@@ -234,8 +169,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "rotated-rays-animated",
}}
variant: "rotated-rays-animated"}}
tag="Bookings"
title="Reserve Your Table"
description="Join us today for a memorable evening. Drop your email to receive our special menu updates."
@@ -248,25 +182,17 @@ export default function LandingPage() {
{
items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Menu",
href: "#menu",
},
label: "Menu", href: "#menu"},
],
},
{
items: [
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
]}
@@ -276,4 +202,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}