diff --git a/src/app/page.tsx b/src/app/page.tsx
index 98a05d6..da17290 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,30 +31,12 @@ export default function LandingPage() {
@@ -62,43 +44,21 @@ export default function LandingPage() {
@@ -226,51 +120,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "t1",
- name: "Rahul Verma",
- handle: "@rahul",
- testimonial: "Must try place, had a good quality of food and service.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-meal-assortment-basket_23-2148821573.jpg?_wi=2",
- imageAlt: "vegetarian indian food thali photography",
- },
- {
- id: "t2",
- name: "Priya Sharma",
- handle: "@priya",
- testimonial: "Perfect place for family dinner and Jain food.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663841.jpg?_wi=2",
- imageAlt: "happy family dining in modern restaurant",
- },
- {
- id: "t3",
- name: "Amit Deshmukh",
- handle: "@amit",
- testimonial: "Loved the ambience and pure vegetarian menu.",
- rating: 4,
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistani-meal-with-meat_23-2148825108.jpg?_wi=3",
- imageAlt: "paneer tikka masala bowl professional",
- },
- {
- id: "t4",
- name: "Sneha Patil",
- handle: "@sneha",
- testimonial: "Great for celebrations and birthday parties.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-chicken-with-onion-herbs-lavash-board-sauce-colorful-spices_140725-72576.jpg?_wi=3",
- imageAlt: "tandoori chaap appetizer dish",
- },
- {
- id: "t5",
- name: "Vijay K.",
- handle: "@vijay",
- testimonial: "Highly recommended for families.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/noodles-with-vegetables-mint-leaves_114579-2185.jpg?_wi=2",
- imageAlt: "veg hakka noodles restaurant plate",
- },
+ { id: "t1", name: "Rahul Verma", handle: "@rahul", testimonial: "Must try place, had a good quality of food and service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-meal-assortment-basket_23-2148821573.jpg", imageAlt: "vegetarian indian food thali photography" },
+ { id: "t2", name: "Priya Sharma", handle: "@priya", testimonial: "Perfect place for family dinner and Jain food.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663841.jpg", imageAlt: "happy family dining in modern restaurant" },
+ { id: "t3", name: "Amit Deshmukh", handle: "@amit", testimonial: "Loved the ambience and pure vegetarian menu.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistani-meal-with-meat_23-2148825108.jpg", imageAlt: "paneer tikka masala bowl professional" },
+ { id: "t4", name: "Sneha Patil", handle: "@sneha", testimonial: "Great for celebrations and birthday parties.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-chicken-with-onion-herbs-lavash-board-sauce-colorful-spices_140725-72576.jpg", imageAlt: "tandoori chaap appetizer dish" },
+ { id: "t5", name: "Vijay K.", handle: "@vijay", testimonial: "Highly recommended for families.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/noodles-with-vegetables-mint-leaves_114579-2185.jpg", imageAlt: "veg hakka noodles restaurant plate" },
]}
showRating={true}
title="What Our Guests Say"
@@ -283,31 +137,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
- {
- id: "f1",
- title: "Do you serve Jain food?",
- content: "Yes, we offer an extensive range of delicious Jain-friendly menu items.",
- },
- {
- id: "f2",
- title: "Do you offer home delivery?",
- content: "Absolutely! We deliver across Amravati.",
- },
- {
- id: "f3",
- title: "Can I reserve a table online?",
- content: "Yes, please call 091460 19218 or use the contact form.",
- },
- {
- id: "f4",
- title: "Is Aumika good for birthday parties?",
- content: "Yes, we have dedicated seating areas for parties and family gatherings.",
- },
- {
- id: "f5",
- title: "What are your opening hours?",
- content: "We are open daily until 11:00 PM.",
- },
+ { id: "f1", title: "Do you serve Jain food?", content: "Yes, we offer an extensive range of delicious Jain-friendly menu items." },
+ { id: "f2", title: "Do you offer home delivery?", content: "Absolutely! We deliver across Amravati." },
+ { id: "f3", title: "Can I reserve a table online?", content: "Yes, please call 091460 19218 or use the contact form." },
+ { id: "f4", title: "Is Aumika good for birthday parties?", content: "Yes, we have dedicated seating areas for parties and family gatherings." },
+ { id: "f5", title: "What are your opening hours?", content: "We are open daily until 11:00 PM." },
]}
imageSrc="http://img.b2bpic.net/free-photo/two-luxury-girl-sitting-restaurant_1157-14645.jpg"
title="Common Questions"
@@ -319,9 +153,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file