Merge version_1 into main #2
277
src/app/page.tsx
277
src/app/page.tsx
@@ -30,89 +30,39 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Our Story", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Zelidge"
|
||||
button={{ text: "Book Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="A Taste of Heritage in Every Bite"
|
||||
description="Experience the timeless flavors of North Africa, crafted with traditional techniques and the warmth of Moroccan hospitality. Discover our signature tagines and vibrant culinary artistry."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Reserve a Table", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cheese-khachapuri-with-sauce-table_140725-2035.jpg"
|
||||
imageAlt="Traditional Moroccan cuisine"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-hands-holding-bowl-food_23-2149636057.jpg",
|
||||
alt: "Guest 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-restaurant_23-2150491833.jpg",
|
||||
alt: "Guest 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-vinaigrette-beet-potato-salad-round-plate-purple-shawl-notepad-pencil-female-hand-light-table_140725-136652.jpg",
|
||||
alt: "Guest 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-scent-roses-flower-waiting-date_496169-221.jpg",
|
||||
alt: "Guest 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/group-friends-planning-trip-cafe_23-2148952366.jpg",
|
||||
alt: "Guest 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/top-view-hands-holding-bowl-food_23-2149636057.jpg", alt: "Guest 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-woman-restaurant_23-2150491833.jpg", alt: "Guest 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/top-view-vinaigrette-beet-potato-salad-round-plate-purple-shawl-notepad-pencil-female-hand-light-table_140725-136652.jpg", alt: "Guest 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-scent-roses-flower-waiting-date_496169-221.jpg", alt: "Guest 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/group-friends-planning-trip-cafe_23-2148952366.jpg", alt: "Guest 5" },
|
||||
]}
|
||||
avatarText="Join 500+ happy diners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Spices",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Traditional Tagines",
|
||||
icon: Flame,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Handcrafted Decor",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Moroccan Hospitality",
|
||||
icon: Heart,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Freshly Brewed Tea",
|
||||
},
|
||||
{ type: "text", text: "Authentic Spices" },
|
||||
{ type: "text-icon", text: "Traditional Tagines", icon: Flame },
|
||||
{ type: "text", text: "Handcrafted Decor" },
|
||||
{ type: "text-icon", text: "Moroccan Hospitality", icon: Heart },
|
||||
{ type: "text", text: "Freshly Brewed Tea" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -122,7 +72,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="The Art of Zelidge"
|
||||
description="Our restaurant is inspired by the meticulous beauty of Zelidge tilework, where every piece fits to create a larger, beautiful story. We apply this same philosophy to our ingredients—sourcing locally and blending authentic spices to create harmony on your plate."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/embedded-pigeon-figure-with-patterns_114579-12160.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/embedded-pigeon-figure-with-patterns_114579-12160.jpg"
|
||||
imageAlt="Moroccan tile craftsmanship"
|
||||
/>
|
||||
</div>
|
||||
@@ -131,62 +81,15 @@ export default function LandingPage() {
|
||||
<ProductCardTwo
|
||||
textboxLayout="split-description"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Chef Signature",
|
||||
name: "Lamb Tagine",
|
||||
price: "$28",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-slices-with-bell-pepper-spices_140725-2097.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Traditional",
|
||||
name: "Chicken Pastilla",
|
||||
price: "$24",
|
||||
rating: 5,
|
||||
reviewCount: "98",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89988.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Beverage",
|
||||
name: "Mint Tea Ceremony",
|
||||
price: "$8",
|
||||
rating: 5,
|
||||
reviewCount: "250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tea-ceremony-glass-transparent-teapot-exotic-ceramic-mugs_613910-8114.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Shared",
|
||||
name: "Mezze Platter",
|
||||
price: "$22",
|
||||
rating: 4,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/variety-delicious-mexican-dishes-arranged-concrete-background_23-2148042503.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Classic",
|
||||
name: "Vegetable Couscous",
|
||||
price: "$19",
|
||||
rating: 5,
|
||||
reviewCount: "110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/potato-fried-pottery-glass-water_140725-5407.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Sweet",
|
||||
name: "Honey Pastries",
|
||||
price: "$12",
|
||||
rating: 5,
|
||||
reviewCount: "75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yellow-traditional-turkish-delight-with-peanuts-decorative-dry-leaves_114579-58933.jpg",
|
||||
},
|
||||
{ id: "1", brand: "Chef Signature", name: "Lamb Tagine", price: "$28", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-slices-with-bell-pepper-spices_140725-2097.jpg" },
|
||||
{ id: "2", brand: "Traditional", name: "Chicken Pastilla", price: "$24", rating: 5, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89988.jpg" },
|
||||
{ id: "3", brand: "Beverage", name: "Mint Tea Ceremony", price: "$8", rating: 5, reviewCount: "250", imageSrc: "http://img.b2bpic.net/free-photo/tea-ceremony-glass-transparent-teapot-exotic-ceramic-mugs_613910-8114.jpg" },
|
||||
{ id: "4", brand: "Shared", name: "Mezze Platter", price: "$22", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/variety-delicious-mexican-dishes-arranged-concrete-background_23-2148042503.jpg" },
|
||||
{ id: "5", brand: "Classic", name: "Vegetable Couscous", price: "$19", rating: 5, reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/potato-fried-pottery-glass-water_140725-5407.jpg" },
|
||||
{ id: "6", brand: "Sweet", name: "Honey Pastries", price: "$12", rating: 5, reviewCount: "75", imageSrc: "http://img.b2bpic.net/free-photo/yellow-traditional-turkish-delight-with-peanuts-decorative-dry-leaves_114579-58933.jpg" },
|
||||
]}
|
||||
title="Our Signature Dishes"
|
||||
description="Handcrafted recipes passed down through generations, reimagined for today's table."
|
||||
@@ -198,49 +101,14 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
handle: "@sarahm",
|
||||
testimonial: "The lamb tagine was absolutely exquisite. Reminded me of my travels to Marrakech.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-holding-bowl-food_23-2149636057.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Chen",
|
||||
handle: "@dchen",
|
||||
testimonial: "Incredible ambiance. The mint tea ceremony is a must-experience.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-restaurant_23-2150491833.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Rodriguez",
|
||||
handle: "@elenar",
|
||||
testimonial: "Finally, authentic North African food that hits all the right notes. Simply perfect.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vinaigrette-beet-potato-salad-round-plate-purple-shawl-notepad-pencil-female-hand-light-table_140725-136652.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "James Wilson",
|
||||
handle: "@jwilson",
|
||||
testimonial: "Great service and even better food. The mezze platter is so flavorful.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-scent-roses-flower-waiting-date_496169-221.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Amina Said",
|
||||
handle: "@aminas",
|
||||
testimonial: "Best Moroccan spot in the city. The honey pastries were the perfect finish.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-planning-trip-cafe_23-2148952366.jpg",
|
||||
},
|
||||
]}
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah Miller", handle: "@sarahm", testimonial: "The lamb tagine was absolutely exquisite. Reminded me of my travels to Marrakech.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-holding-bowl-food_23-2149636057.jpg" },
|
||||
{ id: "2", name: "David Chen", handle: "@dchen", testimonial: "Incredible ambiance. The mint tea ceremony is a must-experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-restaurant_23-2150491833.jpg" },
|
||||
{ id: "3", name: "Elena Rodriguez", handle: "@elenar", testimonial: "Finally, authentic North African food that hits all the right notes. Simply perfect.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-vinaigrette-beet-potato-salad-round-plate-purple-shawl-notepad-pencil-female-hand-light-table_140725-136652.jpg" },
|
||||
{ id: "4", name: "James Wilson", handle: "@jwilson", testimonial: "Great service and even better food. The mezze platter is so flavorful.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-scent-roses-flower-waiting-date_496169-221.jpg" },
|
||||
{ id: "5", name: "Amina Said", handle: "@aminas", testimonial: "Best Moroccan spot in the city. The honey pastries were the perfect finish.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/group-friends-planning-trip-cafe_23-2148952366.jpg" },
|
||||
]}
|
||||
title="Voices from Our Table"
|
||||
description="What our guests are saying about their dining experience."
|
||||
/>
|
||||
@@ -251,44 +119,25 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer vegetarian options?",
|
||||
content: "Yes, we offer a wide variety of vegetarian tagines and couscous dishes.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do I need a reservation?",
|
||||
content: "Reservations are recommended, especially on weekends and evenings.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are you open on public holidays?",
|
||||
content: "We are typically open during holidays. Please check our Instagram for updates.",
|
||||
},
|
||||
{ id: "1", title: "Do you offer vegetarian options?", content: "Yes, we offer a wide variety of vegetarian tagines and couscous dishes." },
|
||||
{ id: "2", title: "Do I need a reservation?", content: "Reservations are recommended, especially on weekends and evenings." },
|
||||
{ id: "3", title: "Are you open on public holidays?", content: "We are typically open during holidays. Please check our Instagram for updates." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about your dining visit."
|
||||
faqsAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/embedded-pigeon-figure-with-patterns_114579-12160.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/embedded-pigeon-figure-with-patterns_114579-12160.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Visit Us"
|
||||
title="Reserve Your Table Today"
|
||||
description="Join us for an authentic journey through North African flavors. Book now to secure your spot."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "mailto:hello@zelidge.com",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Us", href: "mailto:hello@zelidge.com" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -296,53 +145,9 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Zelidge"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Story",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Reserve",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Quick Links", items: [{ label: "Menu", href: "#menu" }, { label: "Story", href: "#about" }, { label: "Reserve", href: "#contact" }] },
|
||||
{ title: "Social", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }, { label: "Twitter", href: "#" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user