diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b67125..743ebc6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -153,11 +153,11 @@ export default function LandingPage() { ]} kpiItems={[ { - value: "4.9/5"}, + value: "4.9/5", label: "Average Rating"}, { - value: "200+"}, + value: "200+", label: "Customer Reviews"}, { - value: "50+"}, + value: "50+", label: "Awards Won"} ]} title="What Our Guests Say" description="Hear from our beloved patrons who have experienced the warmth and flavors of our Marwadi hospitality." @@ -176,7 +176,7 @@ export default function LandingPage() { { id: "3", title: "Do you offer catering services or private events?", content: "Yes, we offer catering for special events and have private dining spaces available for booking. Please contact our events coordinator to discuss your requirements and customize a menu."}, { - id: "4", title: "What are your operating hours and location?", content: "We are open from 12 PM to 10 PM, Tuesday through Sunday. We are located at 123 Heritage Lane, Jaipur. You can find detailed directions on our 'Contact Us' page."}, + id: "4", title: "What are your operating hours and location?", content: "We are open from 12 PM to 10 PM, Tuesday through Sunday. We are located at 123 Heritage Lane, Jaipur. You can find detailed directions on our 'Contact Us' page."} ]} title="Frequently Asked Questions" description="Find answers to common queries about reservations, dining, and our special offerings."