diff --git a/src/app/page.tsx b/src/app/page.tsx
index 12e775e..e12d5a6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,18 +28,9 @@ export default function LandingPage() {
@@ -48,110 +39,20 @@ export default function LandingPage() {
@@ -162,20 +63,11 @@ export default function LandingPage() {
title="Quality You Can Trust"
description="We believe luxury taste shouldn't be expensive. Since 2016, we've focused on bringing the finest flavors to your table with speed and care."
bulletPoints={[
- {
- title: "Top-Tier Ingredients",
- description: "We source only the freshest produce and meats daily.",
- },
- {
- title: "Consistent Quality",
- description: "Every dish undergoes rigorous quality checks.",
- },
- {
- title: "8+ Years Serving",
- description: "A legacy of culinary excellence and happy bellies.",
- },
+ { title: "Top-Tier Ingredients", description: "We source only the freshest produce and meats daily." },
+ { title: "Consistent Quality", description: "Every dish undergoes rigorous quality checks." },
+ { title: "8+ Years Serving", description: "A legacy of culinary excellence and happy bellies." }
]}
- imageSrc="http://img.b2bpic.net/free-photo/lifestyle-eating-dinner-hotel-snacks_1122-1790.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/lifestyle-eating-dinner-hotel-snacks_1122-1790.jpg"
imageAlt="Quality ingredients"
mediaAnimation="blur-reveal"
/>
@@ -188,48 +80,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Jollof Delight",
- price: "$12.00",
- imageSrc: "http://img.b2bpic.net/free-photo/dry-spices-near-rice-dish_23-2147894748.jpg?_wi=2",
- imageAlt: "Jollof Rice",
- },
- {
- id: "p2",
- name: "Snappy Fried Rice",
- price: "$11.00",
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-rice-vegetables-plate_23-2148377487.jpg?_wi=2",
- imageAlt: "Fried Rice",
- },
- {
- id: "p3",
- name: "Royal Chicken Feast",
- price: "$15.00",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-thanksgiving-meal-concept_23-2148686263.jpg?_wi=2",
- imageAlt: "Roasted Chicken",
- },
- {
- id: "p4",
- name: "Creamy Pasta",
- price: "$14.00",
- imageSrc: "http://img.b2bpic.net/free-photo/dry-spices-near-rice-dish_23-2147894748.jpg?_wi=3",
- imageAlt: "Pasta",
- },
- {
- id: "p5",
- name: "Spicy Grilled Fish",
- price: "$18.00",
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-rice-vegetables-plate_23-2148377487.jpg?_wi=3",
- imageAlt: "Fish",
- },
- {
- id: "p6",
- name: "Royal Special Salad",
- price: "$9.00",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-thanksgiving-meal-concept_23-2148686263.jpg?_wi=3",
- imageAlt: "Salad",
- },
+ { id: "p1", name: "Jollof Delight", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/dry-spices-near-rice-dish_23-2147894748.jpg", imageAlt: "Jollof Rice" },
+ { id: "p2", name: "Snappy Fried Rice", price: "$11.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-rice-vegetables-plate_23-2148377487.jpg", imageAlt: "Fried Rice" },
+ { id: "p3", name: "Royal Chicken Feast", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-thanksgiving-meal-concept_23-2148686263.jpg", imageAlt: "Roasted Chicken" },
+ { id: "p4", name: "Creamy Pasta", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/dry-spices-near-rice-dish_23-2147894748.jpg", imageAlt: "Pasta" },
+ { id: "p5", name: "Spicy Grilled Fish", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-rice-vegetables-plate_23-2148377487.jpg", imageAlt: "Fish" },
+ { id: "p6", name: "Royal Special Salad", price: "$9.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-thanksgiving-meal-concept_23-2148686263.jpg", imageAlt: "Salad" }
]}
title="Our Signature Specials"
description="Indulge in our most celebrated dishes, crafted with the freshest local ingredients and a touch of royal tradition."
@@ -238,68 +94,20 @@ export default function LandingPage() {