Merge version_1 into main #2
246
src/app/page.tsx
246
src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Chef Eyad"
|
||||
/>
|
||||
@@ -53,18 +41,11 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Where Smoke Meets Perfection"
|
||||
description="Premium smoked meats, unforgettable flavors, and a dining experience like no other."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Your Table",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-from-side-yummy-snack-plate-lying-table_651396-1435.jpg?_wi=1"
|
||||
buttons={[{ text: "Reserve Your Table", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-from-side-yummy-snack-plate-lying-table_651396-1435.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -75,20 +56,12 @@ export default function LandingPage() {
|
||||
title="The Art of Smoke"
|
||||
description="Chef Eyad combines traditional smoking techniques with contemporary culinary precision to deliver unmatched flavor profiles in Sharjah."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Premium Ingredients",
|
||||
description: "Sourcing only the finest cuts for every dish.",
|
||||
},
|
||||
{
|
||||
title: "Signature Smoking",
|
||||
description: "Authentic wood-fire process for depth and character.",
|
||||
},
|
||||
{
|
||||
title: "Refined Ambiance",
|
||||
description: "An intimate space for special moments.",
|
||||
},
|
||||
{ title: "Premium Ingredients", description: "Sourcing only the finest cuts for every dish." },
|
||||
{ title: "Signature Smoking", description: "Authentic wood-fire process for depth and character." },
|
||||
{ title: "Refined Ambiance", description: "An intimate space for special moments." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-serious-chef-posing_23-2148723257.jpg?_wi=1"
|
||||
mediaAnimation="none"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-serious-chef-posing_23-2148723257.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -99,42 +72,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Prime Ribeye",
|
||||
price: "AED 240",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-presentation_23-2151914042.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Signature Beef Ribs",
|
||||
price: "AED 180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-grilled-spare-ribs-with-barbecue-sauce-crumpled-paper-top-view-ai-generative_123827-23834.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Oak-Smoked Brisket",
|
||||
price: "AED 165",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-slice-cake-blue-platter-piece-fabric_114579-44847.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Grilled Lamb Chops",
|
||||
price: "AED 195",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-ribs-sauce-with-baked-potatoes-broccoli_140725-2152.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Smoked Turkey Breast",
|
||||
price: "AED 140",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-roast-beef-dinner-with-vegetables-wine_23-2151966869.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Artisan Grilled Sausages",
|
||||
price: "AED 95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baked-homemade-sausage-white-plate-thanksgiving-day_2829-19699.jpg",
|
||||
},
|
||||
{ id: "1", name: "Prime Ribeye", price: "AED 240", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-presentation_23-2151914042.jpg" },
|
||||
{ id: "2", name: "Signature Beef Ribs", price: "AED 180", imageSrc: "http://img.b2bpic.net/free-photo/hot-grilled-spare-ribs-with-barbecue-sauce-crumpled-paper-top-view-ai-generative_123827-23834.jpg" },
|
||||
{ id: "3", name: "Oak-Smoked Brisket", price: "AED 165", imageSrc: "http://img.b2bpic.net/free-photo/small-slice-cake-blue-platter-piece-fabric_114579-44847.jpg" },
|
||||
{ id: "4", name: "Grilled Lamb Chops", price: "AED 195", imageSrc: "http://img.b2bpic.net/free-photo/meat-ribs-sauce-with-baked-potatoes-broccoli_140725-2152.jpg" },
|
||||
{ id: "5", name: "Smoked Turkey Breast", price: "AED 140", imageSrc: "http://img.b2bpic.net/free-photo/delicious-roast-beef-dinner-with-vegetables-wine_23-2151966869.jpg" },
|
||||
{ id: "6", name: "Artisan Grilled Sausages", price: "AED 95", imageSrc: "http://img.b2bpic.net/free-photo/baked-homemade-sausage-white-plate-thanksgiving-day_2829-19699.jpg" }
|
||||
]}
|
||||
title="Our Signature Selection"
|
||||
description="Exquisite cuts, perfectly seasoned and flame-kissed."
|
||||
@@ -143,39 +86,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwelve
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
label: "Dining",
|
||||
title: "Upscale Atmosphere",
|
||||
items: [
|
||||
"Dim, refined lighting",
|
||||
"Impeccable service",
|
||||
"Intimate seating",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
label: "Events",
|
||||
title: "Corporate & Social",
|
||||
items: [
|
||||
"Private banquet space",
|
||||
"Custom menu options",
|
||||
"Full venue buy-outs",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
label: "Drinks",
|
||||
title: "Curated Pairings",
|
||||
items: [
|
||||
"Artisanal sodas",
|
||||
"Fresh fruit infusions",
|
||||
"Signature mocktails",
|
||||
],
|
||||
},
|
||||
{ id: "f1", label: "Dining", title: "Upscale Atmosphere", items: ["Dim, refined lighting", "Impeccable service", "Intimate seating"] },
|
||||
{ id: "f2", label: "Events", title: "Corporate & Social", items: ["Private banquet space", "Custom menu options", "Full venue buy-outs"] },
|
||||
{ id: "f3", label: "Drinks", title: "Curated Pairings", items: ["Artisanal sodas", "Fresh fruit infusions", "Signature mocktails"] }
|
||||
]}
|
||||
title="The Eyad Experience"
|
||||
description="More than just a meal, we offer a culinary journey."
|
||||
@@ -187,61 +104,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ahmad M.",
|
||||
date: "Oct 2023",
|
||||
title: "Foodie",
|
||||
quote: "The best brisket I have ever tasted in the UAE.",
|
||||
tag: "Meat Lover",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee-prepare_1258-138286.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-from-side-yummy-snack-plate-lying-table_651396-1435.jpg?_wi=2",
|
||||
imageAlt: "elegant diner portrait",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah K.",
|
||||
date: "Sept 2023",
|
||||
title: "Critic",
|
||||
quote: "Chef Eyad has mastered the art of smoke. Exceptional flavor.",
|
||||
tag: "Gourmet",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/view-beautifully-decorated-round-table-with-natural-fir-branch-candle-two-flutes-plates-against-classic-sofa-modern-apartment_132075-6156.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-serious-chef-posing_23-2148723257.jpg?_wi=2",
|
||||
imageAlt: "elegant diner portrait",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Faisal R.",
|
||||
date: "Aug 2023",
|
||||
title: "Guest",
|
||||
quote: "Perfect atmosphere for an anniversary dinner. Highly recommend.",
|
||||
tag: "Special Occasion",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517447.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-presentation_23-2151914042.jpg?_wi=2",
|
||||
imageAlt: "elegant diner portrait",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Layla H.",
|
||||
date: "July 2023",
|
||||
title: "Diner",
|
||||
quote: "Exceeded all expectations. The ribeye is incredibly tender.",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/elegant-couple-spend-time-restaurant_1157-20500.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-grilled-spare-ribs-with-barbecue-sauce-crumpled-paper-top-view-ai-generative_123827-23834.jpg?_wi=2",
|
||||
imageAlt: "elegant diner portrait",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Omar Z.",
|
||||
date: "June 2023",
|
||||
title: "Local",
|
||||
quote: "A hidden gem in Sharjah. Truly premium dining.",
|
||||
tag: "Foodie",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/european-woman-using-mobile-phone-cafe_273443-673.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-slice-cake-blue-platter-piece-fabric_114579-44847.jpg?_wi=2",
|
||||
imageAlt: "elegant diner portrait",
|
||||
},
|
||||
{ id: "1", name: "Ahmad M.", date: "Oct 2023", title: "Foodie", quote: "The best brisket I have ever tasted in the UAE.", tag: "Meat Lover", avatarSrc: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee-prepare_1258-138286.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-from-side-yummy-snack-plate-lying-table_651396-1435.jpg", imageAlt: "elegant diner portrait" },
|
||||
{ id: "2", name: "Sarah K.", date: "Sept 2023", title: "Critic", quote: "Chef Eyad has mastered the art of smoke. Exceptional flavor.", tag: "Gourmet", avatarSrc: "http://img.b2bpic.net/free-photo/view-beautifully-decorated-round-table-with-natural-fir-branch-candle-two-flutes-plates-against-classic-sofa-modern-apartment_132075-6156.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-serious-chef-posing_23-2148723257.jpg", imageAlt: "elegant diner portrait" },
|
||||
{ id: "3", name: "Faisal R.", date: "Aug 2023", title: "Guest", quote: "Perfect atmosphere for an anniversary dinner. Highly recommend.", tag: "Special Occasion", avatarSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517447.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-presentation_23-2151914042.jpg", imageAlt: "elegant diner portrait" },
|
||||
{ id: "4", name: "Layla H.", date: "July 2023", title: "Diner", quote: "Exceeded all expectations. The ribeye is incredibly tender.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/elegant-couple-spend-time-restaurant_1157-20500.jpg", imageSrc: "http://img.b2bpic.net/free-photo/hot-grilled-spare-ribs-with-barbecue-sauce-crumpled-paper-top-view-ai-generative_123827-23834.jpg", imageAlt: "elegant diner portrait" },
|
||||
{ id: "5", name: "Omar Z.", date: "June 2023", title: "Local", quote: "A hidden gem in Sharjah. Truly premium dining.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/european-woman-using-mobile-phone-cafe_273443-673.jpg", imageSrc: "http://img.b2bpic.net/free-photo/small-slice-cake-blue-platter-piece-fabric_114579-44847.jpg", imageAlt: "elegant diner portrait" }
|
||||
]}
|
||||
title="Diner Impressions"
|
||||
description="Hear what our guests have to say about their experience."
|
||||
@@ -252,21 +119,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Is reservation required?",
|
||||
content: "We highly recommend reservations, especially on weekends.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer private event hosting?",
|
||||
content: "Yes, we can accommodate corporate and private events.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Are there vegetarian options?",
|
||||
content: "Our focus is meats, but we have excellent side options.",
|
||||
},
|
||||
{ id: "q1", title: "Is reservation required?", content: "We highly recommend reservations, especially on weekends." },
|
||||
{ id: "q2", title: "Do you offer private event hosting?", content: "Yes, we can accommodate corporate and private events." },
|
||||
{ id: "q3", title: "Are there vegetarian options?", content: "Our focus is meats, but we have excellent side options." }
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Need to know more before your visit?"
|
||||
@@ -277,9 +132,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
tag="Connect With Us"
|
||||
title="Join Our Table"
|
||||
description="Sign up for updates on our special seasonal meat cuts."
|
||||
@@ -290,35 +143,18 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Chef Eyad Sharjah",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "The Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Reserve Table",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
title: "Chef Eyad Sharjah", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "The Menu", href: "#menu" },
|
||||
{ label: "Reserve Table", href: "#contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
title: "Connect", items: [
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Privacy Policy", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
bottomLeftText="© 2024 Chef Eyad. All rights reserved."
|
||||
bottomRightText="Designed for Culinary Excellence"
|
||||
|
||||
Reference in New Issue
Block a user