diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 156fcca..c7c48c0 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -33,24 +33,24 @@ export default function AboutPage() {
{/* Navbar */}
{/* About Media Section */}
@@ -64,18 +64,18 @@ export default function AboutPage() {
imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg?_wi=3", imageAlt: "Ahmed Hassan success story"},
{
id: "2", name: "Fatima Khan", role: "Healthcare Professional", company: "Medical Services", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-her-office_1098-21369.jpg?_wi=2", imageAlt: "Fatima Khan testimonial"},
+ imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-her-office_1098-21369.jpg?_wi=2", imageAlt: "Fatima Khan client testimonial"},
{
id: "3", name: "Mohammad Ali", role: "Entrepreneur", company: "Technology Startup", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg?_wi=4", imageAlt: "Mohammad Ali success story"},
]}
kpiItems={[
- { value: "500+", label: "Families Planning Hajj" },
+ { value: "1000+", label: "Satisfied Muslim Families" },
{ value: "98%", label: "Client Satisfaction Rate" },
- { value: "15+", label: "Years Average Planning Period" },
+ { value: "25+", label: "Years Islamic Finance Experience" },
]}
- title="Proven Success with Our Clients"
- description="Hear directly from families who have successfully planned their Hajj journey with our expert guidance and AIA investment products"
+ title="Success Stories from Our Clients"
+ description="Hear directly from families who have secured their financial futures with our Islamic guidance and personalized planning"
tag="Client Success"
tagIcon={Users}
tagAnimation="slide-up"
@@ -91,11 +91,11 @@ export default function AboutPage() {
tag="Connect With Me"
tagIcon={Mail}
tagAnimation="slide-up"
- title="Let's Discuss Your Hajj Financial Goals"
- description="With AIA certification and years of Islamic finance expertise, I'm dedicated to helping you create a personalized Hajj savings plan. Schedule a consultation to explore how we can work together toward your sacred pilgrimage."
+ title="Let's Discuss Your Islamic Financial Goals"
+ description="With AIA certification and extensive Islamic finance expertise, I'm dedicated to helping you create a comprehensive, Shariah-compliant financial plan. Schedule a consultation to explore how we can work together toward your retirement, Faraid, and Hajj objectives."
buttons={[
- { text: "Schedule Consultation", href: "/consultation" },
- { text: "Take Assessment", href: "/questionnaire" },
+ { text: "Schedule Consultation", href: "/contact" },
+ { text: "Request Assessment", href: "/contact" },
]}
buttonAnimation="slide-up"
background={{ variant: "radial-gradient" }}
@@ -106,7 +106,7 @@ export default function AboutPage() {
{/* Footer */}
);
-}
\ No newline at end of file
+}
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 8301780..2df4a55 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -32,10 +32,10 @@ export default function ContactPage() {
{/* Navbar */}
@@ -45,11 +45,11 @@ export default function ContactPage() {
tag="Get in Touch"
tagIcon={Mail}
tagAnimation="slide-up"
- title="Ready to Begin Your Hajj Financial Journey?"
- description="Contact me today to discuss your Hajj savings plan. As your AIA-certified financial advisor, I'm here to help you build a secure fund for this sacred pilgrimage. Whether you have questions or want to start your assessment, I'm ready to help."
+ title="Ready to Begin Your Islamic Financial Journey?"
+ description="Contact me today to discuss your Shariah-compliant retirement planning, Faraid distribution services, or Hajj preparation needs. As your AIA-certified Islamic finance advisor, I'm here to help you build a secure financial future aligned with your values."
buttons={[
- { text: "Take Questionnaire Now", href: "/questionnaire" },
- { text: "Schedule Consultation", href: "/consultation" },
+ { text: "Schedule Consultation Now", href: "/contact" },
+ { text: "Request Information", href: "/contact" },
]}
buttonAnimation="slide-up"
background={{ variant: "radial-gradient" }}
@@ -62,31 +62,31 @@ export default function ContactPage() {