Merge version_1 into main #1
222
src/app/page.tsx
222
src/app/page.tsx
@@ -32,30 +32,18 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Menu", id: "#products"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Order Online",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Order Online", href: "#contact"}}
|
||||
brandName="Al-Aroussi Coffee"
|
||||
/>
|
||||
</div>
|
||||
@@ -66,35 +54,21 @@ export default function LandingPage() {
|
||||
description="Step into Al-Aroussi Coffee and immerse yourself in an ambiance inspired by the vibrant souks and serene riads of Marrakech. Savor traditional Moroccan mint tea, rich coffees, and delectable pastries."
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Menu",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Our Menu", href: "#products"},
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Visit Us", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-smiling-woman-with-broad-smile-has-delighted-expression-rests-against-cafe-interior-alone-being-good-mood-has-break-after-hard-working-day-positive-emotions-concept_273609-2387.jpg",
|
||||
alt: "Happy customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-smiling-woman-with-broad-smile-has-delighted-expression-rests-against-cafe-interior-alone-being-good-mood-has-break-after-hard-working-day-positive-emotions-concept_273609-2387.jpg", alt: "Happy customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/hand-drawn-coffee-pattern-with-croissants_23-2147599922.jpg",
|
||||
alt: "Happy customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-vector/hand-drawn-coffee-pattern-with-croissants_23-2147599922.jpg", alt: "Happy customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-black-man-standing-wall_181624-23159.jpg",
|
||||
alt: "Happy customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-black-man-standing-wall_181624-23159.jpg", alt: "Happy customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-elderly-woman-old-street_1398-3829.jpg",
|
||||
alt: "Happy customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/positive-elderly-woman-old-street_1398-3829.jpg", alt: "Happy customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/easy-wireless-yechnology-payment_23-2149105186.jpg",
|
||||
alt: "Happy customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/easy-wireless-yechnology-payment_23-2149105186.jpg", alt: "Happy customer 5"},
|
||||
]}
|
||||
avatarText="Over 1000 happy customers"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ramadan-concept_23-2147791812.jpg"
|
||||
@@ -111,15 +85,10 @@ export default function LandingPage() {
|
||||
title="Crafting Authentic Moroccan Experiences Since 2010"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
{
|
||||
text: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Our Story", href: "#about"},
|
||||
]}
|
||||
description="Al-Aroussi Coffee began with a passion for bringing the rich, aromatic traditions of Moroccan coffee culture to your neighborhood. We source the finest local ingredients and blend them with generations-old recipes, ensuring every visit is a journey to the heart of Morocco, a true taste of home."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -131,19 +100,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: LeafyGreen,
|
||||
title: "Traditional Mint Tea",
|
||||
description: "Hand-picked green tea, fresh mint, and a touch of sweetness, prepared with authentic Moroccan ceremony.",
|
||||
},
|
||||
title: "Traditional Mint Tea", description: "Hand-picked green tea, fresh mint, and a touch of sweetness, prepared with authentic Moroccan ceremony."},
|
||||
{
|
||||
icon: Coffee,
|
||||
title: "Spiced Moroccan Coffee",
|
||||
description: "An aromatic blend of dark roasted beans with fragrant cardamom, cinnamon, and a hint of ginger.",
|
||||
},
|
||||
title: "Spiced Moroccan Coffee", description: "An aromatic blend of dark roasted beans with fragrant cardamom, cinnamon, and a hint of ginger."},
|
||||
{
|
||||
icon: Croissant,
|
||||
title: "Authentic Moroccan Pastries",
|
||||
description: "Delight in our freshly baked Fekkas, Chebakia, and Ghriba, crafted using traditional recipes.",
|
||||
},
|
||||
title: "Authentic Moroccan Pastries", description: "Delight in our freshly baked Fekkas, Chebakia, and Ghriba, crafted using traditional recipes."},
|
||||
]}
|
||||
title="Savor the Flavors of Moroccan Hospitality"
|
||||
description="From invigorating spiced coffees to delicate almond pastries, our menu is a celebration of Moroccan culinary artistry. Discover your new favorite tradition."
|
||||
@@ -159,47 +122,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Moroccan Espresso",
|
||||
price: "$4.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-iced-coffee-beans-table_23-2149600675.jpg",
|
||||
imageAlt: "A cup of rich Moroccan espresso",
|
||||
id: "p1", name: "Moroccan Espresso", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-iced-coffee-beans-table_23-2149600675.jpg", alt: "A cup of rich Moroccan espresso"
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Almond Briouats",
|
||||
price: "$6.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shekerbura-set-table_140725-4073.jpg",
|
||||
imageAlt: "Traditional Moroccan almond briouats",
|
||||
id: "p2", name: "Almond Briouats", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/shekerbura-set-table_140725-4073.jpg", alt: "Traditional Moroccan almond briouats"
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Date & Walnut Fekkas",
|
||||
price: "$5.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/walnut-chocolate-cookies-with-walnuts-around-top-view_114579-9724.jpg",
|
||||
imageAlt: "Crispy Moroccan date and walnut fekkas",
|
||||
id: "p3", name: "Date & Walnut Fekkas", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/walnut-chocolate-cookies-with-walnuts-around-top-view_114579-9724.jpg", alt: "Crispy Moroccan date and walnut fekkas"
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Harira Soup (Seasonal)",
|
||||
price: "$8.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spicy-oyster-soup-with-side-sliced-lemon_140725-4205.jpg",
|
||||
imageAlt: "A warm bowl of Harira soup",
|
||||
id: "p4", name: "Harira Soup (Seasonal)", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/spicy-oyster-soup-with-side-sliced-lemon_140725-4205.jpg", alt: "A warm bowl of Harira soup"
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Saffron Latte",
|
||||
price: "$6.25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-coffee-weekend_53876-20772.jpg",
|
||||
imageAlt: "A Saffron latte with latte art",
|
||||
id: "p5", name: "Saffron Latte", price: "$6.25", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-coffee-weekend_53876-20772.jpg", alt: "A Saffron latte with latte art"
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Argan Oil Cookies",
|
||||
price: "$5.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-pastries-with-kernels-wooden-board-with-various-nuts_114579-23664.jpg",
|
||||
imageAlt: "Delicate Argan oil cookies",
|
||||
},
|
||||
id: "p6", name: "Argan Oil Cookies", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/sweet-pastries-with-kernels-wooden-board-with-various-nuts_114579-23664.jpg", alt: "Delicate Argan oil cookies"
|
||||
}
|
||||
]}
|
||||
title="Indulge in Our Signature Moroccan Delights"
|
||||
description="Explore a curated selection of our finest coffees, teas, and pastries, perfect for a moment of bliss or sharing with loved ones."
|
||||
@@ -214,45 +153,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Fatima Z.",
|
||||
role: "Regular Guest",
|
||||
testimonial: "Absolutely enchanting! The mint tea transported me straight to Marrakech. A true gem in the city for authentic Moroccan flavors.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-drinking-hot-beverage_23-2147770081.jpg",
|
||||
imageAlt: "Portrait of Fatima Z.",
|
||||
id: "t1", name: "Fatima Z.", role: "Regular Guest", testimonial: "Absolutely enchanting! The mint tea transported me straight to Marrakech. A true gem in the city for authentic Moroccan flavors.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-drinking-hot-beverage_23-2147770081.jpg", imageAlt: "Portrait of Fatima Z."
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Omar K.",
|
||||
role: "Coffee Enthusiast",
|
||||
testimonial: "The spiced coffee is incredible, unlike anything I've tasted before. And the pastries are truly divine! A must-visit for any coffee lover.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-wearing-casual-blue-shirt-success-sign-doing-positive-gesture-with-hand-thumbs-up-smiling-happy-cheerful-expression-winner-gesture_839833-2022.jpg",
|
||||
imageAlt: "Portrait of Omar K.",
|
||||
id: "t2", name: "Omar K.", role: "Coffee Enthusiast", testimonial: "The spiced coffee is incredible, unlike anything I've tasted before. And the pastries are truly divine! A must-visit for any coffee lover.", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-wearing-casual-blue-shirt-success-sign-doing-positive-gesture-with-hand-thumbs-up-smiling-happy-cheerful-expression-winner-gesture_839833-2022.jpg", imageAlt: "Portrait of Omar K."
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Aisha M.",
|
||||
role: "Local Resident",
|
||||
testimonial: "Perfect spot for a peaceful afternoon. The ambiance is so authentic and welcoming, it feels like a little escape. I love coming here to relax.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-smiling_23-2148454539.jpg",
|
||||
imageAlt: "Portrait of Aisha M.",
|
||||
id: "t3", name: "Aisha M.", role: "Local Resident", testimonial: "Perfect spot for a peaceful afternoon. The ambiance is so authentic and welcoming, it feels like a little escape. I love coming here to relax.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-smiling_23-2148454539.jpg", imageAlt: "Portrait of Aisha M."
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Youssef L.",
|
||||
role: "Visitor",
|
||||
testimonial: "I frequent here for the pastries and coffee. The staff is always so friendly and the service is exceptional. It’s a wonderful experience every time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-portrait-young-businessman-freelancer-sitting-cafe-drinking-coffee-using-laptop_1258-245319.jpg",
|
||||
imageAlt: "Portrait of Youssef L.",
|
||||
id: "t4", name: "Youssef L.", role: "Visitor", testimonial: "I frequent here for the pastries and coffee. The staff is always so friendly and the service is exceptional. It’s a wonderful experience every time.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-portrait-young-businessman-freelancer-sitting-cafe-drinking-coffee-using-laptop_1258-245319.jpg", imageAlt: "Portrait of Youssef L."
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sarah H.",
|
||||
role: "Food Blogger",
|
||||
testimonial: "A delightful escape! Every detail, from the decor to the music, creates a truly immersive Moroccan experience. Highly recommended!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laugh-is-way-happiness_329181-2893.jpg",
|
||||
imageAlt: "Portrait of Sarah H.",
|
||||
},
|
||||
id: "t5", name: "Sarah H.", role: "Food Blogger", testimonial: "A delightful escape! Every detail, from the decor to the music, creates a truly immersive Moroccan experience. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/laugh-is-way-happiness_329181-2893.jpg", imageAlt: "Portrait of Sarah H."
|
||||
}
|
||||
]}
|
||||
title="Cherished Moments from Our Valued Customers"
|
||||
description="Hear what makes Al-Aroussi Coffee a beloved destination for authentic Moroccan tastes and a warm, inviting atmosphere."
|
||||
@@ -265,30 +179,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "Do you offer vegan options?",
|
||||
content: "Yes, we have a delicious selection of vegan pastries and provide plant-based milk alternatives (almond, soy, oat) for all our coffee and tea beverages.",
|
||||
id: "faq1", title: "Do you offer vegan options?", content: "Yes, we have a delicious selection of vegan pastries and provide plant-based milk alternatives (almond, soy, oat) for all our coffee and tea beverages."
|
||||
},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Can I reserve a table for a group? (6+ people)",
|
||||
content: "For groups of 6 or more, we highly recommend making a reservation to ensure we can accommodate you comfortably. Please contact us directly by phone or email.",
|
||||
id: "faq2", title: "Can I reserve a table for a group? (6+ people)", content: "For groups of 6 or more, we highly recommend making a reservation to ensure we can accommodate you comfortably. Please contact us directly by phone or email."
|
||||
},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "What are your opening hours?",
|
||||
content: "We are open Monday to Saturday, from 8 AM to 8 PM, and Sunday from 9 AM to 6 PM. We look forward to welcoming you!",
|
||||
id: "faq3", title: "What are your opening hours?", content: "We are open Monday to Saturday, from 8 AM to 8 PM, and Sunday from 9 AM to 6 PM. We look forward to welcoming you!"
|
||||
},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "Do you offer catering services?",
|
||||
content: "Yes, we offer catering for events of all sizes. Please visit our website's contact section or call us for more details and a custom quote.",
|
||||
id: "faq4", title: "Do you offer catering services?", content: "Yes, we offer catering for events of all sizes. Please visit our website's contact section or call us for more details and a custom quote."
|
||||
},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "Is your coffee ethically sourced?",
|
||||
content: "Absolutely. We are committed to ethical sourcing, partnering with suppliers who ensure fair trade practices and sustainable farming methods for all our coffee beans.",
|
||||
},
|
||||
id: "faq5", title: "Is your coffee ethically sourced?", content: "Absolutely. We are committed to ethical sourcing, partnering with suppliers who ensure fair trade practices and sustainable farming methods for all our coffee beans."
|
||||
}
|
||||
]}
|
||||
sideTitle="Your Questions, Our Answers"
|
||||
sideDescription="Find quick answers to the most common questions about Al-Aroussi Coffee, our menu, and services. We're here to help make your visit enjoyable."
|
||||
@@ -300,7 +204,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
variant: "radial-gradient"
|
||||
}}
|
||||
tag="Connect With Us"
|
||||
title="Visit Our Coffee Shop or Get in Touch"
|
||||
@@ -315,56 +219,44 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
label: "Home", href: "#home"
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#products",
|
||||
label: "Menu", href: "#products"
|
||||
},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
label: "About Us", href: "#about"
|
||||
},
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
],
|
||||
label: "Our Story", href: "#about"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
label: "Contact", href: "#contact"
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
label: "Careers", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Events",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
label: "Events", href: "#"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
label: "Privacy Policy", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
label: "Terms of Service", href: "#"
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="Al-Aroussi Coffee"
|
||||
copyrightText="© 2024 Al-Aroussi Coffee. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user