2 Commits

Author SHA1 Message Date
afdcdfe228 Update src/app/page.tsx 2026-03-29 21:49:27 +00:00
d1f3bb1f00 Merge version_1 into main
Merge version_1 into main
2026-03-29 21:45:11 +00:00

View File

@@ -30,22 +30,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Our Food",
id: "menu",
},
{
name: "Entertainment",
id: "entertainment",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Our Food", id: "menu" },
{ name: "Entertainment", id: "entertainment" },
{ name: "Contact", id: "contact" },
]}
brandName="Emmy's Eatery"
/>
@@ -53,52 +41,20 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Taste the Vibe at Emmy's Eatery"
description="Experience the best of Ghanaian flavors, live entertainment, and warm hospitality in the heart of Adenta, Accra."
buttons={[
{
text: "Order on Bolt",
href: "https://food.bolt.eu/",
},
{
text: "Visit Us",
href: "#contact",
},
{ text: "Order on Bolt", href: "https://food.bolt.eu/" },
{ text: "Visit Us", href: "#contact" },
]}
carouselItems={[
{
id: "slide-1",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dinner-arrangement-night_23-2149190923.jpg?_wi=1",
imageAlt: "vibrant ghanaian restaurant interior",
},
{
id: "slide-2",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-chiken-rice_23-2148294950.jpg?_wi=1",
imageAlt: "jollof rice with chicken plate",
},
{
id: "slide-3",
imageSrc: "http://img.b2bpic.net/free-photo/beef-dish-restaurant_7939-1754.jpg?_wi=1",
imageAlt: "banku and tilapia ghanaian dish",
},
{
id: "slide-4",
imageSrc: "http://img.b2bpic.net/free-photo/meal-horizontal-fillet-fresh-red_1203-5238.jpg?_wi=1",
imageAlt: "yam chips and fish plate",
},
{
id: "slide-5",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-woman-colorful-outfit-retro-vintage-50-s-cafe-dancing-wearing-jacket-blue-skirt-red-shirt-sunglasses-having-fun-cheerful-mood_285396-10388.jpg?_wi=1",
imageAlt: "restaurant live band performance",
},
{
id: "slide-6",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-chiken-rice_23-2148294950.jpg?_wi=2",
imageAlt: "jollof rice with chicken plate",
},
{ id: "s1", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dinner-arrangement-night_23-2149190923.jpg?_wi=1", imageAlt: "Dining arrangement" },
{ id: "s2", imageSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-woman-colorful-outfit-retro-vintage-50-s-cafe-dancing-wearing-jacket-blue-skirt-red-shirt-sunglasses-having-fun-cheerful-mood_285396-10388.jpg?_wi=1", imageAlt: "Live band performance" },
{ id: "s3", imageSrc: "http://img.b2bpic.net/free-photo/beef-dish-restaurant_7939-1754.jpg?_wi=1", imageAlt: "Banku and Tilapia" },
{ id: "s4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-chiken-rice_23-2148294950.jpg?_wi=1", imageAlt: "Jollof rice" },
{ id: "s5", imageSrc: "http://img.b2bpic.net/free-photo/meal-horizontal-fillet-fresh-red_1203-5238.jpg?_wi=1", imageAlt: "Yam chips" },
{ id: "s6", imageSrc: "http://img.b2bpic.net/free-photo/three-firends-together-eating-pizza-cafe_1303-26155.jpg?_wi=1", imageAlt: "Guests dining" },
]}
/>
</div>
@@ -108,9 +64,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="A Unique Dining Experience"
description={[
"Emmys Eatery blends local Ghanaian flavors with a lively entertainment atmosphere. Located in Adenta, we serve hearty comfort meals and provide a space where friends and family can connect over great food and music.",
"We believe in authentic taste, affordable pricing, and generous portions, making every visit a memorable one.",
]}
"Emmys Eatery blends local Ghanaian flavors with a lively entertainment atmosphere. Located in Adenta, we serve hearty comfort meals and provide a space where friends and family can connect over great food and music.", "We believe in authentic taste, affordable pricing, and generous portions, making every visit a memorable one."]}
/>
</div>
@@ -121,27 +75,9 @@ export default function LandingPage() {
gridVariant="asymmetric-60-wide-40-narrow"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Jollof Rice Special",
price: "GHS 45",
variant: "w/ Chicken, Egg & Salad",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-chiken-rice_23-2148294950.jpg?_wi=3",
},
{
id: "p2",
name: "Banku & Tilapia",
price: "GHS 60",
variant: "Authentic Style",
imageSrc: "http://img.b2bpic.net/free-photo/beef-dish-restaurant_7939-1754.jpg?_wi=2",
},
{
id: "p3",
name: "Yam Chips & Fish",
price: "GHS 35",
variant: "Freshly Fried",
imageSrc: "http://img.b2bpic.net/free-photo/meal-horizontal-fillet-fresh-red_1203-5238.jpg?_wi=2",
},
{ id: "p1", name: "Jollof Rice Special", price: "GHS 45", variant: "w/ Chicken, Egg & Salad", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-chiken-rice_23-2148294950.jpg?_wi=3" },
{ id: "p2", name: "Banku & Tilapia", price: "GHS 60", variant: "Authentic Style", imageSrc: "http://img.b2bpic.net/free-photo/beef-dish-restaurant_7939-1754.jpg?_wi=2" },
{ id: "p3", name: "Yam Chips & Fish", price: "GHS 35", variant: "Freshly Fried", imageSrc: "http://img.b2bpic.net/free-photo/meal-horizontal-fillet-fresh-red_1203-5238.jpg?_wi=2" },
]}
title="Our Popular Dishes"
description="Experience the authentic taste of tradition in every bite."
@@ -155,27 +91,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
features={[
{
title: "Live Band Sessions",
description: "Weekly music performances creating a relaxing and joyful environment.",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-woman-colorful-outfit-retro-vintage-50-s-cafe-dancing-wearing-jacket-blue-skirt-red-shirt-sunglasses-having-fun-cheerful-mood_285396-10388.jpg?_wi=2",
imageAlt: "Live Band",
},
{
title: "Weekend Hangouts",
description: "The perfect destination to relax and unwind with friends.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dinner-arrangement-night_23-2149190923.jpg?_wi=2",
imageAlt: "People gathering",
},
{
title: "Family Friendly",
description: "A welcoming space perfect for all generations to dine together.",
imageSrc: "http://img.b2bpic.net/free-photo/beef-dish-restaurant_7939-1754.jpg?_wi=3",
imageAlt: "Family dining",
},
{ title: "Live Band Sessions", description: "Weekly music performances.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-woman-colorful-outfit-retro-vintage-50-s-cafe-dancing-wearing-jacket-blue-skirt-red-shirt-sunglasses-having-fun-cheerful-mood_285396-10388.jpg?_wi=2" },
{ title: "Weekend Hangouts", description: "Perfect for relaxation.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dinner-arrangement-night_23-2149190923.jpg?_wi=2" },
{ title: "Family Friendly", description: "Welcoming for all ages.", imageSrc: "http://img.b2bpic.net/free-photo/beef-dish-restaurant_7939-1754.jpg?_wi=3" },
]}
title="More Than Just Food"
description="Enjoy the rhythm and energy of Emmy's Eatery with live entertainment and weekend vibes."
description="Enjoy the rhythm and energy of Emmy's Eatery."
/>
</div>
@@ -184,49 +105,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
title: "Fantastic Experience",
quote: "The Jollof is truly authentic! The live band made our Friday night special.",
name: "Sarah",
role: "Foodie",
imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customer_1170-656.jpg",
},
{
id: "2",
title: "Great Vibes",
quote: "Perfect spot in Adenta for a casual date night. Good prices and great service.",
name: "Michael",
role: "Regular",
imageSrc: "http://img.b2bpic.net/free-photo/three-firends-together-eating-pizza-cafe_1303-26155.jpg",
},
{
id: "3",
title: "Generous Portions",
quote: "I love the Banku and Tilapia. Always fresh and packed with flavor.",
name: "Adjoa",
role: "Customer",
imageSrc: "http://img.b2bpic.net/free-photo/woman-man-coffee-shop_23-2148263266.jpg?_wi=1",
},
{
id: "4",
title: "Family Favorite",
quote: "Kids loved the yam chips! Definitely coming back for more.",
name: "David",
role: "Father",
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-drinking-tasty-sweet-cocktail-city-terrace-casual-trendy-outfit-weekend-travel-mood_291049-1725.jpg",
},
{
id: "5",
title: "Absolute Gem",
quote: "The atmosphere is unmatched in Adenta. Feels just like home.",
name: "Ama",
role: "Regular Guest",
imageSrc: "http://img.b2bpic.net/free-photo/woman-man-coffee-shop_23-2148263266.jpg?_wi=2",
},
{ id: "1", title: "Fantastic", quote: "The Jollof is truly authentic!", name: "Sarah", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customer_1170-656.jpg" },
{ id: "2", title: "Great Vibes", quote: "Perfect for date night.", name: "Michael", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/three-firends-together-eating-pizza-cafe_1303-26155.jpg" },
{ id: "3", title: "Generous", quote: "Always fresh and flavorful.", name: "Adjoa", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/woman-man-coffee-shop_23-2148263266.jpg?_wi=1" },
]}
title="Hear From Our Guests"
description="See why our local community loves dining at Emmy's."
description="See why our community loves dining here."
/>
</div>
@@ -235,28 +119,12 @@ export default function LandingPage() {
animationType="slide-up"
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "Do you offer delivery?",
content: "Yes, we are on Bolt Food for convenient delivery to your doorstep.",
},
{
id: "q2",
title: "What are your hours?",
content: "We are open daily from morning until late at night.",
},
{
id: "q3",
title: "Is there parking available?",
content: "Yes, there is space for customers near the premises.",
},
{ id: "q1", title: "Delivery?", content: "Yes, on Bolt Food." },
{ id: "q2", title: "Hours?", content: "Daily, open till late." },
]}
ctaTitle="Visit or Order Today"
ctaDescription="Located in Adenta Municipality, Accra. Open daily till late. Call us at 059 743 1312."
ctaButton={{
text: "Call Now",
href: "tel:0597431312",
}}
ctaDescription="Located in Adenta, Accra. Call us at 059 743 1312."
ctaButton={{ text: "Call Now", href: "tel:0597431312" }}
ctaIcon={Phone}
/>
</div>
@@ -264,14 +132,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Emmy's Eatery"
leftLink={{
text: "Adenta, Accra",
href: "#",
}}
rightLink={{
text: "© 2024 Emmy's Eatery",
href: "#",
}}
leftLink={{ text: "Adenta, Accra", href: "#" }}
rightLink={{ text: "© 2024 Emmy's Eatery", href: "#" }}
/>
</div>
</ReactLenis>