From 254b229fc78bc5b4698f5e01e8857eea8f6ea9e2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 08:59:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 222 ++++++++++------------------------------------- 1 file changed, 45 insertions(+), 177 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ea3906..8534a0e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -121,24 +90,16 @@ export default function LandingPage() { features={[ { icon: Heart, - title: "Personalized Guidance", - description: "We treat every deal as the beginning of a relationship, not just a transaction.", - }, + title: "Personalized Guidance", description: "We treat every deal as the beginning of a relationship, not just a transaction."}, { icon: Eye, - title: "Absolute Transparency", - description: "No hidden agendas. Just honest advice and the best property options.", - }, + title: "Absolute Transparency", description: "No hidden agendas. Just honest advice and the best property options."}, { icon: CheckCircle, - title: "End-to-End Support", - description: "From property search to registration, we handle every step with you.", - }, + title: "End-to-End Support", description: "From property search to registration, we handle every step with you."}, { icon: Award, - title: "After-Sales Advantage", - description: "Legal, design, moving, and maintenance support long after the deal closes.", - }, + title: "After-Sales Advantage", description: "Legal, design, moving, and maintenance support long after the deal closes."}, ]} title="Why NEXUS" description="Excellence and integrity in every transaction." @@ -149,45 +110,21 @@ export default function LandingPage() { @@ -292,41 +176,25 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1