From 715ac220768f33e51f5aaf8ae0449764942820d0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 10:19:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c4c399..7580cf5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -150,9 +150,11 @@ export default function LandingPage() { title="Frequently Asked Questions" description="Find quick answers to common questions about booking, amenities, activities, and your stay at Neora Farms." faqs={[ - { id: "1", title: "How do I book a stay at Neora Farms?", content: "You can book directly through our website by visiting the 'Stays' section or contact us via phone/email for personalized assistance and group bookings. We recommend booking in advance, especially during peak seasons." }, - { id: "2", title: "What activities are available at the farmstay?", content: "We offer a variety of activities including organic farm tours, dairy farming insights, traditional cooking classes, nature walks, bird watching, and bonfire evenings. Special workshops can also be arranged upon request." }, - { id: "3", title: "Are meals included in the stay?", content: "Yes, delicious farm-to-table meals prepared with fresh, organic ingredients from our farm are included in your stay. We cater to various dietary preferences, please inform us in advance." } + { id: "1", title: "How can I book a stay at Neora Farms?", content: "You can easily book your farmstay through our website by visiting the 'Stays' section. For personalized assistance, group bookings, or special requests, please contact us directly via phone or email. We recommend booking in advance to ensure availability, especially during peak seasons." }, + { id: "2", title: "What types of accommodations are available?", content: "Neora Farms offers a range of charming accommodations including Classic Farm Cottages, Deluxe Farm Suites, Eco-Friendly Huts, Private Farm Villas, and Heritage Mud House Rooms, each designed to provide comfort and an authentic rural experience." }, + { id: "3", title: "Are meals included in the farmstay package?", content: "Yes, all our farmstay packages include delicious farm-to-table meals prepared with fresh, organic ingredients sourced directly from Neora Farms. We are happy to accommodate various dietary preferences if informed in advance." }, + { id: "4", title: "What activities can I enjoy during my stay?", content: "Guests can enjoy a variety of immersive activities such as organic farm tours, dairy farming insights, traditional cooking classes, nature walks, bird watching, and relaxing bonfire evenings. Special workshops can also be arranged upon request." }, + { id: "5", title: "Is Neora Farms suitable for families with children?", content: "Absolutely! Neora Farms is a wonderful destination for families. Children love interacting with farm animals, exploring the fields, and participating in our hands-on farm activities. It's a great opportunity for them to learn about nature and rural life." } ]} faqsAnimation="none" textboxLayout="default" @@ -162,18 +164,18 @@ export default function LandingPage() {
@@ -182,9 +184,9 @@ export default function LandingPage() { logoText="Neora Farms" copyrightText="© 2024 Neora Farms. All rights reserved." socialLinks={[ - { icon: Facebook, href: "https://facebook.com/neorafarms", ariaLabel: "Facebook" }, - { icon: Instagram, href: "https://instagram.com/neorafarms", ariaLabel: "Instagram" }, - { icon: Phone, href: "https://wa.me/919876543210", ariaLabel: "WhatsApp" } + { icon: Facebook, href: "https://facebook.com/neorafarms_official", ariaLabel: "Facebook" }, + { icon: Instagram, href: "https://instagram.com/neorafarms_official", ariaLabel: "Instagram" }, + { icon: Phone, href: "tel:+919876543210", ariaLabel: "Call Us" } ]} /> -- 2.49.1