Merge version_1_1781368664631 into main #1
@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
|
||||
export default function Layout() {
|
||||
const navItems = [
|
||||
{
|
||||
"name": "Home",
|
||||
"href": "#hero"
|
||||
"name": "Home", "href": "#hero"
|
||||
},
|
||||
{
|
||||
"name": "Menu",
|
||||
"href": "#menu"
|
||||
"name": "Menu", "href": "#menu"
|
||||
},
|
||||
{
|
||||
"name": "Testimonials",
|
||||
"href": "#testimonials"
|
||||
"name": "Testimonials", "href": "#testimonials"
|
||||
},
|
||||
{
|
||||
"name": "Contact",
|
||||
"href": "#contact"
|
||||
"name": "Contact", "href": "#contact"
|
||||
},
|
||||
{
|
||||
"name": "About",
|
||||
"href": "#about"
|
||||
"name": "About", "href": "#about"
|
||||
},
|
||||
{
|
||||
"name": "Desserts",
|
||||
"href": "#desserts"
|
||||
"name": "Desserts", "href": "#desserts"
|
||||
},
|
||||
{
|
||||
"name": "Metrics",
|
||||
"href": "#metrics"
|
||||
"name": "Metrics", "href": "#metrics"
|
||||
}
|
||||
];
|
||||
|
||||
@@ -43,10 +36,9 @@ export default function Layout() {
|
||||
<SectionErrorBoundary name="navbar">
|
||||
<NavbarFloatingLogo
|
||||
logo="Mio Mondo"
|
||||
logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=l91tng"
|
||||
ctaButton={{
|
||||
text: "Reserve Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Reserve Now", href: "#contact"}}
|
||||
navItems={navItems} />
|
||||
</SectionErrorBoundary>
|
||||
<main className="flex-grow">
|
||||
@@ -57,29 +49,19 @@ export default function Layout() {
|
||||
brand="Mio Mondo Sousse"
|
||||
columns={[
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
title: "Location", items: [
|
||||
{
|
||||
label: "Boulevard du 14 Janvier",
|
||||
href: "#",
|
||||
},
|
||||
label: "Boulevard du 14 Janvier", href: "#"},
|
||||
{
|
||||
label: "Khézema, Sousse, Tunisia",
|
||||
href: "#",
|
||||
},
|
||||
label: "Khézema, Sousse, Tunisia", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "+216 73 273 243",
|
||||
href: "tel:+21673273243",
|
||||
},
|
||||
label: "+216 73 273 243", href: "tel:+21673273243"},
|
||||
{
|
||||
label: "+216 50 727 071",
|
||||
href: "tel:+21650727071",
|
||||
},
|
||||
label: "+216 50 727 071", href: "tel:+21650727071"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -87,13 +69,9 @@ export default function Layout() {
|
||||
imageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=l91tng"
|
||||
links={[
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
|
||||
@@ -16,30 +16,16 @@ export default function HomePage() {
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroCenteredLogos
|
||||
avatarsSrc={[
|
||||
"http://img.b2bpic.net/free-photo/young-woman-eating-pasta-cafe_1303-25258.jpg",
|
||||
"http://img.b2bpic.net/free-photo/portrait-happy-woman-eatingout-having-breakfast-talking-friend-table-looking-aside-with-cheerful-smile-sitting-near-mobile-phone-terrace_197531-30313.jpg",
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-attractive-young-woman-isolated_273609-36146.jpg",
|
||||
"http://img.b2bpic.net/free-photo/happy-close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-18781.jpg",
|
||||
"http://img.b2bpic.net/free-photo/low-angle-friends-taking-photos_23-2148395442.jpg",
|
||||
]}
|
||||
"http://img.b2bpic.net/free-photo/young-woman-eating-pasta-cafe_1303-25258.jpg", "http://img.b2bpic.net/free-photo/portrait-happy-woman-eatingout-having-breakfast-talking-friend-table-looking-aside-with-cheerful-smile-sitting-near-mobile-phone-terrace_197531-30313.jpg", "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-young-woman-isolated_273609-36146.jpg", "http://img.b2bpic.net/free-photo/happy-close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-18781.jpg", "http://img.b2bpic.net/free-photo/low-angle-friends-taking-photos_23-2148395442.jpg"]}
|
||||
avatarText="Loved by 1,000+ local foodies"
|
||||
title="Experience Mio Mondo Sousse"
|
||||
description="Where tradition meets modern luxury. Your destination for breakfast, fine dining, and evening lounge comfort in Khézema."
|
||||
primaryButton={{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
}}
|
||||
text: "View Menu", href: "#menu"}}
|
||||
secondaryButton={{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Contact Us", href: "#contact"}}
|
||||
names={[
|
||||
"Sarah",
|
||||
"Ahmed",
|
||||
"Lina",
|
||||
"David",
|
||||
"Mariem",
|
||||
]}
|
||||
"Sarah", "Ahmed", "Lina", "David", "Mariem"]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/handsome-welldressed-arabian-man-with-glass-whiskey-cigar-posed-pub_627829-5846.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -50,9 +36,7 @@ export default function HomePage() {
|
||||
<AboutText
|
||||
title="A Legacy of Taste in Sousse"
|
||||
primaryButton={{
|
||||
text: "Reserve Table",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Reserve Table", href: "#contact"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
@@ -65,26 +49,11 @@ export default function HomePage() {
|
||||
description="From morning espresso to evening shisha lounge, we cater to every part of your day."
|
||||
steps={[
|
||||
{
|
||||
tag: "07:00 AM",
|
||||
title: "Breakfast Classics",
|
||||
subtitle: "Petit Déjeuner",
|
||||
description: "Express and Tunisian breakfast options served fresh daily.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-half-fried-egg-bacon-salad-toast-gray-ceramic-plate_23-2148067161.jpg",
|
||||
},
|
||||
tag: "07:00 AM", title: "Breakfast Classics", subtitle: "Petit Déjeuner", description: "Express and Tunisian breakfast options served fresh daily.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-half-fried-egg-bacon-salad-toast-gray-ceramic-plate_23-2148067161.jpg"},
|
||||
{
|
||||
tag: "Drinks",
|
||||
title: "Coffee & Refreshments",
|
||||
subtitle: "Specialty Beverages",
|
||||
description: "Hot espressos, iced lattes, and premium fresh fruit juices.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-pouring-milk-delicious-coffee-cup_23-2148865585.jpg",
|
||||
},
|
||||
tag: "Drinks", title: "Coffee & Refreshments", subtitle: "Specialty Beverages", description: "Hot espressos, iced lattes, and premium fresh fruit juices.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-pouring-milk-delicious-coffee-cup_23-2148865585.jpg"},
|
||||
{
|
||||
tag: "Mains",
|
||||
title: "Signature Savories",
|
||||
subtitle: "Lunch & Dinner",
|
||||
description: "Wood-fired pizzas, gourmet burgers, and authentic pasta.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-raw-italian-pasta-little-formed-inside-brown-plate-wooden-table-pasta-italian-food-meal_140725-26341.jpg",
|
||||
},
|
||||
tag: "Mains", title: "Signature Savories", subtitle: "Lunch & Dinner", description: "Wood-fired pizzas, gourmet burgers, and authentic pasta.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-raw-italian-pasta-little-formed-inside-brown-plate-wooden-table-pasta-italian-food-meal_140725-26341.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -98,47 +67,19 @@ export default function HomePage() {
|
||||
description="Indulge in our famous selection of sweets and artisanal gelato."
|
||||
items={[
|
||||
{
|
||||
title: "Artisanal Gelato",
|
||||
description: "Rotating Italian ice cream flavors.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-breakfast-wooden-desk_329181-1014.jpg",
|
||||
},
|
||||
title: "Artisanal Gelato", description: "Rotating Italian ice cream flavors.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/sweet-breakfast-wooden-desk_329181-1014.jpg"},
|
||||
{
|
||||
title: "Nutella Waffles",
|
||||
description: "Loaded with fresh strawberries and nuts.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pancakes-with-fruits-brown-desk_140725-13833.jpg",
|
||||
},
|
||||
title: "Nutella Waffles", description: "Loaded with fresh strawberries and nuts.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pancakes-with-fruits-brown-desk_140725-13833.jpg"},
|
||||
{
|
||||
title: "Fresh Pastries",
|
||||
description: "Daily mille-feuille, tarts, and cakes.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cake-sweet-snacks_181624-27093.jpg",
|
||||
},
|
||||
title: "Fresh Pastries", description: "Daily mille-feuille, tarts, and cakes.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cake-sweet-snacks_181624-27093.jpg"},
|
||||
{
|
||||
title: "Crepe Specialties",
|
||||
description: "White and milk chocolate delights.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-dessert-plate-with-tea-white-wooden-black-background_176474-3860.jpg",
|
||||
},
|
||||
title: "Crepe Specialties", description: "White and milk chocolate delights.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/side-view-dessert-plate-with-tea-white-wooden-black-background_176474-3860.jpg"},
|
||||
{
|
||||
title: "Cheesecakes",
|
||||
description: "Rich, velvet smooth textures.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-table-feast-flowers-multicolored-macaroons_501050-555.jpg",
|
||||
},
|
||||
title: "Cheesecakes", description: "Rich, velvet smooth textures.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/sweet-table-feast-flowers-multicolored-macaroons_501050-555.jpg"},
|
||||
{
|
||||
title: "Shisha Flavors",
|
||||
description: "Love 66, Mint, and more.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-night-out-together_23-2149173684.jpg",
|
||||
},
|
||||
title: "Shisha Flavors", description: "Love 66, Mint, and more.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-night-out-together_23-2149173684.jpg"},
|
||||
{
|
||||
title: "Hot Cocoa",
|
||||
description: "Thick, indulgent hot chocolate.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fresh-frappe-arrangement-black-cloth_23-2148623250.jpg",
|
||||
},
|
||||
title: "Hot Cocoa", description: "Thick, indulgent hot chocolate.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fresh-frappe-arrangement-black-cloth_23-2148623250.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -152,20 +93,11 @@ export default function HomePage() {
|
||||
description="Nearly 1,000 happy guests can't be wrong."
|
||||
metrics={[
|
||||
{
|
||||
icon: Star,
|
||||
title: "Community Rating",
|
||||
value: "4.1",
|
||||
},
|
||||
icon: "Star", title: "Community Rating", value: "4.1"},
|
||||
{
|
||||
icon: Clock,
|
||||
title: "Hours Open",
|
||||
value: "18h+",
|
||||
},
|
||||
icon: "Clock", title: "Hours Open", value: "18h+"},
|
||||
{
|
||||
icon: Coffee,
|
||||
title: "Daily Guests",
|
||||
value: "500+",
|
||||
},
|
||||
icon: "Coffee", title: "Daily Guests", value: "500+"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -176,42 +108,23 @@ export default function HomePage() {
|
||||
<TestimonialMarqueeOverlayCards
|
||||
tag="Reviews"
|
||||
title="What Our Guests Say"
|
||||
description="Real feedback from our cherished visitors."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
role: "Foodie",
|
||||
company: "Sousse Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-happy-woman-clanging-glasses-wine-table-cafe_23-2148016787.jpg",
|
||||
},
|
||||
name: "Sarah J.", role: "Foodie", company: "Sousse Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-happy-woman-clanging-glasses-wine-table-cafe_23-2148016787.jpg"},
|
||||
{
|
||||
name: "Ahmed K.",
|
||||
role: "Regular",
|
||||
company: "Khezema Resident",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-feeding-woman-with-cookies_23-2147978547.jpg",
|
||||
},
|
||||
name: "Ahmed K.", role: "Regular", company: "Khezema Resident", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-feeding-woman-with-cookies_23-2147978547.jpg"},
|
||||
{
|
||||
name: "Lina M.",
|
||||
role: "Visitor",
|
||||
company: "Tourist",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-enjoying-coffee_23-2148756313.jpg",
|
||||
},
|
||||
name: "Lina M.", role: "Visitor", company: "Tourist", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-enjoying-coffee_23-2148756313.jpg"},
|
||||
{
|
||||
name: "David R.",
|
||||
role: "Diner",
|
||||
company: "Frequent Guest",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517417.jpg",
|
||||
},
|
||||
name: "David R.", role: "Diner", company: "Frequent Guest", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517417.jpg"},
|
||||
{
|
||||
name: "Mariem Z.",
|
||||
role: "Lounge Lover",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-hanging-out-together_23-2149144019.jpg",
|
||||
},
|
||||
name: "Mariem Z.", role: "Lounge Lover", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-hanging-out-together_23-2149144019.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -222,19 +135,14 @@ export default function HomePage() {
|
||||
<FaqSimple
|
||||
tag="Support"
|
||||
title="General Inquiries"
|
||||
description="Find answers to frequently asked questions about our services."
|
||||
items={[
|
||||
{
|
||||
question: "What are your operating hours?",
|
||||
answer: "We are open daily from 07:00 AM to 01:00 AM.",
|
||||
},
|
||||
question: "What are your operating hours?", answer: "We are open daily from 07:00 AM to 01:00 AM."},
|
||||
{
|
||||
question: "Do you offer late-night service?",
|
||||
answer: "Yes, we extend hours during peak season and Ramadan.",
|
||||
},
|
||||
question: "Do you offer late-night service?", answer: "Yes, we extend hours during peak season and Ramadan."},
|
||||
{
|
||||
question: "Where are you located?",
|
||||
answer: "Boulevard du 14 Janvier, Route Touristique, Khézema, Sousse.",
|
||||
},
|
||||
question: "Where are you located?", answer: "Boulevard du 14 Janvier, Route Touristique, Khézema, Sousse."},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -246,13 +154,9 @@ export default function HomePage() {
|
||||
tag="Book Now"
|
||||
text="Reserve your table today: +216 73 273 243"
|
||||
primaryButton={{
|
||||
text: "Call Now",
|
||||
href: "tel:+21673273243",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+21673273243"}}
|
||||
secondaryButton={{
|
||||
text: "WhatsApp",
|
||||
href: "https://wa.me/21650727071",
|
||||
}}
|
||||
text: "WhatsApp", href: "https://wa.me/21650727071"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user