Merge version_1 into main #2
199
src/app/page.tsx
199
src/app/page.tsx
@@ -31,30 +31,18 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "features",
|
||||
},
|
||||
name: "About", id: "features"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Order Now", href: "#contact"}}
|
||||
brandName="Big Mama's Kitchen"
|
||||
/>
|
||||
</div>
|
||||
@@ -62,39 +50,27 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Experience London's Most Authentic Nigerian Takeaway"
|
||||
description="Generous portions. Rich flavours. Cooked with heart for over a decade. \"No-nonsense cooking. Real flavours. Real people.\""
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-african-woman-walking-outdoors-park_171337-13725.jpg",
|
||||
alt: "Happy Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-african-woman-walking-outdoors-park_171337-13725.jpg", alt: "Happy Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-taking-photos_23-2149250046.jpg",
|
||||
alt: "Happy Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-taking-photos_23-2149250046.jpg", alt: "Happy Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-man-raising-fists-rejoice-winning-celebrating-good-news_176420-20452.jpg",
|
||||
alt: "Happy Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-man-raising-fists-rejoice-winning-celebrating-good-news_176420-20452.jpg", alt: "Happy Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-touching-chin-posing-camera-city-park_1262-20572.jpg",
|
||||
alt: "Happy Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-touching-chin-posing-camera-city-park_1262-20572.jpg", alt: "Happy Customer 4"},
|
||||
]}
|
||||
avatarText="Loved by thousands of loyal customers for over a decade."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Order Now", href: "#contact"},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Menu", href: "#products"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -103,10 +79,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"\"Best Nigerian takeaway in London\"",
|
||||
"\"Made with love every single time\"",
|
||||
"\"Portions are unreal\"",
|
||||
]}
|
||||
"\"Best Nigerian takeaway in London\"", "\"Made with love every single time\"", "\"Portions are unreal\""]}
|
||||
title="Rated by Loyal Customers"
|
||||
description="For over 10+ years, Big Mama's Kitchen has been serving the best Nigerian food in London. Hear what our community loves most."
|
||||
speed={30}
|
||||
@@ -121,59 +94,30 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "jollof",
|
||||
name: "Jollof Rice & Chicken",
|
||||
price: "£12.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-with-sambal-assortment_23-2149076089.jpg",
|
||||
imageAlt: "Jollof Rice with Fried Chicken and Plantains",
|
||||
priceButtonProps: {
|
||||
text: "Order",
|
||||
},
|
||||
id: "jollof", name: "Jollof Rice & Chicken", price: "£12.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-with-sambal-assortment_23-2149076089.jpg", imageAlt: "Jollof Rice with Fried Chicken and Plantains", priceButtonProps: {
|
||||
text: "Order"},
|
||||
},
|
||||
{
|
||||
id: "puffpuff",
|
||||
name: "Puff Puff (6 pcs)",
|
||||
price: "£5.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-carnival-fritters-bunuelos-e-viento-isolated-white-background_123827-35773.jpg",
|
||||
imageAlt: "Golden fried Puff Puff",
|
||||
priceButtonProps: {
|
||||
text: "Order",
|
||||
},
|
||||
id: "puffpuff", name: "Puff Puff (6 pcs)", price: "£5.00", imageSrc: "http://img.b2bpic.net/free-photo/traditional-carnival-fritters-bunuelos-e-viento-isolated-white-background_123827-35773.jpg", imageAlt: "Golden fried Puff Puff", priceButtonProps: {
|
||||
text: "Order"},
|
||||
},
|
||||
{
|
||||
id: "abula",
|
||||
name: "Abula (Amala & Ewedu)",
|
||||
price: "£14.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/djiz-byz-traditional-dish-liver-heart-potato-greens-side-view_141793-4406.jpg",
|
||||
imageAlt: "Amala and Abula soup",
|
||||
priceButtonProps: {
|
||||
text: "Order",
|
||||
},
|
||||
id: "abula", name: "Abula (Amala & Ewedu)", price: "£14.00", imageSrc: "http://img.b2bpic.net/free-photo/djiz-byz-traditional-dish-liver-heart-potato-greens-side-view_141793-4406.jpg", imageAlt: "Amala and Abula soup", priceButtonProps: {
|
||||
text: "Order"},
|
||||
},
|
||||
{
|
||||
id: "moinmoin",
|
||||
name: "Moin Moin (2 pcs)",
|
||||
price: "£6.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/variously-cookies-wooden-plate-marble_114579-70941.jpg",
|
||||
imageAlt: "Steamed Bean Pudding Moin Moin",
|
||||
priceButtonProps: {
|
||||
text: "Order",
|
||||
},
|
||||
id: "moinmoin", name: "Moin Moin (2 pcs)", price: "£6.50", imageSrc: "http://img.b2bpic.net/free-photo/variously-cookies-wooden-plate-marble_114579-70941.jpg", imageAlt: "Steamed Bean Pudding Moin Moin", priceButtonProps: {
|
||||
text: "Order"},
|
||||
},
|
||||
{
|
||||
id: "eforiro",
|
||||
name: "Efo Riro & Pounded Yam",
|
||||
price: "£15.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-shot-vegetable-soup-clay-bowl-with-bread-greens-table_181624-50939.jpg",
|
||||
imageAlt: "Efo Riro with Pounded Yam",
|
||||
priceButtonProps: {
|
||||
text: "Order",
|
||||
},
|
||||
id: "eforiro", name: "Efo Riro & Pounded Yam", price: "£15.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-shot-vegetable-soup-clay-bowl-with-bread-greens-table_181624-50939.jpg", imageAlt: "Efo Riro with Pounded Yam", priceButtonProps: {
|
||||
text: "Order"},
|
||||
},
|
||||
]}
|
||||
title="Our Signature Dishes"
|
||||
description="Crafted from traditional recipes. Packed with flavour. Served generously. Family trays available for catering!"
|
||||
tag="Authentic Flavours"
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -183,25 +127,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "authentic-taste",
|
||||
title: "Authentic Taste",
|
||||
tags: [
|
||||
"Traditional Nigerian cooking — no shortcuts.",
|
||||
],
|
||||
id: "authentic-taste", title: "Authentic Taste", tags: [
|
||||
"Traditional Nigerian cooking — no shortcuts."],
|
||||
},
|
||||
{
|
||||
id: "generous-portions",
|
||||
title: "Generous Portions",
|
||||
tags: [
|
||||
"You’ll always leave satisfied.",
|
||||
],
|
||||
id: "generous-portions", title: "Generous Portions", tags: [
|
||||
"You’ll always leave satisfied."],
|
||||
},
|
||||
{
|
||||
id: "made-with-heart",
|
||||
title: "Made With Heart",
|
||||
tags: [
|
||||
"Every dish prepared with care and passion.",
|
||||
],
|
||||
id: "made-with-heart", title: "Made With Heart", tags: [
|
||||
"Every dish prepared with care and passion."],
|
||||
},
|
||||
]}
|
||||
title="More Than Food — It’s Home"
|
||||
@@ -216,41 +151,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Tony A.",
|
||||
date: "December 2023",
|
||||
title: "A Decade of Deliciousness",
|
||||
quote: "I’ve been coming here for over 10 years — always delicious. The quality never drops, and it truly tastes like home.",
|
||||
tag: "Loyal Customer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/african-american-man-wearing-white-t-shirt_273609-14645.jpg",
|
||||
},
|
||||
id: "1", name: "Tony A.", date: "December 2023", title: "A Decade of Deliciousness", quote: "I’ve been coming here for over 10 years — always delicious. The quality never drops, and it truly tastes like home.", tag: "Loyal Customer", avatarSrc: "http://img.b2bpic.net/free-photo/african-american-man-wearing-white-t-shirt_273609-14645.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah J.",
|
||||
date: "January 2024",
|
||||
title: "Outstanding Flavours & Portions",
|
||||
quote: "Outstanding flavours and truly generous portions! Big Mama's Kitchen never disappoints, highly recommend!",
|
||||
tag: "Foodie",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/closeup-lucky-enthusiastic-cute-redhead-joyful-middleaged-woman-pump-fists-vigorous-excitement-celeb_1258-129305.jpg",
|
||||
},
|
||||
id: "2", name: "Sarah J.", date: "January 2024", title: "Outstanding Flavours & Portions", quote: "Outstanding flavours and truly generous portions! Big Mama's Kitchen never disappoints, highly recommend!", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-lucky-enthusiastic-cute-redhead-joyful-middleaged-woman-pump-fists-vigorous-excitement-celeb_1258-129305.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Michael D.",
|
||||
date: "November 2023",
|
||||
title: "Best in London!",
|
||||
quote: "Best Nigerian food I’ve ever had in London. The Jollof is legendary, and everything is cooked to perfection.",
|
||||
tag: "Local Critic",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg",
|
||||
},
|
||||
id: "3", name: "Michael D.", date: "November 2023", title: "Best in London!", quote: "Best Nigerian food I’ve ever had in London. The Jollof is legendary, and everything is cooked to perfection.", tag: "Local Critic", avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emily R.",
|
||||
date: "February 2024",
|
||||
title: "Puff Puff Perfection",
|
||||
quote: "You will NOT find puff puff like this anywhere else. They are perfectly soft, sweet, and addictive!",
|
||||
tag: "Snack Lover",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-colleagues-sitting-office-coworking_171337-17653.jpg",
|
||||
},
|
||||
id: "4", name: "Emily R.", date: "February 2024", title: "Puff Puff Perfection", quote: "You will NOT find puff puff like this anywhere else. They are perfectly soft, sweet, and addictive!", tag: "Snack Lover", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-colleagues-sitting-office-coworking_171337-17653.jpg"},
|
||||
]}
|
||||
title="Loved By The Community"
|
||||
description="Our customers are our biggest fans. Read what they have to say about London's most authentic Nigerian takeaway."
|
||||
@@ -264,28 +171,28 @@ export default function LandingPage() {
|
||||
description="One Taste, and You’ll Understand. Serving the local community and beyond — worth the journey. Order effortlessly through our partners or visit us directly!"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Inquiry (e.g., catering, large order)",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Your Inquiry (e.g., catering, large order)", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-restaurant-with-blured-effect_1203-1001.jpg"
|
||||
imageAlt="Big Mama's Kitchen restaurant interior"
|
||||
mediaAnimation="entrance-slide"
|
||||
mediaPosition="left"
|
||||
buttonText="Send Inquiry"
|
||||
buttons={[
|
||||
{
|
||||
text: "Order on Uber Eats", href: "https://www.ubereats.com/"},
|
||||
{
|
||||
text: "Call to Order", href: "tel:+442012345678"},
|
||||
{
|
||||
text: "Visit Us", href: "https://www.google.com/maps/search/Big+Mama%27s+Kitchen+London"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -296,19 +203,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://www.instagram.com/",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://www.instagram.com/", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://www.facebook.com/",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "https://www.facebook.com/", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com/",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "https://twitter.com/", ariaLabel: "Twitter"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user