diff --git a/src/app/page.tsx b/src/app/page.tsx
index bded557..a106290 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,69 +30,38 @@ export default function LandingPage() {
@@ -119,59 +86,23 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "1",
- brand: "Starter",
- name: "Cheese Sambousa",
- price: "AED 25",
- rating: 5,
- reviewCount: "1200",
- imageSrc: "http://img.b2bpic.net/free-photo/copper-plate-selection-marinated-foods_114579-2354.jpg?_wi=2",
- },
+ id: "1", brand: "Starter", name: "Cheese Sambousa", price: "AED 25", rating: 5,
+ reviewCount: "1200", imageSrc: "http://img.b2bpic.net/free-photo/copper-plate-selection-marinated-foods_114579-2354.jpg"},
{
- id: "2",
- brand: "Main",
- name: "Emirati Machboos",
- price: "AED 85",
- rating: 5,
- reviewCount: "950",
- imageSrc: "http://img.b2bpic.net/free-photo/cup-aromatic-tea-dried-fruits-top-view_140725-5644.jpg?_wi=2",
- },
+ id: "2", brand: "Main", name: "Emirati Machboos", price: "AED 85", rating: 5,
+ reviewCount: "950", imageSrc: "http://img.b2bpic.net/free-photo/cup-aromatic-tea-dried-fruits-top-view_140725-5644.jpg"},
{
- id: "3",
- brand: "Main",
- name: "Grilled Meat Platter",
- price: "AED 120",
- rating: 4,
- reviewCount: "800",
- imageSrc: "http://img.b2bpic.net/free-photo/copper-plate-selection-marinated-foods_114579-2354.jpg?_wi=3",
- },
+ id: "3", brand: "Main", name: "Grilled Meat Platter", price: "AED 120", rating: 4,
+ reviewCount: "800", imageSrc: "http://img.b2bpic.net/free-photo/copper-plate-selection-marinated-foods_114579-2354.jpg"},
{
- id: "4",
- brand: "Main",
- name: "Traditional Harees",
- price: "AED 60",
- rating: 5,
- reviewCount: "600",
- imageSrc: "http://img.b2bpic.net/free-photo/cup-aromatic-tea-dried-fruits-top-view_140725-5644.jpg?_wi=3",
- },
+ id: "4", brand: "Main", name: "Traditional Harees", price: "AED 60", rating: 5,
+ reviewCount: "600", imageSrc: "http://img.b2bpic.net/free-photo/cup-aromatic-tea-dried-fruits-top-view_140725-5644.jpg"},
{
- id: "5",
- brand: "Dessert",
- name: "Luqaimat",
- price: "AED 30",
- rating: 5,
- reviewCount: "1500",
- imageSrc: "http://img.b2bpic.net/free-photo/copper-plate-selection-marinated-foods_114579-2354.jpg?_wi=4",
- },
+ id: "5", brand: "Dessert", name: "Luqaimat", price: "AED 30", rating: 5,
+ reviewCount: "1500", imageSrc: "http://img.b2bpic.net/free-photo/copper-plate-selection-marinated-foods_114579-2354.jpg"},
{
- id: "6",
- brand: "Main",
- name: "Emirati Sawi",
- price: "AED 75",
- rating: 4,
- reviewCount: "450",
- imageSrc: "http://img.b2bpic.net/free-photo/cup-aromatic-tea-dried-fruits-top-view_140725-5644.jpg?_wi=4",
- },
+ id: "6", brand: "Main", name: "Emirati Sawi", price: "AED 75", rating: 4,
+ reviewCount: "450", imageSrc: "http://img.b2bpic.net/free-photo/cup-aromatic-tea-dried-fruits-top-view_140725-5644.jpg"},
]}
title="Signature Dishes"
description="Discover our most loved traditional Emirati delicacies."
@@ -185,40 +116,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sarah Miller",
- handle: "@sarah_travels",
- testimonial: "The most authentic food I've had in Dubai. A true heritage experience.",
- imageSrc: "http://img.b2bpic.net/free-photo/friends-having-celebration-table_23-2147668907.jpg?_wi=2",
- },
+ id: "1", name: "Sarah Miller", handle: "@sarah_travels", testimonial: "The most authentic food I've had in Dubai. A true heritage experience.", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-celebration-table_23-2147668907.jpg"},
{
- id: "2",
- name: "Ahmed Hassan",
- handle: "@ahmedh",
- testimonial: "Excellent service and genuine flavor. Highly recommend the Cheese Sambousa.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-chain-necklace_23-2149409803.jpg",
- },
+ id: "2", name: "Ahmed Hassan", handle: "@ahmedh", testimonial: "Excellent service and genuine flavor. Highly recommend the Cheese Sambousa.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-chain-necklace_23-2149409803.jpg"},
{
- id: "3",
- name: "Elena Rossi",
- handle: "@elena_uae",
- testimonial: "Beautiful location and even better food. Al Fahidi magic!",
- imageSrc: "http://img.b2bpic.net/free-photo/modern-entranceway-with-furniture-home-decor_23-2150831961.jpg",
- },
+ id: "3", name: "Elena Rossi", handle: "@elena_uae", testimonial: "Beautiful location and even better food. Al Fahidi magic!", imageSrc: "http://img.b2bpic.net/free-photo/modern-entranceway-with-furniture-home-decor_23-2150831961.jpg"},
{
- id: "4",
- name: "Mark Stevens",
- handle: "@mstevens",
- testimonial: "Great hospitality! Felt like home in the historic district.",
- imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-bright-color-sitting-furniturs-panoramic-windows_114579-1521.jpg",
- },
+ id: "4", name: "Mark Stevens", handle: "@mstevens", testimonial: "Great hospitality! Felt like home in the historic district.", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-bright-color-sitting-furniturs-panoramic-windows_114579-1521.jpg"},
{
- id: "5",
- name: "Fatima Z.",
- handle: "@fatimaz",
- testimonial: "Best Machboos in Dubai. The atmosphere is just stunning.",
- imageSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg",
- },
+ id: "5", name: "Fatima Z.", handle: "@fatimaz", testimonial: "Best Machboos in Dubai. The atmosphere is just stunning.", imageSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg"},
]}
title="17,000+ Guests Can't Be Wrong"
description="See why we are rated 4.9★ in the heart of Dubai."
@@ -231,25 +137,13 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "1",
- title: "Do I need a reservation?",
- content: "While walk-ins are welcome, we highly recommend booking in advance, especially on weekends.",
- },
+ id: "1", title: "Do I need a reservation?", content: "While walk-ins are welcome, we highly recommend booking in advance, especially on weekends."},
{
- id: "2",
- title: "Are you open for lunch?",
- content: "Yes, we are open daily from 10:00 AM to 11:00 PM.",
- },
+ id: "2", title: "Are you open for lunch?", content: "Yes, we are open daily from 10:00 AM to 11:00 PM."},
{
- id: "3",
- title: "Is the restaurant family-friendly?",
- content: "Absolutely! We welcome families and have options for all ages.",
- },
+ id: "3", title: "Is the restaurant family-friendly?", content: "Absolutely! We welcome families and have options for all ages."},
{
- id: "4",
- title: "How do I get there?",
- content: "We are located in the Al Fahidi Historical District. Use our 'Get Directions' link for easy navigation.",
- },
+ id: "4", title: "How do I get there?", content: "We are located in the Al Fahidi Historical District. Use our 'Get Directions' link for easy navigation."},
]}
imageSrc="http://img.b2bpic.net/free-photo/brown-wooden-texture-flooring-background_53876-148158.jpg"
mediaAnimation="slide-up"
@@ -263,8 +157,7 @@ export default function LandingPage() {