Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 76053d5841 |
210
src/app/page.tsx
210
src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "home"},
|
||||||
id: "home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Menu",
|
name: "Menu", id: "menu"},
|
||||||
id: "menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Wines & Drinks",
|
name: "Wines & Drinks", id: "drinks"},
|
||||||
id: "drinks",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Coffee",
|
name: "Coffee", id: "coffee"},
|
||||||
id: "coffee",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Il Mirto Bianco"
|
brandName="Il Mirto Bianco"
|
||||||
bottomLeftText="Authentic Italian Cuisine"
|
bottomLeftText="Authentic Italian Cuisine"
|
||||||
@@ -60,20 +50,15 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplit
|
<HeroSplit
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
title="Welcome to Il Mirto Bianco"
|
title="Welcome to Il Mirto Bianco"
|
||||||
description="Experience the true taste of Italy with our authentic dishes, fine wines, and warm, inviting atmosphere. A culinary journey awaits you."
|
description="Experience the true taste of Italy with our authentic dishes, fine wines, and warm, inviting atmosphere. A culinary journey awaits you."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "View Our Menu",
|
text: "View Our Menu", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Make a Reservation",
|
text: "Make a Reservation", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-table-arrangement-with-delicious-food_23-2149617138.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/high-angle-table-arrangement-with-delicious-food_23-2149617138.jpg"
|
||||||
imageAlt="Cozy Italian restaurant interior"
|
imageAlt="Cozy Italian restaurant interior"
|
||||||
@@ -89,19 +74,13 @@ export default function LandingPage() {
|
|||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
icon: Sparkles,
|
icon: Sparkles,
|
||||||
label: "Years of Tradition",
|
label: "Years of Tradition", value: "15+"},
|
||||||
value: "15+",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Users,
|
icon: Users,
|
||||||
label: "Happy Customers",
|
label: "Happy Customers", value: "100K+"},
|
||||||
value: "100K+",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Flame,
|
icon: Flame,
|
||||||
label: "Dishes Crafted",
|
label: "Dishes Crafted", value: "5000+"},
|
||||||
value: "5000+",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -115,33 +94,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "pasta",
|
id: "pasta", name: "Handmade Pasta", price: "£18 - £25", imageSrc: "http://img.b2bpic.net/free-photo/eating-pasta_23-2147985241.jpg", imageAlt: "Delicious pasta dish"},
|
||||||
name: "Handmade Pasta",
|
|
||||||
price: "£18 - £25",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/eating-pasta_23-2147985241.jpg",
|
|
||||||
imageAlt: "Delicious pasta dish",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "pizza",
|
id: "pizza", name: "Traditional Wood-Fired Pizza", price: "£15 - £22", imageSrc: "http://img.b2bpic.net/free-photo/seafood-pizza-with-shrimp-mussel-calamari-squid-cheese_141793-2273.jpg", imageAlt: "Authentic Italian pizza"},
|
||||||
name: "Traditional Wood-Fired Pizza",
|
|
||||||
price: "£15 - £22",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/seafood-pizza-with-shrimp-mussel-calamari-squid-cheese_141793-2273.jpg",
|
|
||||||
imageAlt: "Authentic Italian pizza",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "wine",
|
id: "wine", name: "Fine Italian Wines", price: "From £30/bottle", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-clanging-glasses-table_23-2148014500.jpg", imageAlt: "Glass of red wine"},
|
||||||
name: "Fine Italian Wines",
|
|
||||||
price: "From £30/bottle",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-clanging-glasses-table_23-2148014500.jpg",
|
|
||||||
imageAlt: "Glass of red wine",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "coffee",
|
id: "coffee", name: "Artisan Italian Coffee", price: "£3 - £5", imageSrc: "http://img.b2bpic.net/free-photo/leaf-cloth-near-tea_23-2147885967.jpg", imageAlt: "Cup of espresso coffee"},
|
||||||
name: "Artisan Italian Coffee",
|
|
||||||
price: "£3 - £5",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/leaf-cloth-near-tea_23-2147885967.jpg",
|
|
||||||
imageAlt: "Cup of espresso coffee",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Authentic Menu"
|
title="Our Authentic Menu"
|
||||||
description="Discover a selection of classic Italian dishes crafted with the freshest ingredients, from handmade pasta to delectable desserts."
|
description="Discover a selection of classic Italian dishes crafted with the freshest ingredients, from handmade pasta to delectable desserts."
|
||||||
@@ -154,45 +113,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Sophia L.", date: "October 2023", title: "A True Taste of Italy!", quote: "Il Mirto Bianco is a hidden gem! The pasta was exquisite, and the ambiance felt just like being in Italy. Highly recommend for an authentic experience.", tag: "Food Lover", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-brunette-woman-evening-dress-posing_176420-3741.jpg", avatarAlt: "Sophia L."},
|
||||||
name: "Sophia L.",
|
|
||||||
date: "October 2023",
|
|
||||||
title: "A True Taste of Italy!",
|
|
||||||
quote: "Il Mirto Bianco is a hidden gem! The pasta was exquisite, and the ambiance felt just like being in Italy. Highly recommend for an authentic experience.",
|
|
||||||
tag: "Food Lover",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-brunette-woman-evening-dress-posing_176420-3741.jpg",
|
|
||||||
avatarAlt: "Sophia L.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Mark D.", date: "September 2023", title: "Exceptional Service & Food", quote: "From the moment we walked in, the service was impeccable. Every dish was a masterpiece. This is now our go-to Italian restaurant!", tag: "Regular Guest", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-young-woman-showing-thumbs-up_74855-4031.jpg", avatarAlt: "Mark D."},
|
||||||
name: "Mark D.",
|
|
||||||
date: "September 2023",
|
|
||||||
title: "Exceptional Service & Food",
|
|
||||||
quote: "From the moment we walked in, the service was impeccable. Every dish was a masterpiece. This is now our go-to Italian restaurant!",
|
|
||||||
tag: "Regular Guest",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-young-woman-showing-thumbs-up_74855-4031.jpg",
|
|
||||||
avatarAlt: "Mark D.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Elena P.", date: "August 2023", title: "Best Pizza in Town!", quote: "The wood-fired pizza at Il Mirto Bianco is simply the best I've had outside of Italy. Crispy crust, fresh ingredients – perfection!", tag: "Pizza Enthusiast", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12690.jpg", avatarAlt: "Elena P."},
|
||||||
name: "Elena P.",
|
|
||||||
date: "August 2023",
|
|
||||||
title: "Best Pizza in Town!",
|
|
||||||
quote: "The wood-fired pizza at Il Mirto Bianco is simply the best I've had outside of Italy. Crispy crust, fresh ingredients – perfection!",
|
|
||||||
tag: "Pizza Enthusiast",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12690.jpg",
|
|
||||||
avatarAlt: "Elena P.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "James R.", date: "July 2023", title: "Perfect Evening", quote: "A delightful evening with fantastic food and an impressive wine list. The staff were knowledgeable and made excellent recommendations. We will be back!", tag: "Wine Connoisseur", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-celebrating-birthday_23-2150854187.jpg", avatarAlt: "James R."},
|
||||||
name: "James R.",
|
|
||||||
date: "July 2023",
|
|
||||||
title: "Perfect Evening",
|
|
||||||
quote: "A delightful evening with fantastic food and an impressive wine list. The staff were knowledgeable and made excellent recommendations. We will be back!",
|
|
||||||
tag: "Wine Connoisseur",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-celebrating-birthday_23-2150854187.jpg",
|
|
||||||
avatarAlt: "James R.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="What Our Guests Say"
|
title="What Our Guests Say"
|
||||||
description="Hear from our beloved customers about their unforgettable dining experiences at Il Mirto Bianco."
|
description="Hear from our beloved customers about their unforgettable dining experiences at Il Mirto Bianco."
|
||||||
@@ -204,25 +131,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "Do I need a reservation?", content: "We highly recommend making a reservation, especially for weekend evenings, to ensure you get a table. You can book online or by phone."},
|
||||||
title: "Do I need a reservation?",
|
|
||||||
content: "We highly recommend making a reservation, especially for weekend evenings, to ensure you get a table. You can book online or by phone.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Do you offer vegetarian or vegan options?", content: "Yes, our menu includes a variety of vegetarian and vegan dishes, and we can often adapt other dishes to suit dietary requirements. Please inform your server."},
|
||||||
title: "Do you offer vegetarian or vegan options?",
|
|
||||||
content: "Yes, our menu includes a variety of vegetarian and vegan dishes, and we can often adapt other dishes to suit dietary requirements. Please inform your server.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "What are your opening hours?", content: "We are open for lunch from 12 PM - 2:30 PM and for dinner from 5:30 PM - 10:30 PM, Tuesday to Sunday. Closed on Mondays."},
|
||||||
title: "What are your opening hours?",
|
|
||||||
content: "We are open for lunch from 12 PM - 2:30 PM and for dinner from 5:30 PM - 10:30 PM, Tuesday to Sunday. Closed on Mondays.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", title: "Can you accommodate large groups?", content: "Yes, we can accommodate large groups and private events. Please contact us directly to discuss your requirements and make arrangements."},
|
||||||
title: "Can you accommodate large groups?",
|
|
||||||
content: "Yes, we can accommodate large groups and private events. Please contact us directly to discuss your requirements and make arrangements.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
sideTitle="Common Questions"
|
sideTitle="Common Questions"
|
||||||
sideDescription="Find answers to frequently asked questions about reservations, dietary options, and our services."
|
sideDescription="Find answers to frequently asked questions about reservations, dietary options, and our services."
|
||||||
@@ -236,18 +151,13 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
text="Ready to experience authentic Italian dining? Contact us to make a reservation or inquire about our menu and private events."
|
text="Ready to experience authentic Italian dining? Contact us to make a reservation or inquire about our menu and private events."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call Us: +44 20 7123 4567",
|
text: "Call Us: +44 20 7123 4567", href: "tel:+442071234567"},
|
||||||
href: "tel:+442071234567",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Email Us",
|
text: "Email Us", href: "mailto:bookings@ilmirtobianco.co.uk"},
|
||||||
href: "mailto:bookings@ilmirtobianco.co.uk",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -256,79 +166,47 @@ export default function LandingPage() {
|
|||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Menu",
|
title: "Menu", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Starters",
|
label: "Starters", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Pasta",
|
label: "Pasta", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Pizza",
|
label: "Pizza", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Desserts",
|
label: "Desserts", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Drinks",
|
title: "Drinks", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Wines",
|
label: "Wines", href: "#drinks"},
|
||||||
href: "#drinks",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Beers",
|
label: "Beers", href: "#drinks"},
|
||||||
href: "#drinks",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Soft Drinks",
|
label: "Soft Drinks", href: "#drinks"},
|
||||||
href: "#drinks",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Coffee",
|
label: "Coffee", href: "#coffee"},
|
||||||
href: "#coffee",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "About",
|
title: "About", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Our Story",
|
label: "Our Story", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Testimonials",
|
label: "Testimonials", href: "#testimonials"},
|
||||||
href: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "FAQ",
|
label: "FAQ", href: "#faq"},
|
||||||
href: "#faq",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect",
|
title: "Connect", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Contact Us",
|
label: "Contact Us", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Reservations",
|
label: "Reservations", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user