Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 89f6feb42f |
279
src/app/page.tsx
279
src/app/page.tsx
@@ -32,33 +32,19 @@ 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: "Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Team", id: "#team"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/hand-drawn-japanese-restaurant-labels_23-2149510496.jpg"
|
||||
logoAlt="IZIZI NUNNAK logo"
|
||||
@@ -69,51 +55,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Experience the True Taste of the Mediterranean"
|
||||
description="IZIZI NUNNAK offers an authentic culinary journey with fresh ingredients and traditional recipes in a vibrant atmosphere. Join us for an unforgettable dining experience."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Our Menu", href: "#menu"},
|
||||
{
|
||||
text: "Make a Reservation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Make a Reservation", href: "#contact"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "carousel-item-1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-muslim-woman-taking-photo-ther-street_1157-48957.jpg",
|
||||
imageAlt: "Mediterranean dining table",
|
||||
},
|
||||
id: "carousel-item-1", imageSrc: "http://img.b2bpic.net/free-photo/young-muslim-woman-taking-photo-ther-street_1157-48957.jpg", imageAlt: "Mediterranean dining table"},
|
||||
{
|
||||
id: "carousel-item-2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-chef-preparing-spaghetti-dish_23-2147863804.jpg",
|
||||
imageAlt: "Mezze platter with fresh ingredients",
|
||||
},
|
||||
id: "carousel-item-2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-chef-preparing-spaghetti-dish_23-2147863804.jpg", imageAlt: "Mezze platter with fresh ingredients"},
|
||||
{
|
||||
id: "carousel-item-3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-hands-woman-table_23-2148024489.jpg",
|
||||
imageAlt: "Grilled fish with lemon and herbs",
|
||||
},
|
||||
id: "carousel-item-3", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-hands-woman-table_23-2148024489.jpg", imageAlt: "Grilled fish with lemon and herbs"},
|
||||
{
|
||||
id: "carousel-item-4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/defocused-male-chef-cutting-vegetables_23-2148763229.jpg",
|
||||
imageAlt: "Traditional lamb dish with couscous",
|
||||
},
|
||||
id: "carousel-item-4", imageSrc: "http://img.b2bpic.net/free-photo/defocused-male-chef-cutting-vegetables_23-2148763229.jpg", imageAlt: "Traditional lamb dish with couscous"},
|
||||
{
|
||||
id: "carousel-item-5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-tea-traditional-pistachio-baklava-marble-table_114579-30503.jpg",
|
||||
imageAlt: "Hummus, baba ghanoush, and pita bread",
|
||||
},
|
||||
id: "carousel-item-5", imageSrc: "http://img.b2bpic.net/free-photo/glass-tea-traditional-pistachio-baklava-marble-table_114579-30503.jpg", imageAlt: "Hummus, baba ghanoush, and pita bread"},
|
||||
{
|
||||
id: "carousel-item-6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-female-chef-mixing-ingredients_23-2148491381.jpg",
|
||||
imageAlt: "Seafood paella",
|
||||
},
|
||||
id: "carousel-item-6", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-female-chef-mixing-ingredients_23-2148491381.jpg", imageAlt: "Seafood paella"},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -126,8 +89,7 @@ export default function LandingPage() {
|
||||
title="Our Story: A Passion for Mediterranean Flavors"
|
||||
buttons={[
|
||||
{
|
||||
text: "Discover More",
|
||||
},
|
||||
text: "Discover More"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -138,23 +100,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Fresh, Local Ingredients",
|
||||
description: "We partner with local farmers and suppliers to bring you the freshest seasonal produce, ensuring every dish bursts with natural flavor.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-kitchen-taking-notes_23-2148006685.jpg",
|
||||
imageAlt: "Fresh vegetables and herbs",
|
||||
},
|
||||
title: "Fresh, Local Ingredients", description: "We partner with local farmers and suppliers to bring you the freshest seasonal produce, ensuring every dish bursts with natural flavor.", imageSrc: "http://img.b2bpic.net/free-photo/chef-kitchen-taking-notes_23-2148006685.jpg", imageAlt: "Fresh vegetables and herbs"},
|
||||
{
|
||||
title: "Authentic Mediterranean Ambiance",
|
||||
description: "Step into a world inspired by the Mediterranean coast, with a warm, inviting decor that complements our culinary offerings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mash-with-side-sliced-cucumber_140725-3446.jpg",
|
||||
imageAlt: "Restaurant interior with warm lighting",
|
||||
},
|
||||
title: "Authentic Mediterranean Ambiance", description: "Step into a world inspired by the Mediterranean coast, with a warm, inviting decor that complements our culinary offerings.", imageSrc: "http://img.b2bpic.net/free-photo/mash-with-side-sliced-cucumber_140725-3446.jpg", imageAlt: "Restaurant interior with warm lighting"},
|
||||
{
|
||||
title: "Culinary Craftsmanship",
|
||||
description: "Our chefs, trained in traditional Mediterranean techniques, blend time-honored recipes with innovative twists for an unforgettable dining experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-eating-lula-kebab-pita-bread-with-yogurt-tomatoes-grilled-hot-peppers-tray_141793-17487.jpg",
|
||||
imageAlt: "Chef preparing a gourmet dish",
|
||||
},
|
||||
title: "Culinary Craftsmanship", description: "Our chefs, trained in traditional Mediterranean techniques, blend time-honored recipes with innovative twists for an unforgettable dining experience.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-eating-lula-kebab-pita-bread-with-yogurt-tomatoes-grilled-hot-peppers-tray_141793-17487.jpg", imageAlt: "Chef preparing a gourmet dish"},
|
||||
]}
|
||||
title="Savor the Essence of Our Cuisine"
|
||||
description="Discover what makes IZIZI NUNNAK a unique destination for Mediterranean food lovers, where every detail is crafted for your delight."
|
||||
@@ -169,47 +119,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Grilled Branzino",
|
||||
price: "€28.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-lemon-tea_23-2148267892.jpg",
|
||||
imageAlt: "Grilled Branzino with lemon",
|
||||
},
|
||||
id: "p1", name: "Grilled Branzino", price: "€28.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-lemon-tea_23-2148267892.jpg", imageAlt: "Grilled Branzino with lemon"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Traditional Moussaka",
|
||||
price: "€19.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pasta-tray_23-2150690759.jpg",
|
||||
imageAlt: "Classic Moussaka dish",
|
||||
},
|
||||
id: "p2", name: "Traditional Moussaka", price: "€19.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pasta-tray_23-2150690759.jpg", imageAlt: "Classic Moussaka dish"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Falafel Platter",
|
||||
price: "€15.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-delicious-local-food-dish_23-2148833843.jpg",
|
||||
imageAlt: "Vegetarian Falafel Platter",
|
||||
},
|
||||
id: "p3", name: "Falafel Platter", price: "€15.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-delicious-local-food-dish_23-2148833843.jpg", imageAlt: "Vegetarian Falafel Platter"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Lamb Tagine",
|
||||
price: "€24.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-pilaf-pilaf-black-peppers-lemon-pepper-garlic-tomatoes-with-pedicels_140725-73931.jpg",
|
||||
imageAlt: "Lamb Tagine with couscous",
|
||||
},
|
||||
id: "p4", name: "Lamb Tagine", price: "€24.00", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-pilaf-pilaf-black-peppers-lemon-pepper-garlic-tomatoes-with-pedicels_140725-73931.jpg", imageAlt: "Lamb Tagine with couscous"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Authentic Greek Salad",
|
||||
price: "€14.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-view-delicious-salad-with-dark-tableware_23-2148537252.jpg",
|
||||
imageAlt: "Fresh Greek Salad",
|
||||
},
|
||||
id: "p5", name: "Authentic Greek Salad", price: "€14.00", imageSrc: "http://img.b2bpic.net/free-photo/high-view-delicious-salad-with-dark-tableware_23-2148537252.jpg", imageAlt: "Fresh Greek Salad"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Creamy Hummus with Pita",
|
||||
price: "€10.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-jewish-dish-high-angle_23-2148814519.jpg",
|
||||
imageAlt: "Hummus with pita bread",
|
||||
},
|
||||
id: "p6", name: "Creamy Hummus with Pita", price: "€10.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-jewish-dish-high-angle_23-2148814519.jpg", imageAlt: "Hummus with pita bread"},
|
||||
]}
|
||||
title="Our Exquisite Mediterranean Menu"
|
||||
description="From freshly caught seafood to rich traditional dishes, our menu is crafted to delight every palate with authentic flavors."
|
||||
@@ -224,45 +144,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sophia R.",
|
||||
role: "Food Critic",
|
||||
company: "Taste Magazine",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-lady-posing-studio_176474-80791.jpg",
|
||||
},
|
||||
id: "1", name: "Sophia R.", role: "Food Critic", company: "Taste Magazine", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-lady-posing-studio_176474-80791.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marco G.",
|
||||
role: "Local Guide",
|
||||
company: "Google Reviews",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-salmon-bowl_23-2150533973.jpg",
|
||||
},
|
||||
id: "2", name: "Marco G.", role: "Local Guide", company: "Google Reviews", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-salmon-bowl_23-2150533973.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena P.",
|
||||
role: "Regular Customer",
|
||||
company: "Community Member",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-sitting-table-with-cocktail-salad_1157-32423.jpg",
|
||||
},
|
||||
id: "3", name: "Elena P.", role: "Regular Customer", company: "Community Member", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-sitting-table-with-cocktail-salad_1157-32423.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
role: "Travel Blogger",
|
||||
company: "Wanderlust Eats",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-young-man-laughing-while-talking-phone_1262-20904.jpg",
|
||||
},
|
||||
id: "4", name: "David K.", role: "Travel Blogger", company: "Wanderlust Eats", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-young-man-laughing-while-talking-phone_1262-20904.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Isabella V.",
|
||||
role: "Event Planner",
|
||||
company: "Celebration Co.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-sitting-table_23-2149655596.jpg",
|
||||
},
|
||||
id: "5", name: "Isabella V.", role: "Event Planner", company: "Celebration Co.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-sitting-table_23-2149655596.jpg"},
|
||||
]}
|
||||
title="What Our Guests Are Saying"
|
||||
description="Hear from our delighted customers about their unforgettable dining experiences at IZIZI NUNNAK, a testament to our passion."
|
||||
@@ -276,26 +171,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
team={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Chef Alessandro",
|
||||
role: "Head Chef",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cook-frying-meat-pan-stove_23-2148040248.jpg",
|
||||
imageAlt: "Chef Alessandro",
|
||||
},
|
||||
id: "t1", name: "Chef Alessandro", role: "Head Chef", imageSrc: "http://img.b2bpic.net/free-photo/cook-frying-meat-pan-stove_23-2148040248.jpg", imageAlt: "Chef Alessandro"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sofia Rossi",
|
||||
role: "Sous Chef",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-as-professional-chef_23-2151864171.jpg",
|
||||
imageAlt: "Sofia Rossi, Sous Chef",
|
||||
},
|
||||
id: "t2", name: "Sofia Rossi", role: "Sous Chef", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-as-professional-chef_23-2151864171.jpg", imageAlt: "Sofia Rossi, Sous Chef"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Maria Lopez",
|
||||
role: "Restaurant Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-female-cafe-owner-smiling_1262-5377.jpg",
|
||||
imageAlt: "Maria Lopez, Restaurant Manager",
|
||||
},
|
||||
id: "t3", name: "Maria Lopez", role: "Restaurant Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-female-cafe-owner-smiling_1262-5377.jpg", imageAlt: "Maria Lopez, Restaurant Manager"},
|
||||
]}
|
||||
title="Meet Our Culinary Maestros"
|
||||
description="Our passionate team is dedicated to bringing you the finest Mediterranean dining experience, crafted with love and expertise."
|
||||
@@ -308,34 +188,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer vegetarian and vegan options?",
|
||||
content: "Yes, our menu includes a variety of delicious vegetarian and vegan dishes prepared with fresh, seasonal ingredients. Please inform your server about any dietary preferences or restrictions.",
|
||||
},
|
||||
id: "f1", title: "Do you offer vegetarian and vegan options?", content: "Yes, our menu includes a variety of delicious vegetarian and vegan dishes prepared with fresh, seasonal ingredients. Please inform your server about any dietary preferences or restrictions."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What are your restaurant's operating hours?",
|
||||
content: "We are open for lunch from 12:00 PM to 3:00 PM, and for dinner from 6:00 PM to 10:30 PM, Tuesday through Sunday. We are closed on Mondays.",
|
||||
},
|
||||
id: "f2", title: "What are your restaurant's operating hours?", content: "We are open for lunch from 12:00 PM to 3:00 PM, and for dinner from 6:00 PM to 10:30 PM, Tuesday through Sunday. We are closed on Mondays."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How can I make a reservation?",
|
||||
content: "You can make a reservation easily through our website's contact form, by calling us directly, or using our online booking system. We recommend booking in advance, especially for weekend evenings.",
|
||||
},
|
||||
id: "f3", title: "How can I make a reservation?", content: "You can make a reservation easily through our website's contact form, by calling us directly, or using our online booking system. We recommend booking in advance, especially for weekend evenings."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Do you accommodate large groups or private events?",
|
||||
content: "Absolutely! IZIZI NUNNAK is perfect for private events and large group gatherings. Please contact us directly to discuss your specific needs, menu options, and availability.",
|
||||
},
|
||||
id: "f4", title: "Do you accommodate large groups or private events?", content: "Absolutely! IZIZI NUNNAK is perfect for private events and large group gatherings. Please contact us directly to discuss your specific needs, menu options, and availability."},
|
||||
{
|
||||
id: "f5",
|
||||
title: "Is there parking available at the restaurant?",
|
||||
content: "We offer complimentary valet parking services for our guests. Additionally, there are several public parking lots available within a short walking distance from the restaurant.",
|
||||
},
|
||||
id: "f5", title: "Is there parking available at the restaurant?", content: "We offer complimentary valet parking services for our guests. Additionally, there are several public parking lots available within a short walking distance from the restaurant."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to your most common inquiries about reservations, menu options, and dining at IZIZI NUNNAK."
|
||||
title="Your Questions, Our Mediterranean Answers"
|
||||
description="We've compiled answers to the most common questions about IZIZI NUNNAK to enhance your dining experience."
|
||||
faqsAnimation="slide-up"
|
||||
tag="Clarity First"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -343,13 +209,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
text="Visit us or make a reservation to savor authentic Mediterranean cuisine. We look forward to welcoming you to IZIZI NUNNAK."
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Ready for an authentic Mediterranean journey? Contact us to reserve your table or inquire about our services. We can't wait to welcome you!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Table Now",
|
||||
},
|
||||
text: "Book Your Table Now"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -359,54 +223,35 @@ export default function LandingPage() {
|
||||
logoText="IZIZI NUNNAK"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Team",
|
||||
href: "#team",
|
||||
},
|
||||
label: "Team", href: "#team"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Visit",
|
||||
items: [
|
||||
title: "Visit", items: [
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Reservations", href: "#contact"},
|
||||
{
|
||||
label: "Location",
|
||||
href: "https://maps.google.com/?q=IZIZI+NUNNAK+Restaurante+Mediterráneo",
|
||||
},
|
||||
label: "Location", href: "https://maps.google.com/?q=IZIZI+NUNNAK+Restaurante+Mediterráneo"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/izizinunnak",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/izizinunnak"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/izizinunnak",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/izizinunnak"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 IZIZI NUNNAK. All rights reserved."
|
||||
copyrightText="© 2025 IZIZI NUNNAK. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user