diff --git a/src/app/page.tsx b/src/app/page.tsx
index e8a1574..0ed88c2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,122 +31,30 @@ export default function LandingPage() {
@@ -157,20 +65,11 @@ export default function LandingPage() {
title="Our Hospitality"
description="Reva Place is dedicated to providing a serene escape for all our guests. We focus on natural beauty, cultural warmth, and authentic food that feeds the soul."
bulletPoints={[
- {
- title: "Authentic Cuisine",
- description: "We serve traditional African meals made with fresh, locally sourced ingredients.",
- },
- {
- title: "Serene Environment",
- description: "Relax in our peaceful resort designed for maximum comfort and relaxation.",
- },
- {
- title: "Warm Welcome",
- description: "Our team ensures every guest feels at home from the moment they arrive.",
- },
+ { title: "Authentic Cuisine", description: "We serve traditional African meals made with fresh, locally sourced ingredients." },
+ { title: "Serene Environment", description: "Relax in our peaceful resort designed for maximum comfort and relaxation." },
+ { title: "Warm Welcome", description: "Our team ensures every guest feels at home from the moment they arrive." }
]}
- imageSrc="http://img.b2bpic.net/free-photo/photo-outdoor-pool-palm-trees-exotic-landscape-with-forest-lake_197531-9178.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/photo-outdoor-pool-palm-trees-exotic-landscape-with-forest-lake_197531-9178.jpg"
mediaAnimation="blur-reveal"
/>
@@ -181,23 +80,11 @@ export default function LandingPage() {
title="Our Food Menu"
description="We specialize in honest, traditional African meals that bring people together. Simple, delicious, and made with heart."
accordionItems={[
- {
- id: "cat1",
- title: "Traditional Soups",
- content: "Our soups are prepared using age-old recipes, rich in flavor and tradition.",
- },
- {
- id: "cat2",
- title: "Hearty Main Courses",
- content: "From flavorful rice dishes to traditional staple meals, we have it all.",
- },
- {
- id: "cat3",
- title: "Local Specialties",
- content: "Sample unique local delicacies prepared fresh for your dining experience.",
- },
+ { id: "cat1", title: "Traditional Soups", content: "Our soups are prepared using age-old recipes, rich in flavor and tradition." },
+ { id: "cat2", title: "Hearty Main Courses", content: "From flavorful rice dishes to traditional staple meals, we have it all." },
+ { id: "cat3", title: "Local Specialties", content: "Sample unique local delicacies prepared fresh for your dining experience." }
]}
- imageSrc="http://img.b2bpic.net/free-photo/close-up-hand-holding-food_23-2148761572.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/close-up-hand-holding-food_23-2148761572.jpg"
mediaAnimation="slide-up"
/>
@@ -209,42 +96,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- {
- id: "p1",
- name: "Traditional Jollof Rice",
- price: "Affordable",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-different-homemade-dishes-table_181624-45938.jpg",
- },
- {
- id: "p2",
- name: "Fried Plantains",
- price: "Affordable",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-rolls-rolled-with-vegetables-inside-pan-dark-background-meat-dinner-food-meal-vegetable_140725-40331.jpg",
- },
- {
- id: "p3",
- name: "Pounded Yam & Stew",
- price: "Affordable",
- imageSrc: "http://img.b2bpic.net/free-photo/cooking-chicken-stew_1084-91.jpg",
- },
- {
- id: "p4",
- name: "Spicy Grilled Fish",
- price: "Affordable",
- imageSrc: "http://img.b2bpic.net/free-photo/african-person-getting-some-street-food_23-2149004363.jpg",
- },
- {
- id: "p5",
- name: "Fresh Garden Greens",
- price: "Affordable",
- imageSrc: "http://img.b2bpic.net/free-photo/stir-fry-vegetables-with-mushrooms-paprika-red-onions-broccoli-healthy-food-asian-cuisine_2829-20264.jpg",
- },
- {
- id: "p6",
- name: "Beans & Plantain",
- price: "Affordable",
- imageSrc: "http://img.b2bpic.net/free-photo/traditional-african-okra-soup-wooden-table_123827-28576.jpg",
- },
+ { id: "p1", name: "Traditional Jollof Rice", price: "Affordable", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-different-homemade-dishes-table_181624-45938.jpg" },
+ { id: "p2", name: "Fried Plantains", price: "Affordable", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-rolls-rolled-with-vegetables-inside-pan-dark-background-meat-dinner-food-meal-vegetable_140725-40331.jpg" },
+ { id: "p3", name: "Pounded Yam & Stew", price: "Affordable", imageSrc: "http://img.b2bpic.net/free-photo/cooking-chicken-stew_1084-91.jpg" },
+ { id: "p4", name: "Spicy Grilled Fish", price: "Affordable", imageSrc: "http://img.b2bpic.net/free-photo/african-person-getting-some-street-food_23-2149004363.jpg" },
+ { id: "p5", name: "Fresh Garden Greens", price: "Affordable", imageSrc: "http://img.b2bpic.net/free-photo/stir-fry-vegetables-with-mushrooms-paprika-red-onions-broccoli-healthy-food-asian-cuisine_2829-20264.jpg" },
+ { id: "p6", name: "Beans & Plantain", price: "Affordable", imageSrc: "http://img.b2bpic.net/free-photo/traditional-african-okra-soup-wooden-table_123827-28576.jpg" }
]}
title="Authentic Dishes"
description="Discover our signature dishes, crafted with traditional spices and techniques."
@@ -255,21 +112,9 @@ export default function LandingPage() {