From fae2fa283da1fa17eab29d8082ddc4e54bb881e7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 15:07:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 272 +++++++---------------------------------------- 1 file changed, 40 insertions(+), 232 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a3e7d1f..c0d7488 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,71 +32,29 @@ export default function LandingPage() {
@@ -105,19 +63,9 @@ export default function LandingPage() { @@ -129,21 +77,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { - title: "Smart Paste Engine", - description: "Auto-analyze any property link in under 1 second.", - imageSrc: "http://img.b2bpic.net/free-photo/entrepreneur-conducting-research-evaluating-office-spaces-layouts_482257-90892.jpg", - }, - { - title: "Buyer Matchmaker", - description: "Instantly connect deals with pre-verified buyers.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-technology-background-with-low-poly-plexus-design_1048-16168.jpg", - }, - { - title: "Auto-Workflows", - description: "Automated offer generation and pipeline follow-ups.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-admin-office-sing-tablet-design-machine-learning-algorithms_482257-112941.jpg", - }, + { title: "Smart Paste Engine", description: "Auto-analyze any property link in under 1 second.", imageSrc: "http://img.b2bpic.net/free-photo/entrepreneur-conducting-research-evaluating-office-spaces-layouts_482257-90892.jpg" }, + { title: "Buyer Matchmaker", description: "Instantly connect deals with pre-verified buyers.", imageSrc: "http://img.b2bpic.net/free-photo/3d-technology-background-with-low-poly-plexus-design_1048-16168.jpg" }, + { title: "Auto-Workflows", description: "Automated offer generation and pipeline follow-ups.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-admin-office-sing-tablet-design-machine-learning-algorithms_482257-112941.jpg" } ]} title="Your Deal Execution Engine" description="Everything a solo operator needs to dominate the market." @@ -156,54 +92,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} plans={[ - { - id: "basic", - badge: "Core", - price: "$89", - subtitle: "For serious operators", - buttons: [ - { - text: "Get Started", - }, - ], - features: [ - "Unlimited Analyses", - "Buyer Demand Scoring", - "Basic CRM", - ], - }, - { - id: "pro", - badge: "Growth", - price: "$159", - subtitle: "For scaling teams", - buttons: [ - { - text: "Get Started", - }, - ], - features: [ - "Buyer Matching", - "Deal Distribution Tools", - "Advanced Dispo", - ], - }, - { - id: "elite", - badge: "Operator", - price: "$249", - subtitle: "For automation pros", - buttons: [ - { - text: "Get Started", - }, - ], - features: [ - "Full Automation", - "Bulk Analysis", - "Predictive Insights", - ], - }, + { id: "basic", badge: "Core", price: "$89", subtitle: "For serious operators", buttons: [{ text: "Get Started" }], features: ["Unlimited Analyses", "Buyer Demand Scoring", "Basic CRM"] }, + { id: "pro", badge: "Growth", price: "$159", subtitle: "For scaling teams", buttons: [{ text: "Get Started" }], features: ["Buyer Matching", "Deal Distribution Tools", "Advanced Dispo"] }, + { id: "elite", badge: "Operator", price: "$249", subtitle: "For automation pros", buttons: [{ text: "Get Started" }], features: ["Full Automation", "Bulk Analysis", "Predictive Insights"] } ]} title="Choose Your Edge" description="Unlock advanced tools to scale your wholesaling operation." @@ -217,21 +108,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "1", - value: "1s", - description: "Avg Analysis Time", - }, - { - id: "2", - value: "98%", - description: "Offer Accuracy", - }, - { - id: "3", - value: "12k", - description: "Deals Executed", - }, + { id: "1", value: "1s", description: "Avg Analysis Time" }, + { id: "2", value: "98%", description: "Offer Accuracy" }, + { id: "3", value: "12k", description: "Deals Executed" } ]} title="Institutional Execution Data" description="Metrics that drive bottom-line results." @@ -242,15 +121,7 @@ export default function LandingPage() { @@ -263,26 +134,11 @@ export default function LandingPage() { rating={5} author="Marcus Thorne, Principal at Thorne RE" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", - alt: "User 1", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg", - alt: "User 2", - }, - { - src: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", - alt: "User 3", - }, - { - src: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg", - alt: "User 4", - }, - { - src: "http://img.b2bpic.net/free-photo/closeup-portrait-confident-business-leader_1262-4808.jpg", - alt: "User 5", - }, + { src: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", alt: "User 1" }, + { src: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg", alt: "User 2" }, + { src: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", alt: "User 3" }, + { src: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg", alt: "User 4" }, + { src: "http://img.b2bpic.net/free-photo/closeup-portrait-confident-business-leader_1262-4808.jpg", alt: "User 5" } ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -294,21 +150,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "1", - title: "How does data fusion work?", - content: "We aggregate multiple licensed API feeds for institutional precision.", - }, - { - id: "2", - title: "Is my data secure?", - content: "All data is encrypted with enterprise-grade security protocols.", - }, - { - id: "3", - title: "Can I white-label the reports?", - content: "Yes, our high-tier plans allow for full white-label deal packet generation.", - }, + { id: "1", title: "How does data fusion work?", content: "We aggregate multiple licensed API feeds for institutional precision." }, + { id: "2", title: "Is my data secure?", content: "All data is encrypted with enterprise-grade security protocols." }, + { id: "3", title: "Can I white-label the reports?", content: "Yes, our high-tier plans allow for full white-label deal packet generation." } ]} imageSrc="http://img.b2bpic.net/free-photo/3d-abstract-background-flowing-cyber-particles_1048-20439.jpg" mediaAnimation="slide-up" @@ -321,17 +165,11 @@ export default function LandingPage() {
@@ -339,44 +177,14 @@ export default function LandingPage() {