Merge version_1 into main #2
213
src/app/page.tsx
213
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
},
|
||||
name: "About Us", id: "about"},
|
||||
{
|
||||
name: "Reservations",
|
||||
id: "reservations",
|
||||
},
|
||||
name: "Reservations", id: "reservations"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Machu Picchu Cuisine"
|
||||
/>
|
||||
@@ -59,15 +49,12 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Experience the Soul of Peru"
|
||||
description="Authentic flavors refined for today’s palate. From bold coastal ceviches to hearty Andean classics, every dish transports you to Peru’s culinary heart."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Your Table",
|
||||
href: "/reservations",
|
||||
},
|
||||
text: "Reserve Your Table", href: "/reservations"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-beef-meat-salad-with-chopped-vegetables-pickles-bowl_140725-11846.jpg"
|
||||
/>
|
||||
@@ -82,22 +69,16 @@ export default function LandingPage() {
|
||||
description="At Machu Picchu, we honor Peru's rich gastronomic heritage. Our chefs meticulously source the finest ingredients, blending traditional recipes with modern techniques to create a truly unforgettable dining experience. Every dish tells a story, rooted in the Andes and nurtured by the Pacific coast."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Authentic Flavors",
|
||||
description: "Discover traditional Peruvian recipes passed down through generations, reimagined for contemporary palates.",
|
||||
icon: Star,
|
||||
title: "Authentic Flavors", description: "Discover traditional Peruvian recipes passed down through generations, reimagined for contemporary palates.", icon: Star,
|
||||
},
|
||||
{
|
||||
title: "Finest Ingredients",
|
||||
description: "We partner with local farmers and trusted suppliers to bring you the freshest, highest-quality produce and proteins.",
|
||||
icon: Feather,
|
||||
title: "Finest Ingredients", description: "We partner with local farmers and trusted suppliers to bring you the freshest, highest-quality produce and proteins.", icon: Feather,
|
||||
},
|
||||
{
|
||||
title: "Unforgettable Experience",
|
||||
description: "Beyond food, we offer a journey through Peruvian culture, ambiance, and the warmth of our hospitality.",
|
||||
icon: Award,
|
||||
title: "Unforgettable Experience", description: "Beyond food, we offer a journey through Peruvian culture, ambiance, and the warmth of our hospitality.", icon: Award,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-cooking-kitchen_23-2150491949.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-cooking-kitchen_23-2150491949.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -109,34 +90,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
label: "Service",
|
||||
title: "Exceptional Hospitality",
|
||||
items: [
|
||||
"Attentive and knowledgeable staff dedicated to your comfort.",
|
||||
"Personalized recommendations to enhance your dining choice.",
|
||||
"A seamless experience from arrival to departure.",
|
||||
],
|
||||
id: "1", label: "Service", title: "Exceptional Hospitality", items: [
|
||||
"Attentive and knowledgeable staff dedicated to your comfort.", "Personalized recommendations to enhance your dining choice.", "A seamless experience from arrival to departure."],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
label: "Ambiance",
|
||||
title: "Refined Cultural Setting",
|
||||
items: [
|
||||
"Elegant decor inspired by Peruvian artistry and landscapes.",
|
||||
"A tranquil and inviting atmosphere perfect for any occasion.",
|
||||
"Thoughtful details that transport you to the heart of Peru.",
|
||||
],
|
||||
id: "2", label: "Ambiance", title: "Refined Cultural Setting", items: [
|
||||
"Elegant decor inspired by Peruvian artistry and landscapes.", "A tranquil and inviting atmosphere perfect for any occasion.", "Thoughtful details that transport you to the heart of Peru."],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
label: "Craft",
|
||||
title: "Culinary Mastery",
|
||||
items: [
|
||||
"Chefs with a profound passion for Peruvian gastronomy.",
|
||||
"Innovative techniques preserving the integrity of traditional dishes.",
|
||||
"Generous portions prepared with meticulous attention to detail.",
|
||||
],
|
||||
id: "3", label: "Craft", title: "Culinary Mastery", items: [
|
||||
"Chefs with a profound passion for Peruvian gastronomy.", "Innovative techniques preserving the integrity of traditional dishes.", "Generous portions prepared with meticulous attention to detail."],
|
||||
},
|
||||
]}
|
||||
title="The Machu Picchu Difference"
|
||||
@@ -152,34 +115,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Classic Ceviche",
|
||||
price: "$28",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shrimp-healthy-food-pita_23-2148381316.jpg",
|
||||
imageAlt: "Classic Peruvian Ceviche",
|
||||
},
|
||||
id: "1", name: "Classic Ceviche", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shrimp-healthy-food-pita_23-2148381316.jpg", imageAlt: "Classic Peruvian Ceviche"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Lomo Saltado",
|
||||
price: "$35",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-vegetables-sesame-seeds-black-bowl-isolated-white-background_123827-20458.jpg",
|
||||
imageAlt: "Traditional Lomo Saltado",
|
||||
},
|
||||
id: "2", name: "Lomo Saltado", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/beef-vegetables-sesame-seeds-black-bowl-isolated-white-background_123827-20458.jpg", imageAlt: "Traditional Lomo Saltado"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Aji de Gallina",
|
||||
price: "$30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-stewed-chicken-with-vegetables-clay-bowl-plaid-tablecloth_141793-11171.jpg",
|
||||
imageAlt: "Creamy Aji de Gallina",
|
||||
},
|
||||
id: "3", name: "Aji de Gallina", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/side-view-stewed-chicken-with-vegetables-clay-bowl-plaid-tablecloth_141793-11171.jpg", imageAlt: "Creamy Aji de Gallina"},
|
||||
]}
|
||||
title="Signature Peruvian Dishes"
|
||||
description="Savor the vibrant essence of Peru with our expertly crafted dishes, from refreshing ceviches to rich lomo saltado, each a testament to our culinary passion."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Full Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
text: "View Full Menu", href: "/menu"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -190,57 +136,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sophia R.",
|
||||
handle: "@SophiaEats",
|
||||
testimonial: "Machu Picchu is an absolute culinary gem! Every dish felt like a journey, brimming with authentic flavors and presented with such artistry. The Lomo Saltado was a revelation, perfectly seasoned and incredibly tender. A must-visit for anyone seeking a truly elevated dining experience.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-woman-thumbs-up-give-approval-drink-coffee_176420-16240.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Sophia R.", handle: "@SophiaEats", testimonial: "Machu Picchu is an absolute culinary gem! Every dish felt like a journey, brimming with authentic flavors and presented with such artistry. The Lomo Saltado was a revelation, perfectly seasoned and incredibly tender. A must-visit for anyone seeking a truly elevated dining experience.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-woman-thumbs-up-give-approval-drink-coffee_176420-16240.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus L.",
|
||||
handle: "@LuxuryDines",
|
||||
testimonial: "From the moment we stepped in, the service was impeccable. The staff were knowledgeable and genuinely passionate about Peruvian cuisine. The Ceviche was incredibly fresh, bursting with citrus and spice. Machu Picchu truly delivers on its promise of refined cultural dining.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-standing-sideways-looking-camera_171337-16220.jpg?_wi=1",
|
||||
},
|
||||
id: "2", name: "Marcus L.", handle: "@LuxuryDines", testimonial: "From the moment we stepped in, the service was impeccable. The staff were knowledgeable and genuinely passionate about Peruvian cuisine. The Ceviche was incredibly fresh, bursting with citrus and spice. Machu Picchu truly delivers on its promise of refined cultural dining.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-standing-sideways-looking-camera_171337-16220.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena P.",
|
||||
handle: "@FoodieAdventures",
|
||||
testimonial: "I've never experienced Peruvian food quite like this outside of Peru! The portions are generous, and the flavors are so vibrant and true to tradition. The ambiance is elegant, making it perfect for a special occasion. Their Aji de Gallina is simply divine.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-with-wavy-hair-park_23-2147911448.jpg?_wi=1",
|
||||
},
|
||||
id: "3", name: "Elena P.", handle: "@FoodieAdventures", testimonial: "I've never experienced Peruvian food quite like this outside of Peru! The portions are generous, and the flavors are so vibrant and true to tradition. The ambiance is elegant, making it perfect for a special occasion. Their Aji de Gallina is simply divine.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-with-wavy-hair-park_23-2147911448.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
handle: "@GourmetCritic",
|
||||
testimonial: "Machu Picchu sets a new standard for Peruvian fine dining. The attention to detail in every dish, combined with the warm, attentive service, creates an unparalleled experience. It's clear they use only the highest quality ingredients. Highly recommended for discerning palates.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-street-background-metrosexual_158538-10435.jpg?_wi=1",
|
||||
},
|
||||
id: "4", name: "David K.", handle: "@GourmetCritic", testimonial: "Machu Picchu sets a new standard for Peruvian fine dining. The attention to detail in every dish, combined with the warm, attentive service, creates an unparalleled experience. It's clear they use only the highest quality ingredients. Highly recommended for discerning palates.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-street-background-metrosexual_158538-10435.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Isabella S.",
|
||||
handle: "@TasteExplorer",
|
||||
testimonial: "My first time trying authentic Peruvian cuisine, and Machu Picchu did not disappoint! The staff walked us through the menu with such grace, and every recommendation was spot on. The Pisco Sours are a perfect complement to the rich flavors. I’m already planning my next visit!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dreamy-girl-wearing-sweater_23-2148506439.jpg?_wi=1",
|
||||
},
|
||||
id: "5", name: "Isabella S.", handle: "@TasteExplorer", testimonial: "My first time trying authentic Peruvian cuisine, and Machu Picchu did not disappoint! The staff walked us through the menu with such grace, and every recommendation was spot on. The Pisco Sours are a perfect complement to the rich flavors. I’m already planning my next visit!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dreamy-girl-wearing-sweater_23-2148506439.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Robert B.",
|
||||
handle: "@RestaurantBuff",
|
||||
testimonial: "A truly exceptional dining experience. The cultural storytelling through the dishes is captivating, and the quality of ingredients shines through in every bite. It's more than just a meal; it's an immersive cultural journey. Machu Picchu is a culinary destination.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-man-with-grey-hair-dark-color-shirt-looking-camera-being-surprised-making-call-me-gesture-with-hand-pointing-with-index-finger-side-standing-brown-background_141793-133570.jpg?_wi=1",
|
||||
},
|
||||
id: "6", name: "Robert B.", handle: "@RestaurantBuff", testimonial: "A truly exceptional dining experience. The cultural storytelling through the dishes is captivating, and the quality of ingredients shines through in every bite. It's more than just a meal; it's an immersive cultural journey. Machu Picchu is a culinary destination.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-man-with-grey-hair-dark-color-shirt-looking-camera-being-surprised-making-call-me-gesture-with-hand-pointing-with-index-finger-side-standing-brown-background_141793-133570.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Guests Say"
|
||||
description="Hear from diners who have embarked on a culinary journey with us, praising our authentic flavors and exceptional service."
|
||||
animationType="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -249,14 +166,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/assortment-blue-red-coming-soon-stickers_23-2147635583.jpg",
|
||||
"http://img.b2bpic.net/free-vector/linear-flat-chef-logo-collection_23-2148974617.jpg",
|
||||
"http://img.b2bpic.net/free-vector/world-food-day-background_23-2147933302.jpg",
|
||||
"http://img.b2bpic.net/free-psd/vertical-poster-new-year-review-trends_23-2148805637.jpg",
|
||||
"http://img.b2bpic.net/free-vector/muted-colors-logo-design_23-2150020990.jpg",
|
||||
"http://img.b2bpic.net/free-vector/vintage-assorted-badges-pack_23-2147498533.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-organic-food-label-collection_23-2148099612.jpg",
|
||||
]}
|
||||
"http://img.b2bpic.net/free-vector/assortment-blue-red-coming-soon-stickers_23-2147635583.jpg", "http://img.b2bpic.net/free-vector/linear-flat-chef-logo-collection_23-2148974617.jpg", "http://img.b2bpic.net/free-vector/world-food-day-background_23-2147933302.jpg", "http://img.b2bpic.net/free-psd/vertical-poster-new-year-review-trends_23-2148805637.jpg", "http://img.b2bpic.net/free-vector/muted-colors-logo-design_23-2150020990.jpg", "http://img.b2bpic.net/free-vector/vintage-assorted-badges-pack_23-2147498533.jpg", "http://img.b2bpic.net/free-vector/flat-organic-food-label-collection_23-2148099612.jpg"]}
|
||||
names={[]}
|
||||
title="Recognized Excellence"
|
||||
description="Proudly featured in leading culinary publications and awarded for our authentic Peruvian dining experience."
|
||||
showCard={true}
|
||||
@@ -267,16 +178,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Reservations"
|
||||
title="Plan Your Visit"
|
||||
description="Ready to discover the true taste of Peru? Book your table for an unforgettable dining experience at Machu Picchu Fine Peruvian Cuisine."
|
||||
buttons={[
|
||||
{
|
||||
text: "Make a Reservation",
|
||||
href: "/reservations",
|
||||
},
|
||||
text: "Make a Reservation", href: "/reservations"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -286,54 +194,33 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-pretty-lady-enjoying-free-time-city-cafeteria-bar-drinking-lemon-having-fun-trendy-hipster-outfit-toned-colors_291049-1730.jpg"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "Menu", href: "/menu"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Visit",
|
||||
items: [
|
||||
title: "Visit", items: [
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "/reservations",
|
||||
},
|
||||
label: "Reservations", href: "/reservations"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
{
|
||||
label: "Location",
|
||||
href: "#",
|
||||
},
|
||||
label: "Location", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com"},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "https://twitter.com",
|
||||
},
|
||||
label: "Twitter", href: "https://twitter.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user