diff --git a/src/app/page.tsx b/src/app/page.tsx
index dba302e..d427120 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,37 +30,33 @@ export default function LandingPage() {
@@ -135,16 +110,13 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
- {
- id: "q1", title: "How can I book?", content: "Visit our office or call us directly."},
- {
- id: "q2", title: "Do you offer visas?", content: "Yes, we provide expert visa support."},
- {
- id: "q3", title: "Are your prices fixed?", content: "We offer competitive rates tailored to your needs."},
+ { id: "q1", title: "How do I start a project?", content: "Reach out via our contact section to schedule a consultation at our Boma Yangu office." },
+ { id: "q2", title: "What is your process?", content: "We follow an agile process involving discovery, design, development, and rigorous testing." },
+ { id: "q3", title: "Do you support legacy sites?", content: "Yes, we offer comprehensive maintenance and modernization services." },
]}
- imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-working-office-travel-agency_23-2150433337.jpg"
- title="Frequently Asked Questions"
- description="Have questions? We have answers to help you book with confidence."
+ imageSrc="https://img.b2bpic.net/free-photo/medium-shot-woman-working-office-travel-agency_23-2150433337.jpg"
+ title="Common Questions"
+ description="Learn more about how we partner with our clients for success."
faqsAnimation="slide-up"
mediaAnimation="slide-up"
/>
@@ -153,20 +125,19 @@ export default function LandingPage() {