Merge version_1_1781544205455 into main #2

Merged
bender merged 1 commits from version_1_1781544205455 into main 2026-06-15 17:28:15 +00:00

View File

@@ -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" }] }]}
/>
</div>