diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f19cbb5..0e4ef3e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -44,27 +44,27 @@ const defaultFeatures: AboutFeaturesContent = { iconPath: '/assets/icons/verified-badge-orange.svg', title: 'Verified Agents', description: - 'Every agent is vetted and verified for credentials, experience, and customer feedback.', + 'All agents on our platform are carefully verified to ensure trust, proven expertise, and consistent service, helping users connect with reliable professionals and enjoy a smooth, confident, and transparent property journey', }, { iconPath: '/assets/icons/shield-verified-icon.svg', title: 'Total Transparency', description: - 'Access honest reviews, transaction history, and verified credentials before connecting.', + 'We maintain complete transparency by clearly displaying agent details, reviews, and activity, allowing users to make informed decisions with confidence, clarity, and trust throughout their entire property journey.', }, { iconPath: '/assets/icons/home-icon.svg', title: 'Simple Journey', description: - 'From search to settlement, we make finding and working with agents effortless.', + 'Our platform simplifies every step of the property process, from discovering the right agent to closing with confidence, making the experience smooth, fast, and stress-free for users at every stage.', }, ], }; const defaultTeam: AboutTeamContent = { - title: 'Meet the minds behind the platform.', + title: 'Meet the minds behind the platform', subtitle: - 'Our team is passionate about making real estate connections easier and more transparent for everyone.', + 'We are a team of passionate innovators, real estate experts, and designers working together to redefine how people connect with trusted agents.', members: [ { name: 'Andrew', role: 'Founder & CEO', imageUrl: '/assets/images/professional-1.jpg' }, { name: 'Thomas', role: 'Co-Founder', imageUrl: '/assets/images/professional-2.jpg' }, @@ -73,9 +73,9 @@ const defaultTeam: AboutTeamContent = { }; const defaultCta: AboutCtaContent = { - title: 'Ready to find an agent?', - description: 'Discover trusted agents and start your property journey with confidence.', - buttonText: 'Start Your Search', + title: 'Ready to find a agent', + description: 'Search and connect with verified real estate agents who match your needs, location, and goals.', + buttonText: 'Find Agents Now', }; // --------------------------------------------------------------------------- @@ -159,19 +159,19 @@ export default function AboutPage() { {/* Headline */} -

+

{hero.headline}

{/* Description */} -

+

{hero.description}

{/* CTA Button */} {isAgent ? 'Go to Dashboard' : hero.ctaButtonText} @@ -180,16 +180,16 @@ export default function AboutPage() { {/* Hero Image with Overlay Text */}
-
+
{/* eslint-disable-next-line @next/next/no-img-element */} City buildings {/* Overlay Text */}
-

+

{hero.bannerOverlayText}

@@ -199,17 +199,19 @@ export default function AboutPage() { {/* Stats Section */} {stats.stats.length > 0 && (
-
- {stats.stats.map((stat, index) => ( -
-

- {stat.value} -

-

- {stat.label} -

-
- ))} +
+
+ {stats.stats.map((stat, index) => ( +
+

+ {stat.value} +

+

+ {stat.label} +

+
+ ))} +
)} @@ -218,13 +220,16 @@ export default function AboutPage() { {(features.badge || features.features.length > 0) && (
{/* Section Header */} - {features.badge && ( -
- +
+ {features.badge && ( +

{features.badge} - -

- )} + + )} +

+ Our core principles guide every interaction, ensuring you feel confident and supported at every step. +

+
{/* Feature Cards */} {features.features.length > 0 && ( @@ -232,19 +237,19 @@ export default function AboutPage() { {features.features.map((feature, index) => (
{feature.iconPath && ( -
+
{/* eslint-disable-next-line @next/next/no-img-element */}
)} -

+

{feature.title}

@@ -262,10 +267,10 @@ export default function AboutPage() {

{/* Section Header */}
-

+

{team.title}

-

+

{team.subtitle}

@@ -273,8 +278,8 @@ export default function AboutPage() { {/* Team Cards */}
{team.members.map((member, index) => ( -
-
+
+
{/* eslint-disable-next-line @next/next/no-img-element */}
-

+

{member.name}

-

+

{member.role}

@@ -294,36 +299,44 @@ export default function AboutPage() {
)} + {/* Divider */} +
+
+
+ {/* CTA Section */} -
-
-
-
-

- {isAgent ? 'Manage your profile' : cta.title} -

-

- {isAgent ? 'Keep your profile updated and connect with potential clients.' : cta.description} -

+
+
+
+

+ {isAgent ? 'Manage your profile' : 'Ready to find a agent'} +

+

+ {isAgent ? 'Keep your profile updated and connect with potential clients.' : 'Search and connect with verified real estate agents who match your needs, location, and goals.'} +

+
- {isAgent ? 'Go to Dashboard' : cta.buttonText} - - - + {isAgent ? 'Go to Dashboard' : 'Find Agents Now'} + + + Get Help
-
- Find an agent -
+
+
+ Find an agent