diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index 5ad38d6..fc91be7 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -45,12 +45,12 @@ export default function HomePage() {
@@ -59,17 +59,17 @@ export default function HomePage() {
@@ -78,12 +78,12 @@ export default function HomePage() {
@@ -270,16 +270,16 @@ export default function HomePage() {
description="Everything you need to know about booking and planning your next trip."
items={[
{
- question: "Can I customize my tour?",
- answer: "Yes, all our tours are flexible.",
+ question: "Do you book both train and flight tickets?",
+ answer: "Yes, we handle all types of transit bookings including domestic and international flights, as well as railway tickets.",
},
{
- question: "Are flights included?",
- answer: "Flights can be added to your booking.",
+ question: "Can we customize our family or couple tour package?",
+ answer: "Absolutely! We tailor every itinerary to suit your preferences, budget, and travel style.",
},
{
- question: "What is the cancellation policy?",
- answer: "We offer full refunds for early cancellations.",
+ question: "Do you assist with group bookings?",
+ answer: "Yes, we specialize in managing large group bookings for families, corporate trips, and educational tours.",
},
]}
/>
@@ -289,15 +289,15 @@ export default function HomePage() {