Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
212
src/app/page.tsx
212
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
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: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Dar Tresor Fes"
|
||||
/>
|
||||
@@ -59,19 +49,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
logoText="Dar Tresor Fes"
|
||||
description="Experience the heartbeat of Moroccan hospitality. Authentic cuisine, warm nights, and memories crafted in the old city."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve a Table", href: "#contact"},
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Our Menu", href: "#menu"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-puts-lemon-slice-into-tea-crystal-armudu-glass_141793-2214.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -99,41 +84,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Lamb Tagine",
|
||||
price: "150 MAD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-pilaf-pilaf-black-peppers-lemon-pepper-garlic-tomatoes-with-pedicels_140725-73931.jpg",
|
||||
},
|
||||
id: "p1", name: "Lamb Tagine", price: "150 MAD", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-pilaf-pilaf-black-peppers-lemon-pepper-garlic-tomatoes-with-pedicels_140725-73931.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Vegetable Couscous",
|
||||
price: "120 MAD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dish-with-bulgur-with-tomato-sauce_140725-6012.jpg",
|
||||
},
|
||||
id: "p2", name: "Vegetable Couscous", price: "120 MAD", imageSrc: "http://img.b2bpic.net/free-photo/dish-with-bulgur-with-tomato-sauce_140725-6012.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Chicken Pastilla",
|
||||
price: "140 MAD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/turkish-baklava-with-nuts-sprinkled-with-sorbet_140725-9932.jpg",
|
||||
},
|
||||
id: "p3", name: "Chicken Pastilla", price: "140 MAD", imageSrc: "http://img.b2bpic.net/free-photo/turkish-baklava-with-nuts-sprinkled-with-sorbet_140725-9932.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Mint Tea",
|
||||
price: "30 MAD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tea-black-tea-with-teapot-turkish-delight-tray_140725-11017.jpg",
|
||||
},
|
||||
id: "p4", name: "Mint Tea", price: "30 MAD", imageSrc: "http://img.b2bpic.net/free-photo/tea-black-tea-with-teapot-turkish-delight-tray_140725-11017.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Harira Soup",
|
||||
price: "50 MAD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowl-cream-soup-beside-seeds_23-2148332257.jpg",
|
||||
},
|
||||
id: "p5", name: "Harira Soup", price: "50 MAD", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowl-cream-soup-beside-seeds_23-2148332257.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Briouat Pastry",
|
||||
price: "60 MAD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-sweet-bagels-with-sour-plums-light-white-desk_140725-63681.jpg",
|
||||
},
|
||||
id: "p6", name: "Briouat Pastry", price: "60 MAD", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-sweet-bagels-with-sour-plums-light-white-desk_140725-63681.jpg"},
|
||||
]}
|
||||
title="Our Signature Dishes"
|
||||
description="Savor the rich spices and traditional flavors of authentic Moroccan cuisine."
|
||||
@@ -142,63 +103,33 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Traveler",
|
||||
company: "France",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-male-barber-wearing-uniform-showing-heart-gesture-isolated-yellow-wall_141793-105733.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Traveler", company: "France", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-male-barber-wearing-uniform-showing-heart-gesture-isolated-yellow-wall_141793-105733.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael K.",
|
||||
role: "Tourist",
|
||||
company: "Germany",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-doing-thumbs-up-sign_23-2148631398.jpg",
|
||||
},
|
||||
id: "2", name: "Michael K.", role: "Tourist", company: "Germany", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-doing-thumbs-up-sign_23-2148631398.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena R.",
|
||||
role: "Guest",
|
||||
company: "Spain",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-gardening-clothes_23-2148396849.jpg",
|
||||
},
|
||||
id: "3", name: "Elena R.", role: "Guest", company: "Spain", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-gardening-clothes_23-2148396849.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David L.",
|
||||
role: "Foodie",
|
||||
company: "USA",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-friends-taking-selfie_23-2149333811.jpg",
|
||||
},
|
||||
id: "4", name: "David L.", role: "Foodie", company: "USA", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-friends-taking-selfie_23-2149333811.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Amira M.",
|
||||
role: "Local",
|
||||
company: "Morocco",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149215775.jpg",
|
||||
},
|
||||
id: "5", name: "Amira M.", role: "Local", company: "Morocco", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149215775.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.8",
|
||||
label: "Google Rating",
|
||||
},
|
||||
value: "4.8", label: "Google Rating"},
|
||||
{
|
||||
value: "515+",
|
||||
label: "Happy Guests",
|
||||
},
|
||||
value: "515+", label: "Happy Guests"},
|
||||
{
|
||||
value: "10+ Yrs",
|
||||
label: "Serving Tradition",
|
||||
},
|
||||
value: "10+ Yrs", label: "Serving Tradition"},
|
||||
]}
|
||||
title="Guest Stories"
|
||||
description="Hear what our wonderful guests have to say about their experience with us."
|
||||
@@ -212,38 +143,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Fresh Spices",
|
||||
author: "Hand-picked",
|
||||
description: "Authentic flavors from the local Fes markets daily.",
|
||||
tags: [
|
||||
"Fresh",
|
||||
"Local",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cherry-tomato-spoon-red-hearts-italian-pasta-dark-table_140725-137600.jpg",
|
||||
},
|
||||
id: "f1", title: "Fresh Spices", author: "Hand-picked", description: "Authentic flavors from the local Fes markets daily.", tags: [
|
||||
"Fresh", "Local"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cherry-tomato-spoon-red-hearts-italian-pasta-dark-table_140725-137600.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Warm Tea Service",
|
||||
author: "Heritage",
|
||||
description: "A traditional tea ceremony served with true hospitality.",
|
||||
tags: [
|
||||
"Heritage",
|
||||
"Tea",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muslim-woman-pouring-tea_23-2147796718.jpg",
|
||||
},
|
||||
id: "f2", title: "Warm Tea Service", author: "Heritage", description: "A traditional tea ceremony served with true hospitality.", tags: [
|
||||
"Heritage", "Tea"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muslim-woman-pouring-tea_23-2147796718.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Artisan Decor",
|
||||
author: "Designed",
|
||||
description: "Immerse yourself in beautiful handwoven and tiled surroundings.",
|
||||
tags: [
|
||||
"Design",
|
||||
"Artisan",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/morocco-tiles-background_1339-3371.jpg",
|
||||
},
|
||||
id: "f3", title: "Artisan Decor", author: "Designed", description: "Immerse yourself in beautiful handwoven and tiled surroundings.", tags: [
|
||||
"Design", "Artisan"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/morocco-tiles-background_1339-3371.jpg"},
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="Discover what makes dining at Dar Tresor Fes so special."
|
||||
@@ -256,20 +166,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do I need a reservation?",
|
||||
content: "Yes, we highly recommend booking in advance, especially during the evenings.",
|
||||
},
|
||||
id: "q1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance, especially during the evenings."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are you vegetarian-friendly?",
|
||||
content: "Absolutely! We have a variety of delicious vegetarian and vegan options.",
|
||||
},
|
||||
id: "q2", title: "Are you vegetarian-friendly?", content: "Absolutely! We have a variety of delicious vegetarian and vegan options."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Where are you located?",
|
||||
content: "We are centrally located in the heart of the Medina.",
|
||||
},
|
||||
id: "q3", title: "Where are you located?", content: "We are centrally located in the heart of the Medina."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about your dining visit."
|
||||
@@ -281,16 +182,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Contact"
|
||||
title="Reserve Your Table"
|
||||
description="We look forward to welcoming you to our table. Reach out to secure your spot today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "mailto:hello@dartresorfes.com",
|
||||
},
|
||||
text: "Contact Us", href: "mailto:hello@dartresorfes.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -300,33 +198,21 @@ export default function LandingPage() {
|
||||
logoText="Dar Tresor Fes"
|
||||
columns={[
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
title: "Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Info",
|
||||
items: [
|
||||
title: "Info", items: [
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Reservations", href: "#contact"},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user