diff --git a/src/app/page.tsx b/src/app/page.tsx
index df761d4..302339b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
@@ -54,84 +46,53 @@ export default function LandingPage() {
@@ -141,20 +102,13 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
- type: "text",
- content: "Where Every Dish Tells a Story",
- },
+ type: "text", content: "Where Every Dish Tells a Story"},
{
- type: "image",
- src: "http://img.b2bpic.net/free-photo/openair-market-with-traders-selling-spices-herbs-aromatic-colorful_73899-54609.jpg",
- alt: "About Spice Bazaar",
- },
+ type: "image", src: "http://img.b2bpic.net/free-photo/openair-market-with-traders-selling-spices-herbs-aromatic-colorful_73899-54609.jpg", alt: "About Spice Bazaar"},
]}
buttons={[
{
- text: "View the Menu",
- href: "#menu",
- },
+ text: "View the Menu", href: "#menu"},
]}
/>
@@ -167,59 +121,23 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "dish1",
- brand: "Signature",
- name: "Chicken Creamy",
- price: "19.50",
- rating: 5,
- reviewCount: "200+",
- imageSrc: "http://img.b2bpic.net/free-photo/tom-kha-kai-bowl-with-kaffir-lime-leaves-lemongrass-red-onion-galangal-chilli_1150-21526.jpg",
- },
+ id: "dish1", brand: "Signature", name: "Chicken Creamy", price: "19.50", rating: 5,
+ reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/tom-kha-kai-bowl-with-kaffir-lime-leaves-lemongrass-red-onion-galangal-chilli_1150-21526.jpg"},
{
- id: "dish2",
- brand: "Crowd Favourite",
- name: "Butter Chicken",
- price: "18.50",
- rating: 5,
- reviewCount: "150+",
- imageSrc: "http://img.b2bpic.net/free-photo/curry-with-chicken-onions-indian-food-asian-cuisine-top-view_2829-6240.jpg",
- },
+ id: "dish2", brand: "Crowd Favourite", name: "Butter Chicken", price: "18.50", rating: 5,
+ reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/curry-with-chicken-onions-indian-food-asian-cuisine-top-view_2829-6240.jpg"},
{
- id: "dish3",
- brand: "From the Tandoor",
- name: "Chilli Garlic Naan",
- price: "4.50",
- rating: 5,
- reviewCount: "300+",
- imageSrc: "http://img.b2bpic.net/free-photo/pakistani-food-wooden-board-top-view_23-2148825093.jpg",
- },
+ id: "dish3", brand: "From the Tandoor", name: "Chilli Garlic Naan", price: "4.50", rating: 5,
+ reviewCount: "300+", imageSrc: "http://img.b2bpic.net/free-photo/pakistani-food-wooden-board-top-view_23-2148825093.jpg"},
{
- id: "dish4",
- brand: "Street Food Classic",
- name: "Pani Puri",
- price: "7.50",
- rating: 4,
- reviewCount: "90+",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-potato-hotcakes-with-mushed-pumpkin-its-seeds-grey-background-cake-pie-hotcake-potato-meal-oil_140725-121666.jpg",
- },
+ id: "dish4", brand: "Street Food Classic", name: "Pani Puri", price: "7.50", rating: 4,
+ reviewCount: "90+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-potato-hotcakes-with-mushed-pumpkin-its-seeds-grey-background-cake-pie-hotcake-potato-meal-oil_140725-121666.jpg"},
{
- id: "dish5",
- brand: "Aromatic",
- name: "Chicken Biryani",
- price: "17.00",
- rating: 5,
- reviewCount: "120+",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-inside-plate-dark-surface-dark-dish-east-meal-food_140725-82233.jpg",
- },
+ id: "dish5", brand: "Aromatic", name: "Chicken Biryani", price: "17.00", rating: 5,
+ reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-inside-plate-dark-surface-dark-dish-east-meal-food_140725-82233.jpg"},
{
- id: "dish6",
- brand: "Drinks",
- name: "Masala Chai & Lassi",
- price: "5.50",
- rating: 5,
- reviewCount: "80+",
- imageSrc: "http://img.b2bpic.net/free-photo/dishes-around-lime-powder_23-2147894944.jpg",
- },
+ id: "dish6", brand: "Drinks", name: "Masala Chai & Lassi", price: "5.50", rating: 5,
+ reviewCount: "80+", imageSrc: "http://img.b2bpic.net/free-photo/dishes-around-lime-powder_23-2147894944.jpg"},
]}
title="The Art of Flavour"
description="Our hand-selected signature dishes from the subcontinent."
@@ -228,44 +146,20 @@ export default function LandingPage() {