diff --git a/src/app/page.tsx b/src/app/page.tsx
index 14953c8..b6ffc89 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,24 +29,13 @@ export default function LandingPage() {
@@ -54,34 +43,14 @@ export default function LandingPage() {
@@ -103,42 +72,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Masala Dosa",
- price: "₹120",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086047.jpg",
- },
- {
- id: "p2",
- name: "Idli Sambar",
- price: "₹80",
- imageSrc: "http://img.b2bpic.net/free-photo/chopped-parsley-radish-pepper-kumquat-wooden-plate-marble_114579-87427.jpg",
- },
- {
- id: "p3",
- name: "Uttapam",
- price: "₹110",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-shaurma-tasty-meat-sandwich-with-salad-ingredients-dark-grey-surface-burger-sandwich-bread-pita-meat_140725-102099.jpg",
- },
- {
- id: "p4",
- name: "Medu Vada",
- price: "₹70",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-simple-donuts-top-view_114579-18885.jpg",
- },
- {
- id: "p5",
- name: "Paper Dosa",
- price: "₹150",
- imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086070.jpg",
- },
- {
- id: "p6",
- name: "Filter Coffee",
- price: "₹40",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-pouring-drink-cup-from-cezve-near-cookies-notepad_23-2147969750.jpg",
- },
+ { id: "p1", name: "Masala Dosa", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086047.jpg" },
+ { id: "p2", name: "Idli Sambar", price: "₹80", imageSrc: "http://img.b2bpic.net/free-photo/chopped-parsley-radish-pepper-kumquat-wooden-plate-marble_114579-87427.jpg" },
+ { id: "p3", name: "Uttapam", price: "₹110", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-shaurma-tasty-meat-sandwich-with-salad-ingredients-dark-grey-surface-burger-sandwich-bread-pita-meat_140725-102099.jpg" },
+ { id: "p4", name: "Medu Vada", price: "₹70", imageSrc: "http://img.b2bpic.net/free-photo/delicious-simple-donuts-top-view_114579-18885.jpg" },
+ { id: "p5", name: "Paper Dosa", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086070.jpg" },
+ { id: "p6", name: "Filter Coffee", price: "₹40", imageSrc: "http://img.b2bpic.net/free-photo/woman-pouring-drink-cup-from-cezve-near-cookies-notepad_23-2147969750.jpg" },
]}
title="Our Signature Menu"
description="Handcrafted dosas and traditional snacks made to order."
@@ -151,41 +90,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
- {
- id: "t1",
- name: "Rahul Verma",
- role: "Foodie",
- testimonial: "Best dosa in Meerut! Authentic taste.",
- imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-couple-enjoying-rajasthani-cuisine_53876-25001.jpg",
- },
- {
- id: "t2",
- name: "Priya Sharma",
- role: "Local",
- testimonial: "My go-to place for breakfast every Sunday.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photo-food-pan_23-2147959008.jpg",
- },
- {
- id: "t3",
- name: "Anil Gupta",
- role: "Diner",
- testimonial: "Crispy dosas and very friendly service.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-lady-shirt-jeans-sitting-bar-counter-cafe-eating-cake-while-happily-looking-camera_574295-287.jpg",
- },
- {
- id: "t4",
- name: "Sunita Devi",
- role: "Food Critic",
- testimonial: "Authentic flavors, reminds me of Chennai.",
- imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg",
- },
- {
- id: "t5",
- name: "Vikram Singh",
- role: "Regular",
- testimonial: "Consistency in quality is what I love here.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-senior-couple-sitting-together_23-2149390953.jpg",
- },
+ { id: "t1", name: "Rahul Verma", role: "Foodie", testimonial: "Best dosa in Meerut! Authentic taste.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-couple-enjoying-rajasthani-cuisine_53876-25001.jpg" },
+ { id: "t2", name: "Priya Sharma", role: "Local", testimonial: "My go-to place for breakfast every Sunday.", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photo-food-pan_23-2147959008.jpg" },
+ { id: "t3", name: "Anil Gupta", role: "Diner", testimonial: "Crispy dosas and very friendly service.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-lady-shirt-jeans-sitting-bar-counter-cafe-eating-cake-while-happily-looking-camera_574295-287.jpg" },
+ { id: "t4", name: "Sunita Devi", role: "Food Critic", testimonial: "Authentic flavors, reminds me of Chennai.", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg" },
+ { id: "t5", name: "Vikram Singh", role: "Regular", testimonial: "Consistency in quality is what I love here.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-senior-couple-sitting-together_23-2149390953.jpg" },
]}
title="Loved by Locals"
description="Don't just take our word for it—hear what the Meerut community has to say."
@@ -195,9 +104,7 @@ export default function LandingPage() {