@@ -181,41 +102,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
- {
- id: "1",
- name: "Rano Dhiman",
- handle: "@rano",
- testimonial: "Everything was well organised, prices are reasonable, staff was really cooperative.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-family-havinf-dinner-together_23-2149117545.jpg",
- },
- {
- id: "2",
- name: "Muskan Chaudhary",
- handle: "@muskan",
- testimonial: "Terrace house Restaurant is always my first option. Both indoor and terrace have commendable ambience.",
- imageSrc: "http://img.b2bpic.net/free-photo/group-young-friends-having-wine-together_23-2148454148.jpg",
- },
- {
- id: "3",
- name: "Amit Kumar",
- handle: "@amit",
- testimonial: "Food is stunning, ambience is awesome on both the terrace and downstairs. Love this place!",
- imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg",
- },
- {
- id: "4",
- name: "Sarah J.",
- handle: "@sarah",
- testimonial: "Excellent service and very tasty food. A perfect spot for family outings.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-person-casual-grey-hoodie-smiling_482257-122367.jpg",
- },
- {
- id: "5",
- name: "Michael Chen",
- handle: "@mchen",
- testimonial: "The staff works very well and the facility is superb. Definitely visiting again.",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-long-blonde-hair-holding-delicious-chocolate-muffin-hand_23-2147974685.jpg",
- },
+ { id: "1", name: "Rano Dhiman", handle: "@rano", testimonial: "Everything was well organised, prices are reasonable, staff was really cooperative.", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-havinf-dinner-together_23-2149117545.jpg" },
+ { id: "2", name: "Muskan Chaudhary", handle: "@muskan", testimonial: "Terrace house Restaurant is always my first option. Both indoor and terrace have commendable ambience.", imageSrc: "http://img.b2bpic.net/free-photo/group-young-friends-having-wine-together_23-2148454148.jpg" },
+ { id: "3", name: "Amit Kumar", handle: "@amit", testimonial: "Food is stunning, ambience is awesome on both the terrace and downstairs. Love this place!", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg" },
+ { id: "4", name: "Sarah J.", handle: "@sarah", testimonial: "Excellent service and very tasty food. A perfect spot for family outings.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-person-casual-grey-hoodie-smiling_482257-122367.jpg" },
+ { id: "5", name: "Michael Chen", handle: "@mchen", testimonial: "The staff works very well and the facility is superb. Definitely visiting again.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-long-blonde-hair-holding-delicious-chocolate-muffin-hand_23-2147974685.jpg" }
]}
title="Hear From Our Guests"
description="Don't take our word for it—listen to the families and food enthusiasts who make us their first choice."
@@ -228,21 +119,9 @@ export default function LandingPage() {
title="Our Impact"
tag="Success Stats"
metrics={[
- {
- id: "m1",
- value: "4.4+",
- description: "Star Rating",
- },
- {
- id: "m2",
- value: "390+",
- description: "Happy Reviews",
- },
- {
- id: "m3",
- value: "10+ Yrs",
- description: "Serving Joy",
- },
+ { id: "m1", value: "4.4+", description: "Star Rating" },
+ { id: "m2", value: "390+", description: "Happy Reviews" },
+ { id: "m3", value: "10+ Yrs", description: "Serving Joy" }
]}
metricsAnimation="slide-up"
/>
@@ -253,21 +132,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
- {
- id: "f1",
- title: "Do you have terrace seating?",
- content: "Yes, we offer both indoor and open-air terrace seating options.",
- },
- {
- id: "f2",
- title: "What are the operating hours?",
- content: "We are open daily and close at 11 PM.",
- },
- {
- id: "f3",
- title: "Is delivery available?",
- content: "Yes, we offer both delivery and take-away services.",
- },
+ { id: "f1", title: "Do you have terrace seating?", content: "Yes, we offer both indoor and open-air terrace seating options." },
+ { id: "f2", title: "What are the operating hours?", content: "We are open daily and close at 11 PM." },
+ { id: "f3", title: "Is delivery available?", content: "Yes, we offer both delivery and take-away services." }
]}
title="Common Questions"
description="Have questions about our restaurant or services? Find answers here."
@@ -278,9 +145,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file