Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-15 14:05:57 +00:00

View File

@@ -32,25 +32,15 @@ export default function LandingPage() {
<NavbarStyleCentered
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: "Reviews",
id: "testimonials",
},
name: "Reviews", id: "testimonials"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Emmy's Place"
/>
@@ -59,62 +49,39 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplit
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="A Taste of Perfection in Every Bite"
description="Emmy's Place is the real definition of palatable. Experience the best grill, shawarma, and signature dishes in Ikorodu."
buttons={[
{
text: "Place an Order",
href: "tel:08137651565",
},
text: "Place an Order", href: "tel:08137651565"},
]}
imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-barbequed-meat-glass-wine-near-fireplace_181624-58053.jpg?_wi=1"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/business-woman-having-lunch-cafe_1303-23874.jpg",
alt: "Customer portrait 1",
},
src: "http://img.b2bpic.net/free-photo/business-woman-having-lunch-cafe_1303-23874.jpg", alt: "Customer portrait 1"},
{
src: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517446.jpg",
alt: "Customer portrait 2",
},
src: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517446.jpg", alt: "Customer portrait 2"},
{
src: "http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196973.jpg",
alt: "Customer portrait 3",
},
src: "http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196973.jpg", alt: "Customer portrait 3"},
{
src: "http://img.b2bpic.net/free-photo/smiley-colleagues-eating-noodles-break_23-2149390520.jpg",
alt: "Customer portrait 4",
},
src: "http://img.b2bpic.net/free-photo/smiley-colleagues-eating-noodles-break_23-2149390520.jpg", alt: "Customer portrait 4"},
{
src: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg",
alt: "Customer portrait 5",
},
src: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg", alt: "Customer portrait 5"},
]}
avatarText="Loved by 10,000+ local foodies"
marqueeItems={[
{
type: "text",
text: "Freshly Grilled",
},
type: "text", text: "Freshly Grilled"},
{
type: "text",
text: "Ikorodu's Finest",
},
type: "text", text: "Ikorodu's Finest"},
{
type: "text",
text: "Quick Delivery",
},
type: "text", text: "Quick Delivery"},
{
type: "text",
text: "Artisan Recipes",
},
type: "text", text: "Artisan Recipes"},
{
type: "text",
text: "Authentic Taste",
},
type: "text", text: "Authentic Taste"},
]}
/>
</div>
@@ -127,17 +94,11 @@ export default function LandingPage() {
description="At Emmy's Place, we pride ourselves on friendly service, quick delivery, and food that keeps you coming back for more."
bulletPoints={[
{
title: "Fresh Ingredients",
description: "We source the freshest produce for our grill and shawarma dishes.",
},
title: "Fresh Ingredients", description: "We source the freshest produce for our grill and shawarma dishes."},
{
title: "Quick Delivery",
description: "Fast and reliable delivery right to your doorstep.",
},
title: "Quick Delivery", description: "Fast and reliable delivery right to your doorstep."},
{
title: "Palatable Flavors",
description: "Experience our signature, perfectly seasoned recipes.",
},
title: "Palatable Flavors", description: "Experience our signature, perfectly seasoned recipes."},
]}
imageSrc="http://img.b2bpic.net/free-photo/man-chef-frying-meat-pan-fire_1303-32153.jpg?_wi=1"
mediaAnimation="slide-up"
@@ -152,41 +113,23 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Signature Shawarma",
price: "₦1,500",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-fried-fish-with-mashed-potatoes-vegetables-plate_141793-12535.jpg?_wi=1",
id: "p1", name: "Signature Shawarma", price: "₦1,500", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-fried-fish-with-mashed-potatoes-vegetables-plate_141793-12535.jpg?_wi=1"
},
{
id: "p2",
name: "Grilled Chicken Platter",
price: "₦3,500",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-kebab_23-2148773544.jpg?_wi=1",
id: "p2", name: "Grilled Chicken Platter", price: "₦3,500", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-kebab_23-2148773544.jpg?_wi=1"
},
{
id: "p3",
name: "Refreshing Mocktail",
price: "₦1,000",
imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hand-picking-wine-glass-filled-with-delicious-natural-herbal-tea-liquor_181624-26134.jpg?_wi=1",
id: "p3", name: "Refreshing Mocktail", price: "₦1,000", imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hand-picking-wine-glass-filled-with-delicious-natural-herbal-tea-liquor_181624-26134.jpg?_wi=1"
},
{
id: "p4",
name: "Spiced Chips Basket",
price: "₦800",
imageSrc: "http://img.b2bpic.net/free-photo/burger-with-meat-tomato-lettuce-served-with-french-fries_114579-2977.jpg",
id: "p4", name: "Spiced Chips Basket", price: "₦800", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-meat-tomato-lettuce-served-with-french-fries_114579-2977.jpg"
},
{
id: "p5",
name: "Assorted Appetizer Tray",
price: "₦2,000",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-chocolate-cake-with-chocolate-chips-grey-surface_140725-115540.jpg",
id: "p5", name: "Assorted Appetizer Tray", price: "₦2,000", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-chocolate-cake-with-chocolate-chips-grey-surface_140725-115540.jpg"
},
{
id: "p6",
name: "Emmy's Special Grill",
price: "₦4,500",
imageSrc: "http://img.b2bpic.net/free-photo/fruits-glass_1203-3510.jpg",
},
id: "p6", name: "Emmy's Special Grill", price: "₦4,500", imageSrc: "http://img.b2bpic.net/free-photo/fruits-glass_1203-3510.jpg"
}
]}
title="Signature Menu Selection"
description="Explore our chef's recommendations, from our legendary shawarma to perfectly grilled chicken."
@@ -200,28 +143,16 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "10k+",
title: "Happy Diners",
items: [
"Serving Ikorodu daily",
],
id: "m1", value: "10k+", title: "Happy Diners", items: [
"Serving Ikorodu daily"],
},
{
id: "m2",
value: "4.8",
title: "Google Rating",
items: [
"Consistently rated highly",
],
id: "m2", value: "4.8", title: "Google Rating", items: [
"Consistently rated highly"],
},
{
id: "m3",
value: "20+",
title: "Signature Dishes",
items: [
"Crafted with passion",
],
id: "m3", value: "20+", title: "Signature Dishes", items: [
"Crafted with passion"],
},
]}
title="Our Impact in Ikorodu"
@@ -235,60 +166,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Adedoyin Adesu",
date: "3 years ago",
title: "Best Shawarma",
quote: "Emmy's place is one of the best. Friendly, quick delivery and their shawarma is very very okay.",
tag: "Regular",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-arms-crossed_107420-12323.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-barbequed-meat-glass-wine-near-fireplace_181624-58053.jpg?_wi=2",
imageAlt: "smiling happy customer portrait",
},
id: "1", name: "Adedoyin Adesu", date: "3 years ago", title: "Best Shawarma", quote: "Emmy's place is one of the best. Friendly, quick delivery and their shawarma is very very okay.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-arms-crossed_107420-12323.jpg", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-barbequed-meat-glass-wine-near-fireplace_181624-58053.jpg?_wi=2", imageAlt: "smiling happy customer portrait"},
{
id: "2",
name: "Babajide Apata",
date: "4 years ago",
title: "Chicken & Chips Fan",
quote: "If you love chips and chicken, and you reside around Agric Ikorodu, you need to visit Emmy's place.",
tag: "Local Guide",
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5349.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-chef-frying-meat-pan-fire_1303-32153.jpg?_wi=2",
imageAlt: "smiling happy customer portrait",
},
id: "2", name: "Babajide Apata", date: "4 years ago", title: "Chicken & Chips Fan", quote: "If you love chips and chicken, and you reside around Agric Ikorodu, you need to visit Emmy's place.", tag: "Local Guide", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5349.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-chef-frying-meat-pan-fire_1303-32153.jpg?_wi=2", imageAlt: "smiling happy customer portrait"},
{
id: "3",
name: "Saliu Boluwatife",
date: "3 years ago",
title: "Palatable Define",
quote: "Emmy's Place is the real definition of palatable.",
tag: "Foodie",
avatarSrc: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-fried-fish-with-mashed-potatoes-vegetables-plate_141793-12535.jpg?_wi=2",
imageAlt: "smiling happy customer portrait",
},
id: "3", name: "Saliu Boluwatife", date: "3 years ago", title: "Palatable Define", quote: "Emmy's Place is the real definition of palatable.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-fried-fish-with-mashed-potatoes-vegetables-plate_141793-12535.jpg?_wi=2", imageAlt: "smiling happy customer portrait"},
{
id: "4",
name: "Local Patron",
date: "2 years ago",
title: "Always Fresh",
quote: "Everything I order from here is always cooked to perfection.",
tag: "Regular",
avatarSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-kebab_23-2148773544.jpg?_wi=2",
imageAlt: "smiling happy customer portrait",
},
id: "4", name: "Local Patron", date: "2 years ago", title: "Always Fresh", quote: "Everything I order from here is always cooked to perfection.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-kebab_23-2148773544.jpg?_wi=2", imageAlt: "smiling happy customer portrait"},
{
id: "5",
name: "Satisfied Diner",
date: "1 year ago",
title: "Great Staff",
quote: "Friendly staff, great food, and nice atmosphere. Highly recommended.",
tag: "Diner",
avatarSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hand-picking-wine-glass-filled-with-delicious-natural-herbal-tea-liquor_181624-26134.jpg?_wi=2",
imageAlt: "smiling happy customer portrait",
},
id: "5", name: "Satisfied Diner", date: "1 year ago", title: "Great Staff", quote: "Friendly staff, great food, and nice atmosphere. Highly recommended.", tag: "Diner", avatarSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hand-picking-wine-glass-filled-with-delicious-natural-herbal-tea-liquor_181624-26134.jpg?_wi=2", imageAlt: "smiling happy customer portrait"},
]}
title="Voices of Our Community"
description="What our customers are saying about Emmy's Place."
@@ -300,12 +186,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Ikorodu Grill Association",
"Verified Local Favorite",
"Gourmet Excellence Award",
"Community Trusted",
"Verified Dining Service",
]}
"Ikorodu Grill Association", "Verified Local Favorite", "Gourmet Excellence Award", "Community Trusted", "Verified Dining Service"]}
title="Recognized Excellence"
description="Proud to be a locally trusted dining destination."
/>
@@ -317,20 +198,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "What are your operating hours?",
content: "We are open daily and serve until 12 am.",
},
id: "q1", title: "What are your operating hours?", content: "We are open daily and serve until 12 am."},
{
id: "q2",
title: "Do you offer delivery?",
content: "Yes, we offer fast delivery around Ikorodu.",
},
id: "q2", title: "Do you offer delivery?", content: "Yes, we offer fast delivery around Ikorodu."},
{
id: "q3",
title: "Can I place an order via WhatsApp?",
content: "Yes! You can contact us at 0813 765 1565 to order.",
},
id: "q3", title: "Can I place an order via WhatsApp?", content: "Yes! You can contact us at 0813 765 1565 to order."},
]}
title="Frequently Asked Questions"
description="Everything you need to know about dining or ordering from Emmy's Place."
@@ -342,18 +214,13 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
text="Hungry? Contact us now and order your favorite meal."
buttons={[
{
text: "Call Emmy's Place",
href: "tel:08137651565",
},
text: "Call Emmy's Place", href: "tel:08137651565"},
{
text: "Order on WhatsApp",
href: "https://wa.me/2348137651565",
},
text: "Order on WhatsApp", href: "https://wa.me/2348137651565"},
]}
/>
</div>
@@ -362,16 +229,12 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Emmy's Place"
leftLink={{
text: "3 Iyalaje Titilola St, Ikorodu",
href: "#",
}}
text: "3 Iyalaje Titilola St, Ikorodu", href: "#"}}
rightLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}