diff --git a/src/app/page.tsx b/src/app/page.tsx
index f734d46..c609766 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,32 +45,15 @@ export default function LandingPage() {
@@ -108,47 +83,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "m1",
- name: "Royal Steak",
- price: "$35.00",
- variant: "Main Course",
- imageSrc: "http://img.b2bpic.net/free-photo/lamb-wrapped-with-dough-tomato-sauce_114579-2133.jpg?_wi=2",
- },
+ id: "m1", name: "Royal Steak", price: "$35.00", variant: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/lamb-wrapped-with-dough-tomato-sauce_114579-2133.jpg"},
{
- id: "m2",
- name: "Ocean Catch",
- price: "$28.00",
- variant: "Seafood",
- imageSrc: "http://img.b2bpic.net/free-photo/raw-fresh-tuna-fish-meat-salad-with-avocado-mango_1203-9044.jpg?_wi=2",
- },
+ id: "m2", name: "Ocean Catch", price: "$28.00", variant: "Seafood", imageSrc: "http://img.b2bpic.net/free-photo/raw-fresh-tuna-fish-meat-salad-with-avocado-mango_1203-9044.jpg"},
{
- id: "m3",
- name: "Velvet Cake",
- price: "$12.00",
- variant: "Dessert",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-chocolate-brownie-with-cranberries-bright-background-cake-biscuit-sweet-bake_140725-22858.jpg",
- },
+ id: "m3", name: "Velvet Cake", price: "$12.00", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-chocolate-brownie-with-cranberries-bright-background-cake-biscuit-sweet-bake_140725-22858.jpg"},
{
- id: "m4",
- name: "Signature Punch",
- price: "$8.00",
- variant: "Beverage",
- imageSrc: "http://img.b2bpic.net/free-photo/cheers_23-2148014962.jpg",
- },
+ id: "m4", name: "Signature Punch", price: "$8.00", variant: "Beverage", imageSrc: "http://img.b2bpic.net/free-photo/cheers_23-2148014962.jpg"},
{
- id: "m5",
- name: "Garden Medley",
- price: "$18.00",
- variant: "Vegetarian",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-assortment-delicious-food_23-2148948986.jpg",
- },
+ id: "m5", name: "Garden Medley", price: "$18.00", variant: "Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-assortment-delicious-food_23-2148948986.jpg"},
{
- id: "m6",
- name: "Truffle Pasta",
- price: "$24.00",
- variant: "Main Course",
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pasta-wooden-table_23-2148305672.jpg",
- },
+ id: "m6", name: "Truffle Pasta", price: "$24.00", variant: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pasta-wooden-table_23-2148305672.jpg"},
]}
title="Our Signature Menu"
description="Discover our curated selection of fine dining dishes."
@@ -163,25 +108,15 @@ export default function LandingPage() {
author="Aminu S."
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/waitress-near-display-case-with-tartines_23-2147830513.jpg",
- alt: "Aminu S.",
- },
+ src: "http://img.b2bpic.net/free-photo/waitress-near-display-case-with-tartines_23-2147830513.jpg", alt: "Aminu S."},
{
- src: "http://img.b2bpic.net/free-photo/elegant-woman-summer-city_1157-38866.jpg",
- alt: "Fatima A.",
- },
+ src: "http://img.b2bpic.net/free-photo/elegant-woman-summer-city_1157-38866.jpg", alt: "Fatima A."},
{
- src: "http://img.b2bpic.net/free-photo/pretty-lady-velvet-dress-holds-martini-glass_197531-15681.jpg",
- alt: "Hassan K.",
- },
+ src: "http://img.b2bpic.net/free-photo/pretty-lady-velvet-dress-holds-martini-glass_197531-15681.jpg", alt: "Hassan K."},
{
- src: "http://img.b2bpic.net/free-photo/happy-close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-5625.jpg",
- alt: "Zainab B.",
- },
+ src: "http://img.b2bpic.net/free-photo/happy-close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-5625.jpg", alt: "Zainab B."},
{
- src: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-sunglasses-drinks-morning-coffee-cafe_613910-12106.jpg",
- alt: "Musa T.",
- },
+ src: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-sunglasses-drinks-morning-coffee-cafe_613910-12106.jpg", alt: "Musa T."},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -194,27 +129,16 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "f1",
- title: "Do you accept reservations?",
- content: "Yes, we highly recommend booking in advance, especially on weekends.",
- },
+ id: "f1", title: "Do you accept reservations?", content: "Yes, we highly recommend booking in advance, especially on weekends."},
{
- id: "f2",
- title: "What are your hours?",
- content: "We are open daily from 12:00 PM to 10:00 PM.",
- },
+ id: "f2", title: "What are your hours?", content: "We are open daily from 12:00 PM to 10:00 PM."},
{
- id: "f3",
- title: "Do you cater for special events?",
- content: "Yes, we offer professional catering services for all types of events.",
- },
+ id: "f3", title: "Do you cater for special events?", content: "Yes, we offer professional catering services for all types of events."},
]}
ctaTitle="Book Your Table"
ctaDescription="Join us for an unforgettable evening. Reserve your table today."
ctaButton={{
- text: "Reserve Now",
- href: "#",
- }}
+ text: "Reserve Now", href: "#"}}
ctaIcon={Calendar}
/>
@@ -223,42 +147,27 @@ export default function LandingPage() {