Merge version_1 into main #1
183
src/app/page.tsx
183
src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "Menu", id: "#menu" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
]}
|
||||
brandName="Nkoyo"
|
||||
/>
|
||||
@@ -52,80 +40,32 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Delicious Meals, Made Fresh Every Day"
|
||||
description="Order your favorite authentic Nigerian dishes from Nkoyo with ease."
|
||||
kpis={[
|
||||
{
|
||||
value: "15+",
|
||||
label: "Years Served",
|
||||
},
|
||||
{
|
||||
value: "50+",
|
||||
label: "Daily Dishes",
|
||||
},
|
||||
{
|
||||
value: "10k+",
|
||||
label: "Happy Customers",
|
||||
},
|
||||
{ value: "15+", label: "Years Served" },
|
||||
{ value: "50+", label: "Daily Dishes" },
|
||||
{ value: "10k+", label: "Happy Customers" }
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now on WhatsApp",
|
||||
href: "https://wa.me/yournumber",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Order Now on WhatsApp", href: "https://wa.me/yournumber" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-meat-soup-with-potatoes-greens-dark-desk_140725-76543.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/clay-plate-full-beer-appetizers-standing-white-table-vegetable-salad-boiled-potatoes-grilled-chicken-legs-roasted-goldy-onion-sausages-cucmbers-tomatoes-sauces-ketchup-mayo_132075-13084.jpg",
|
||||
alt: "Satisfied customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-cooked-vegetables-with-different-seasonings-dark-space_140725-79679.jpg",
|
||||
alt: "Satisfied customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-delicious-pakistan-meal-table_23-2148821578.jpg",
|
||||
alt: "Satisfied customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pilaf-with-meet-dried-fruits-chestnut-rice-rosemary-leaves-wooden-plate_176474-2978.jpg",
|
||||
alt: "Satisfied customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/plates-vegetable-stew-pilaf_141793-1108.jpg",
|
||||
alt: "Satisfied customer 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/clay-plate-full-beer-appetizers-standing-white-table-vegetable-salad-boiled-potatoes-grilled-chicken-legs-roasted-goldy-onion-sausages-cucmbers-tomatoes-sauces-ketchup-mayo_132075-13084.jpg", alt: "Satisfied customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/top-view-cooked-vegetables-with-different-seasonings-dark-space_140725-79679.jpg", alt: "Satisfied customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/top-view-delicious-pakistan-meal-table_23-2148821578.jpg", alt: "Satisfied customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/pilaf-with-meet-dried-fruits-chestnut-rice-rosemary-leaves-wooden-plate_176474-2978.jpg", alt: "Satisfied customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/plates-vegetable-stew-pilaf_141793-1108.jpg", alt: "Satisfied customer 5" }
|
||||
]}
|
||||
avatarText="Trusted by 10,000+ food lovers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Nigerian Flavors",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Locally Sourced Ingredients",
|
||||
icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fast Doorstep Delivery",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Traditional Recipes",
|
||||
icon: Utensils,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Owned & Operated",
|
||||
},
|
||||
{ type: "text", text: "Authentic Nigerian Flavors" },
|
||||
{ type: "text-icon", text: "Locally Sourced Ingredients", icon: Leaf },
|
||||
{ type: "text", text: "Fast Doorstep Delivery" },
|
||||
{ type: "text-icon", text: "Traditional Recipes", icon: Utensils },
|
||||
{ type: "text", text: "Family Owned & Operated" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -137,42 +77,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "m1",
|
||||
name: "Jollof Rice",
|
||||
price: "₦2,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thai-fried-rice-with-chili-sauce-ready-be-eaten_1150-6407.jpg",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
name: "Egusi Soup",
|
||||
price: "₦3,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-meat-soup-with-beans-greens-potatoes-dark-table_140725-85335.jpg",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
name: "Pounded Yam",
|
||||
price: "₦1,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thanksgiving-dinner-assortment-table_23-2149055452.jpg",
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
name: "Grilled Fish",
|
||||
price: "₦4,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spicy-sardines-ceramic-tray_1150-20286.jpg",
|
||||
},
|
||||
{
|
||||
id: "m5",
|
||||
name: "Fried Plantain",
|
||||
price: "₦1,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain-banana_23-2151023901.jpg",
|
||||
},
|
||||
{
|
||||
id: "m6",
|
||||
name: "Zobo Drink",
|
||||
price: "₦800",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mulberry-juice_1339-3064.jpg",
|
||||
},
|
||||
{ id: "m1", name: "Jollof Rice", price: "₦2,500", imageSrc: "http://img.b2bpic.net/free-photo/thai-fried-rice-with-chili-sauce-ready-be-eaten_1150-6407.jpg" },
|
||||
{ id: "m2", name: "Egusi Soup", price: "₦3,000", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-meat-soup-with-beans-greens-potatoes-dark-table_140725-85335.jpg" },
|
||||
{ id: "m3", name: "Pounded Yam", price: "₦1,500", imageSrc: "http://img.b2bpic.net/free-photo/thanksgiving-dinner-assortment-table_23-2149055452.jpg" },
|
||||
{ id: "m4", name: "Grilled Fish", price: "₦4,500", imageSrc: "http://img.b2bpic.net/free-photo/spicy-sardines-ceramic-tray_1150-20286.jpg" },
|
||||
{ id: "m5", name: "Fried Plantain", price: "₦1,000", imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain-banana_23-2151023901.jpg" },
|
||||
{ id: "m6", name: "Zobo Drink", price: "₦800", imageSrc: "http://img.b2bpic.net/free-photo/mulberry-juice_1339-3064.jpg" }
|
||||
]}
|
||||
title="Our Menu"
|
||||
description="Explore our rich selection of traditional Nigerian flavors."
|
||||
@@ -183,12 +93,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={true}
|
||||
title="Taste the Nkoyo Difference"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Learn Our Story", href: "#about" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -199,12 +104,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Visit Nkoyo",
|
||||
description: "123 Food Street, Lagos, Nigeria",
|
||||
bentoComponent: "map",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-rice-with-minced-pork-tomato-carrot-cucumber-plate_1150-27179.jpg",
|
||||
imageAlt: "Fried rice with minced pork, tomato, carrot and cucumber on the plate",
|
||||
},
|
||||
title: "Visit Nkoyo", description: "123 Food Street, Lagos, Nigeria", bentoComponent: "map"
|
||||
}
|
||||
]}
|
||||
title="Find Us"
|
||||
description="Located in the heart of the city, bringing authentic flavors to you."
|
||||
@@ -214,9 +115,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Order Now"
|
||||
title="Hungry? Let's Talk Food."
|
||||
description="Click below to open our WhatsApp and place your order directly with our kitchen."
|
||||
@@ -227,28 +126,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Email: hello@nkoyo.com",
|
||||
href: "mailto:hello@nkoyo.com",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Social", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }] },
|
||||
{ title: "Contact", items: [{ label: "Email: hello@nkoyo.com", href: "mailto:hello@nkoyo.com" }] }
|
||||
]}
|
||||
logoText="Nkoyo"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user