/* global React, Reveal, GlowCard, Icon, Sparkline, DonutChart, BlueprintHouse, Counter */ // Analytics, Field Intelligence, Testimonials, CTA, Footer const { useEffect, useRef, useState } = React; // ----------- Animated bar chart ------------ function BarChart({ data, max, color = "var(--cyan)", height = 180 }) { return (
{data.map((d, i) => { const h = (d.v / max) * (height - 30); return (
{d.l}
); })}
); } // ----------- HUD ring widget -------------- function HudRing({ value, label, color = "var(--cyan)", size = 140 }) { const r = (size - 18) / 2; const c = 2 * Math.PI * r; const dash = (value / 100) * c; return (
{/* tick marks */} {Array.from({ length: 60 }, (_, i) => { const angle = (i / 60) * 2 * Math.PI; const inner = r + 4, outer = r + 10; const x1 = size/2 + inner * Math.cos(angle); const y1 = size/2 + inner * Math.sin(angle); const x2 = size/2 + outer * Math.cos(angle); const y2 = size/2 + outer * Math.sin(angle); return ; })}
{label}
); } // ----------- Analytics Section ------------ function Analytics() { const bars = [ { l: "MON", v: 32 }, { l: "TUE", v: 48 }, { l: "WED", v: 38 }, { l: "THU", v: 62 }, { l: "FRI", v: 88, highlight: true }, { l: "SAT", v: 54 }, { l: "SUN", v: 42 }, ]; return (
§08 ANALYTICS & CONTROL CENTER

Measure once.
Use everywhere.

A cinematic, HUD-style enterprise dashboard built from your live operational data, calibrated for executive decisions and field reality.

// LIVE STREAM ● 142 MS
OWNERS BOX · ANALYTICS LIVE STREAM
Last sync: 142 ms ago · Q2 · 2026
{/* Left main panel */}
WEEKLY REVENUE
$
▲ +28.4% wow vs. $155,763 last week
{[ { label: "GROSS MARGIN", v: 42, color: "var(--cyan)" }, { label: "CYCLE TIME", v: 73, color: "var(--orange)" }, { label: "CREW UTIL.", v: 87, color: "var(--green)" }, { label: "PIPELINE HEALTH", v: 94, color: "var(--violet)" }, ].map(s => (
{s.label}
))}
{/* Right HUD column */}
{/* Forecast list */}
AI FORECAST · NEXT 14 DAYS
{[ { l: "Estimated revenue", v: "$430K", c: "var(--cyan)" }, { l: "Crews needed", v: "14", c: "var(--orange)" }, { l: "Weather risk", v: "Low", c: "var(--green)" }, { l: "Material orders", v: "23", c: "var(--violet)" }, ].map((f, i) => (
{f.l} {f.v}
))}
{/* Mini activity */}
LIVE FEED {[ { c: "var(--green)", t: "Payment received", s: "$8,250 · Maple Project" }, { c: "var(--cyan)", t: "Estimate accepted", s: "Pine Rd · $14,800" }, { c: "var(--orange)", t: "Crew dispatched", s: "Diego's crew → 456 Oak" }, ].map((a, i) => (
{a.t}{" "} · {a.s}
))}
); } // ----------- Field Intelligence Section ---------- function FieldIntelligence() { return (
§09 FIELD INTELLIGENCE

Field intelligence.
Not just CRM.

AI-powered measurements, photo evidence, claim-ready reports, and on-site decisions in minutes, not days.

// AI & LIDAR // PRECISION MODE
{/* Big wireframe stage */}
{/* Stage floor grid */}
{/* Huge centered wireframe house */}
{/* Floating hex logo above */}
LynkedUp Pro
{/* Side data overlays */}
AI MEASUREMENT
SQ FT
Roof area · 14 planes detected
● SCAN COMPLETE · 24 PHOTOS
AI-POWERED
Precision Mode
AI & LiDAR active
Confidence 99.7%
CLAIM READY
Xactimate®-style report
Photo evidence attached · Generated in 6m 42s
PLANES DETECTED
Largest: 425.32 sq ft
{/* Intelligence sub-cards */}
{[ { v: "10×", label: "FASTER", desc: "Measure in minutes, not hours.", color: "var(--cyan)", icon: "clock" }, { v: "98.6%", label: "ACCURATE", desc: "AI & LiDAR precision you can rely on.", color: "var(--orange)", icon: "target" }, { v: "6m 42s", label: "CLAIM READY", desc: "Evidence-backed reports that get paid.", color: "var(--green)", icon: "shield" }, { v: "∞", label: "CLOUD SYNC", desc: "Real-time access across your team.", color: "var(--violet)", icon: "sync" }, ].map((c, i) => (
{c.v}
{c.label}
{c.desc}
))}
); } // ----------- Testimonials ----------- const TESTIMONIALS = [ { quote: "LynkedUp Pro turned our chaos into a clear, connected operation. We close jobs faster and our margins are visible for the first time.", name: "Maya Patel", title: "Operations Manager · Plano, TX", init: "MP", color: "var(--cyan)", metric: "+42% revenue", }, { quote: "It's the closest thing to having an extra ops director in the field. The AI Copilot has saved us from at least a dozen costly mistakes.", name: "Daniel Cruz", title: "Founder · Houston, TX", init: "DC", color: "var(--orange)", metric: "−68% admin time", }, { quote: "Field teams adopted it in a week. Reports that took our office two days now take 4-5 minutes. It is genuinely transformational software.", name: "Ashley Reed", title: "Operations Manager · Shreveport, LA", init: "AR", color: "var(--green)", metric: "10K+ jobs synced", }, ]; function Testimonials() { return (
§10 CUSTOMER VOICES

Operators are betting on LynkedUp Pro.

// 3,000+ TEAMS
{TESTIMONIALS.map((t, i) => (

{t.quote}

{t.init}
{t.name}
{t.title}
{t.metric}
))}
); } // ----------- Final CTA ------------- function FinalCTA() { return (
{/* Floor grid */}
{/* Floating light beams */}
READY WHEN YOU ARE

Run construction
without chaos.

Join the operators replacing five tools, four spreadsheets, and a whiteboard with one AI-powered command center built for the modern construction enterprise.

No credit card · SOC 2 Type II · White-glove onboarding
); } // ----------- Footer --------------- function Footer() { const cols = [ { h: "Product", items: ["Platform overview", "AI Copilot", "Mobile app", "Pricing", "Changelog"] }, { h: "Solutions", items: ["Roofing", "General contractors", "Infrastructure", "Enterprise", "Field teams"] }, { h: "Integrations", items: ["QuickBooks", "Stripe", "Calendly", "iOS / Google", "Zapier"] }, { h: "Resources", items: ["Documentation", "Customer stories", "Security", "Status", "API"] }, { h: "Contact", items: ["Talk to sales", "Support", "Careers", "Partner program", "Press"] }, ]; return ( ); } // ----------- Pricing / Lifetime Offer ------------ function Pricing() { return (
🔥 Limited Founder Offer

Own Your Roofing CRM. Pay Once.

Stop paying monthly for multiple disconnected tools. Get founders lifetime access to LynkedUpPro and scale your roofing business with one intelligent platform.

MOST POPULAR

Founders Lifetime Access

One payment. Unlimited operational control.

$25,000 Save $23,000 · 92% off

$2000

PER LICENSE • PAY ONCE • USE FOREVER
  • Complete Roofing CRM
  • Lead Management System
  • Canvassing & Field Tracking
  • Insurance Workflow
  • Proposal & Inspection Tools
  • Team Management Dashboard
  • Unlimited Projects
  • Future Feature Updates
  • Priority Support
Claim Founders Lifetime Deal
Why Roofers Choose LynkedUpPro

Replace 5 Different Tools With One Roofing OS

Most roofing companies spend thousands yearly on disconnected CRMs, canvassing apps, spreadsheets, proposal software, and field coordination tools.

More Revenue Visibility

Track leads, conversions, and team performance from one dashboard.

Less Operational Chaos

Eliminate scattered communication and disconnected workflows.

Built for Roofing Teams

Purpose-built for storm restoration, canvassing, insurance, and roofing operations.

Deal Terms & Conditions

All claims, results, performance statements, platform capabilities, and customer references are provided for informational and promotional purposes only. Claims may be based on a combination of internal testing, platform development data, field-tested data, and feedback from founding users. Individual results may vary based on company size, user adoption, data quality, market conditions, workflow setup, and other business-specific factors.

Some user names, company names, examples, or identifying details may have been changed, modified, or withheld to protect user privacy, confidential business information, proprietary workflows, and trade secrets.

The Lifetime Founders License applies to one user license and one individual user account unless otherwise stated in writing. The Founders License includes access to core CRM features and the platform features made available under the applicable license terms. The Lifetime Founders License does not guarantee access to every future product, premium module, third-party integration, usage-based service, or separately priced feature.

SMS usage, data usage, storage, GPU processing, AI compute, automation volume, messaging volume, third-party API costs, and other usage-based services may incur additional monthly charges. These charges may be billed separately based on actual usage, service level, selected features, or third-party provider costs.

Advanced or specialized features, including but not limited to Campaign-X, LiDAR scans, digital twin technology, AI-generated content, 3D property scans, mapping tools, premium automation, and other enhanced modules, may require additional fees, setup costs, subscriptions, or usage-based billing.

Features, pricing, availability, and platform capabilities are subject to change. No statement shall be interpreted as a guarantee of revenue, cost savings, insurance savings, operational results, business growth, or specific customer outcomes. Use of the platform is subject to the final written agreement, subscription terms, billing terms, and applicable service terms provided by Lynked Up Technologies.

Roofing Moves Fast. Your CRM Should Too.

Join the next generation of roofing companies scaling with automation, field intelligence, and operational visibility.

Start Founders Lifetime Access Book a demo
); } Object.assign(window, { Analytics, FieldIntelligence, Testimonials, Pricing, FinalCTA, Footer });