diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6ea1cb0..108ecbf 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
@@ -58,22 +48,17 @@ export default function LandingPage() {
@@ -85,23 +70,15 @@ export default function LandingPage() {
description="Flyspex is an aerial intelligence platform built for industries that can't afford blind spots. We combine autonomous UAV fleets with proprietary AI software to deliver data you can act on."
metrics={[
{
- value: "99.4%",
- title: "Data Accuracy",
- },
+ value: "99.4%", title: "Data Accuracy"},
{
- value: "14K+",
- title: "Missions Complete",
- },
+ value: "14K+", title: "Missions Complete"},
{
- value: "38+",
- title: "Enterprise Clients",
- },
+ value: "38+", title: "Enterprise Clients"},
{
- value: "24/7",
- title: "Operations",
- },
+ value: "24/7", title: "Operations"},
]}
- imageSrc="http://img.b2bpic.net/free-photo/isometric-view-3d-rendering-neon-city_23-2150900964.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/isometric-view-3d-rendering-neon-city_23-2150900964.jpg"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
@@ -114,49 +91,31 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Infrastructure Inspection",
- description: "Thermal and RGB analysis for bridges, towers, and pipelines.",
- icon: Building,
+ title: "Infrastructure Inspection", description: "Thermal and RGB analysis for bridges, towers, and pipelines.", icon: Building,
mediaItems: [
{
- imageSrc: "http://img.b2bpic.net/free-photo/young-female-inventor-her-workshop_23-2149067222.jpg?_wi=1",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/young-female-inventor-her-workshop_23-2149067222.jpg"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/young-female-inventor-her-workshop_23-2149067222.jpg?_wi=2",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/young-female-inventor-her-workshop_23-2149067222.jpg"},
],
- imageSrc: "http://img.b2bpic.net/free-photo/nighttime-cityscape-ablaze-neon-drone-hues-generated-by-ai_188544-29597.jpg?_wi=2",
- imageAlt: "drone aerial view technology",
},
{
- title: "Precision Agriculture",
- description: "Multi-spectral imaging to boost crop yield and identify stress.",
- icon: Leaf,
+ title: "Precision Agriculture", description: "Multi-spectral imaging to boost crop yield and identify stress.", icon: Leaf,
mediaItems: [
{
- imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-researcher-studies-plants-with-tablet-standing-greenhouse_8353-7155.jpg?_wi=1",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-researcher-studies-plants-with-tablet-standing-greenhouse_8353-7155.jpg"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-researcher-studies-plants-with-tablet-standing-greenhouse_8353-7155.jpg?_wi=2",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-researcher-studies-plants-with-tablet-standing-greenhouse_8353-7155.jpg"},
],
- imageSrc: "http://img.b2bpic.net/free-photo/isometric-view-3d-rendering-neon-city_23-2150900964.jpg?_wi=2",
- imageAlt: "ai data dashboard digital",
},
{
- title: "Security & Surveillance",
- description: "AI-driven perimeter monitoring for complex environments.",
- icon: Shield,
+ title: "Security & Surveillance", description: "AI-driven perimeter monitoring for complex environments.", icon: Shield,
mediaItems: [
{
- imageSrc: "http://img.b2bpic.net/free-photo/drone-flies-city-with-words-fly-sky-it_188544-17023.jpg?_wi=1",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/drone-flies-city-with-words-fly-sky-it_188544-17023.jpg"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/drone-flies-city-with-words-fly-sky-it_188544-17023.jpg?_wi=2",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/drone-flies-city-with-words-fly-sky-it_188544-17023.jpg"},
],
- imageSrc: "http://img.b2bpic.net/free-photo/young-female-inventor-her-workshop_23-2149067222.jpg?_wi=3",
- imageAlt: "industrial drone inspection",
},
]}
title="Our Professional Services"
@@ -166,44 +125,20 @@ export default function LandingPage() {
@@ -295,45 +200,29 @@ export default function LandingPage() {
{
items: [
{
- label: "Services",
- href: "#services",
- },
+ label: "Services", href: "#services"},
{
- label: "Tech",
- href: "#",
- },
+ label: "Tech", href: "#"},
{
- label: "Careers",
- href: "#",
- },
+ label: "Careers", href: "#"},
],
},
{
items: [
{
- label: "About",
- href: "#about",
- },
+ label: "About", href: "#about"},
{
- label: "Pricing",
- href: "#pricing",
- },
+ label: "Pricing", href: "#pricing"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
{
items: [
{
- label: "Privacy",
- href: "#",
- },
+ label: "Privacy", href: "#"},
{
- label: "Terms",
- href: "#",
- },
+ label: "Terms", href: "#"},
],
},
]}