diff --git a/src/app/page.tsx b/src/app/page.tsx index d058820..1061ded 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,14 +31,10 @@ export default function LandingPage() { @@ -123,23 +112,20 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "Anita Roy", role: "Food Critic", company: "Global Bites", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-women-tourists-spend-summer-holidays-abroad-book-tickets-online-with-smart-phone-plastic-card-spends-leisure-time-sit-together-coffee-shop-drink-espresso-latte_273609-3276.jpg"}, + id: "1", name: "Rahul D.", role: "Regular", company: "Nalasopara Resident", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-women-tourists-spend-summer-holidays-abroad-book-tickets-online-with-smart-phone-plastic-card-spends-leisure-time-sit-together-coffee-shop-drink-espresso-latte_273609-3276.jpg" + }, { - id: "2", name: "Vikram Seth", role: "Regular", company: "Local Patron", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149215762.jpg"}, + id: "2", name: "Priya S.", role: "Foodie", company: "Local Visitor", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149215762.jpg" + }, { - id: "3", name: "Elena Martinez", role: "Influencer", company: "Vogue Style", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269159.jpg"}, - { - id: "4", name: "Rahul Verma", role: "Traveler", company: "Wanderlust", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-toasting-party_23-2148232021.jpg"}, - { - id: "5", name: "Sarah Jenkins", role: "Guest", company: "Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-arranging-table-cafe_53876-13637.jpg"}, + id: "3", name: "Amit K.", role: "Late Night Diner", company: "Local Regular", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269159.jpg" + }, ]} - title="Guest Stories" - description="Heartwarming memories from our cherished patrons." + title="What Our Guests Say" + description="'The best Chicken Koliwada in town! Perfect for late night cravings.'" /> @@ -150,15 +136,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "1", value: "15+", description: "Years of Tradition"}, - { - id: "2", value: "500+", description: "Daily Visitors"}, - { - id: "3", value: "20+", description: "Signature Dishes"}, + { id: "1", value: "10+", description: "Years serving Nalasopara" }, + { id: "2", value: "5000+", description: "Koliwada plates served" }, + { id: "3", value: "2 AM", description: "Closing time" }, ]} - title="Trilora in Numbers" - description="Milestones that define our hospitality." + title="Trilora by the Numbers" + description="Our commitment to late-night culinary excellence." /> @@ -167,17 +150,14 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { - id: "1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance, especially for weekend evenings."}, - { - id: "2", title: "Are you pet friendly?", content: "We welcome pets in our outdoor seating areas, subject to availability."}, - { - id: "3", title: "What are your operating hours?", content: "We are open daily from 5:00 PM until 2:00 AM."}, + { id: "1", title: "What are your hours?", content: "We are open daily from 5 PM to 2 AM." }, + { id: "2", title: "Is the Koliwada available late?", content: "Yes, our full menu, including the signature Chicken Koliwada, is available until closing." }, + { id: "3", title: "Where are you located?", content: "Right by the Nalasopara shore." }, ]} imageSrc="http://img.b2bpic.net/free-photo/fried-salmon-sauce-fried-eggplant_140725-2972.jpg" mediaAnimation="slide-up" - title="Frequently Asked Questions" - description="Everything you need to know for a perfect visit." + title="Questions?" + description="Everything you need to know about dining at Trilora." faqsAnimation="blur-reveal" /> @@ -185,16 +165,13 @@ export default function LandingPage() {
@@ -204,34 +181,13 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/outdoor-table-setting-with-ocean-view_23-2151991781.jpg" logoText="Trilora" columns={[ - { - title: "Menu", items: [ - { - label: "Full Menu", href: "#menu"}, - { - label: "Beverages", href: "#menu"}, - ], - }, - { - title: "Info", items: [ - { - label: "Reservations", href: "#contact"}, - { - label: "Location", href: "#"}, - ], - }, - { - title: "Legal", items: [ - { - label: "Privacy Policy", href: "#"}, - { - label: "Terms of Use", href: "#"}, - ], - }, + { title: "Menu", items: [{ label: "View Full Menu", href: "#menu" }] }, + { title: "Location", items: [{ label: "Nalasopara", href: "#" }] }, + { title: "Contact", items: [{ label: "Reservations", href: "#contact" }] }, ]} /> ); -} \ No newline at end of file +}