From 3fd4d4ccbe016dc4c91d502ba7d1c3a27ab33f7a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 08:22:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 188 +++++++++++------------------------------------ 1 file changed, 41 insertions(+), 147 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ea59ee..a838248 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,26 +29,11 @@ export default function LandingPage() { @@ -169,26 +90,10 @@ export default function LandingPage() { description="Everything you need to know about dining at SmokyMan." faqsAnimation="slide-up" faqs={[ - { - id: "q1", - title: "Do I need a reservation?", - content: "We recommend it on weekends.", - }, - { - id: "q2", - title: "Do you offer catering?", - content: "Yes, for corporate and private events.", - }, - { - id: "q3", - title: "Are your meats Halal?", - content: "Yes, all our meats are certified.", - }, - { - id: "q4", - title: "Do you have parking?", - content: "Ample parking available at the Bhoomi building.", - }, + { id: "q1", title: "Do I need a reservation?", content: "We recommend it on weekends." }, + { id: "q2", title: "Do you offer catering?", content: "Yes, for corporate and private events." }, + { id: "q3", title: "Are your meats Halal?", content: "Yes, all our meats are certified." }, + { id: "q4", title: "Do you have parking?", content: "Ample parking available at the Bhoomi building." }, ]} /> @@ -200,12 +105,7 @@ export default function LandingPage() { title="Trusted Partners & Community" description="Proudly serving the Chennai community with passion." names={[ - "Zomato Foodies", - "Swiggy Bites", - "Chennai Food Guide", - "Bistro Lovers", - "Local BBQ Club", - ]} + "Zomato Foodies", "Swiggy Bites", "Chennai Food Guide", "Bistro Lovers", "Local BBQ Club"]} /> @@ -214,6 +114,14 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + title="What Our Customers Say" + description="Authentic flavors that keep customers coming back for more." + showRating={true} + testimonials={[ + { id: "t1", name: "Ravi P.", content: "The best brisket in Chennai. Hands down.", rating: 5 }, + { id: "t2", name: "Sneha K.", content: "The pulled pork platter is a game changer!", rating: 5 }, + { id: "t3", name: "Vikram S.", content: "Great atmosphere and even better service.", rating: 5 } + ]} /> @@ -222,29 +130,15 @@ export default function LandingPage() { logoText="SmokyMan Bistro" columns={[ { - title: "Company", - items: [ - { - label: "About Us", - href: "/about", - }, - { - label: "Contact", - href: "/contact", - }, + title: "Company", items: [ + { label: "About Us", href: "/about" }, + { label: "Contact", href: "/contact" }, ], }, { - title: "Menu", - items: [ - { - label: "Our Services", - href: "/services", - }, - { - label: "Gallery", - href: "/gallery", - }, + title: "Menu", items: [ + { label: "Our Services", href: "/services" }, + { label: "Gallery", href: "/gallery" }, ], }, ]}