diff --git a/src/app/page.tsx b/src/app/page.tsx
index becca9f..dd77423 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
@@ -57,32 +47,15 @@ export default function LandingPage() {
@@ -125,26 +92,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Signature Grilled Salmon",
- price: "₹400",
- variant: "Main Course",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-bruschetta-with-sesame-seeds-tomatoes_141793-4581.jpg?_wi=2",
- },
+ id: "p1", name: "Signature Grilled Salmon", price: "₹400", variant: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bruschetta-with-sesame-seeds-tomatoes_141793-4581.jpg"},
{
- id: "p2",
- name: "Mediterranean Pasta",
- price: "₹350",
- variant: "Main Course",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-avocado-salad-with-raddish-yellow-bell-pepper-fresh-herbs_140725-1462.jpg?_wi=2",
- },
+ id: "p2", name: "Mediterranean Pasta", price: "₹350", variant: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/top-view-avocado-salad-with-raddish-yellow-bell-pepper-fresh-herbs_140725-1462.jpg"},
{
- id: "p3",
- name: "Artisanal Dessert Platter",
- price: "₹200",
- variant: "Dessert",
- imageSrc: "http://img.b2bpic.net/free-photo/beef-with-pistachio-topping-served-with-fruits-berries_7502-7390.jpg?_wi=2",
- },
+ id: "p3", name: "Artisanal Dessert Platter", price: "₹200", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/beef-with-pistachio-topping-served-with-fruits-berries_7502-7390.jpg"},
]}
title="Our Signature Dishes"
description="Taste the craft and passion in every bite. Explore our curated multi-cuisine menu."
@@ -156,30 +108,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Anshu Anand",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-cup_23-2149005452.jpg?_wi=1",
- },
+ id: "1", name: "Anshu Anand", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-cup_23-2149005452.jpg"},
{
- id: "2",
- name: "Vikash Ranjan Singh",
- imageSrc: "http://img.b2bpic.net/free-photo/girl-smiling_23-2148014954.jpg",
- },
+ id: "2", name: "Vikash Ranjan Singh", imageSrc: "http://img.b2bpic.net/free-photo/girl-smiling_23-2148014954.jpg"},
{
- id: "3",
- name: "Preeti Singh",
- imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5900.jpg",
- },
+ id: "3", name: "Preeti Singh", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5900.jpg"},
{
- id: "4",
- name: "Abhipsa Mishra",
- imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-brown-bra-smiles-widely-eats-tasty-waffle-with-ice-cream-chocolate-sauce_197531-18186.jpg",
- },
+ id: "4", name: "Abhipsa Mishra", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-brown-bra-smiles-widely-eats-tasty-waffle-with-ice-cream-chocolate-sauce_197531-18186.jpg"},
{
- id: "5",
- name: "Rahul Verma",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-cup_23-2149005452.jpg?_wi=2",
- },
+ id: "5", name: "Rahul Verma", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-cup_23-2149005452.jpg"},
]}
cardTitle="Diner Reviews"
cardTag="Customer Stories"
@@ -191,8 +128,7 @@ export default function LandingPage() {