From 25625297f58c54be611ca35d48b28b278ae26afa Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 10:14:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 219 ++++++++++++----------------------------------- 1 file changed, 55 insertions(+), 164 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 08ac5a8..4f810fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,82 +45,51 @@ export default function LandingPage() {
@@ -140,32 +101,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Automated Property Valuation", - tags: [ - "AI", - "Valuation", - ], - imageSrc: "http://img.b2bpic.net/free-vector/smart-home-background-with-icons_23-2147854696.jpg", - }, + id: "f1", title: "Automated Property Valuation", tags: [ + "AI", "Valuation"], + imageSrc: "http://img.b2bpic.net/free-vector/smart-home-background-with-icons_23-2147854696.jpg"}, { - id: "f2", - title: "Smart Virtual Staging", - tags: [ - "Staging", - "Visual", - ], - imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821300.jpg", - }, + id: "f2", title: "Smart Virtual Staging", tags: [ + "Staging", "Visual"], + imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821300.jpg"}, { - id: "f3", - title: "AI Lead Nurturing Bots", - tags: [ - "Chatbot", - "Growth", - ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-architect-holding-tablet-analyzing-building-model-plan-layout-woman-engineer-using-digital-device-design-construction-structure-development-project_482257-37234.jpg", - }, + id: "f3", title: "AI Lead Nurturing Bots", tags: [ + "Chatbot", "Growth"], + imageSrc: "http://img.b2bpic.net/free-photo/close-up-architect-holding-tablet-analyzing-building-model-plan-layout-woman-engineer-using-digital-device-design-construction-structure-development-project_482257-37234.jpg"}, ]} title="AI Solutions for Modern Agencies" description="Powerful tools to simplify your workflow and maximize your market influence." @@ -179,31 +125,16 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "80%", - title: "Faster Closing Rates", - items: [ - "Accelerated document workflows", - "AI-driven contract analysis", - ], + id: "m1", value: "80%", title: "Faster Closing Rates", items: [ + "Accelerated document workflows", "AI-driven contract analysis"], }, { - id: "m2", - value: "95%", - title: "Lead Response Accuracy", - items: [ - "Real-time qualification", - "24/7 client engagement", - ], + id: "m2", value: "95%", title: "Lead Response Accuracy", items: [ + "Real-time qualification", "24/7 client engagement"], }, { - id: "m3", - value: "3x", - title: "Increased Lead Volume", - items: [ - "Automated market tracking", - "Smarter targeted ads", - ], + id: "m3", value: "3x", title: "Increased Lead Volume", items: [ + "Automated market tracking", "Smarter targeted ads"], }, ]} title="Data That Drives Performance" @@ -214,30 +145,12 @@ export default function LandingPage() {
@@ -274,16 +178,13 @@ export default function LandingPage() { @@ -292,29 +193,19 @@ export default function LandingPage() { ); -} +} \ No newline at end of file