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