diff --git a/src/app/page.tsx b/src/app/page.tsx
index ef9473b..b5abd77 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,80 +40,32 @@ export default function LandingPage() {
@@ -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() {
@@ -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() {