From eeca362a11e9863901292cc23285e68710ed6bf8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 17:28:12 +0000 Subject: [PATCH] Update src/App.tsx --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 2b0b74c..37a4cb2 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -57,7 +57,7 @@ export default function LandingPage() { tag="Our Capabilities" title="Technology at Your Fingertips" description="Harnessing the power of high-resolution aerial mapping, thermal analysis, and precise commercial drone operations." - features={[{ title: "Mapping Excellence", description: "High-fidelity aerial mapping for construction and agriculture.", bentoComponent: "info-card-marquee", infoCards: [{ icon: Map, label: "Resolution", value: "0.5cm/px" }, { icon: Target, label: "Accuracy", value: "RTK enabled" }] }, { title: "Industrial Inspection", description: "Safe, remote inspections of infrastructure at scale.", bentoComponent: "tilted-stack-cards", stackCards: [{ icon: Building, title: "Buildings", subtitle: "Roof Inspection", detail: "High-res thermal imaging" }, { icon: Zap, title: "Power Grid", subtitle: "Line Inspection", detail: "Corrosion detection" }, { icon: Trees, title: "Forestry", subtitle: "Vegetation Mgmt", detail: "Encroachment analysis" }] }]} + features={[{ title: "Mapping Excellence", description: "High-fidelity aerial mapping for construction and agriculture.", bentoComponent: "info-card-marquee", infoCards: [{ icon: "Map", label: "Resolution", value: "0.5cm/px" }, { icon: "Target", label: "Accuracy", value: "RTK enabled" }] }, { title: "Industrial Inspection", description: "Safe, remote inspections of infrastructure at scale.", bentoComponent: "tilted-stack-cards", stackCards: [{ icon: "Building", title: "Buildings", subtitle: "Roof Inspection", detail: "High-res thermal imaging" }, { icon: "Zap", title: "Power Grid", subtitle: "Line Inspection", detail: "Corrosion detection" }, { icon: "Trees", title: "Forestry", subtitle: "Vegetation Mgmt", detail: "Encroachment analysis" }] }]} /> -- 2.49.1