Merge version_1 into main #1
306
src/app/page.tsx
306
src/app/page.tsx
@@ -33,113 +33,83 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "team",
|
||||
},
|
||||
name: "Team", id: "team"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/creative-drone-logo-template-set_23-2148813593.jpg"
|
||||
logoAlt="DroneWorks logo"
|
||||
brandName="DroneWorks"
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get a Quote", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
variant: "plain"
|
||||
}}
|
||||
title="Unleash the Power of Aerial Innovation with DroneWorks"
|
||||
description="Revolutionizing industries with cutting-edge drone technology, from precision agriculture to advanced surveillance. Discover unparalleled aerial solutions tailored for your success."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/drone-flying-sunset-generated-by-ai_188544-29791.jpg",
|
||||
imageAlt: "Industrial drone flying over cityscape",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/drone-flying-sunset-generated-by-ai_188544-29791.jpg", imageAlt: "Industrial drone flying over cityscape"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/farmer-using-drones-robots-futuristic-agricultural-field_23-2152000897.jpg",
|
||||
imageAlt: "Agriculture drone over green fields",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/farmer-using-drones-robots-futuristic-agricultural-field_23-2152000897.jpg", imageAlt: "Agriculture drone over green fields"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-robot-futuristic-environment_23-2151189251.jpg",
|
||||
imageAlt: "Delivery drone over suburban homes",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-robot-futuristic-environment_23-2151189251.jpg", imageAlt: "Delivery drone over suburban homes"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hexacopter-drone-air_181624-895.jpg",
|
||||
imageAlt: "High-speed racing drone",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hexacopter-drone-air_181624-895.jpg", imageAlt: "High-speed racing drone"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-navigating-flying-drone-with-remote-control_158595-6215.jpg",
|
||||
imageAlt: "Cinematography drone in mountains",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-navigating-flying-drone-with-remote-control_158595-6215.jpg", imageAlt: "Cinematography drone in mountains"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hight-rise-condominium-office-buildings_1127-3902.jpg",
|
||||
imageAlt: "Construction site monitoring drone",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hight-rise-condominium-office-buildings_1127-3902.jpg", imageAlt: "Construction site monitoring drone"
|
||||
}
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-drone-hand-young-caucasian-girl-from-spain_181624-56205.jpg",
|
||||
imageAlt: "Drone launch from remote control",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-drone-hand-young-caucasian-girl-from-spain_181624-56205.jpg", imageAlt: "Drone launch from remote control"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-robot-futuristic-environment_23-2151189244.jpg",
|
||||
imageAlt: "Drone inspecting wind turbine",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-robot-futuristic-environment_23-2151189244.jpg", imageAlt: "Drone inspecting wind turbine"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/splash-turquoise-paint_23-2147745434.jpg",
|
||||
imageAlt: "Marine drone collecting ocean data",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/splash-turquoise-paint_23-2147745434.jpg", imageAlt: "Marine drone collecting ocean data"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-creator-enjoying-fresh-air-filming-with-his-drone_482257-123495.jpg",
|
||||
imageAlt: "Portable drone unfolding from case",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-creator-enjoying-fresh-air-filming-with-his-drone_482257-123495.jpg", imageAlt: "Portable drone unfolding from case"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-drone_23-2150946667.jpg",
|
||||
imageAlt: "Swarm of agile drones",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-drone_23-2150946667.jpg", imageAlt: "Swarm of agile drones"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technician-wearing-gloves-repairing-helicopter-toy_23-2147923514.jpg",
|
||||
imageAlt: "Students learning drone operation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technician-wearing-gloves-repairing-helicopter-toy_23-2147923514.jpg", imageAlt: "Students learning drone operation"
|
||||
}
|
||||
]}
|
||||
tag="Next-Gen Aerial Solutions"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#features",
|
||||
text: "Explore Services", href: "#features"
|
||||
},
|
||||
{
|
||||
text: "Get a Free Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Consultation", href: "#contact"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -152,13 +122,11 @@ export default function LandingPage() {
|
||||
tag="About DroneWorks"
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Mission",
|
||||
href: "#",
|
||||
text: "Our Mission", href: "#"
|
||||
},
|
||||
{
|
||||
text: "Our Vision",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our Vision", href: "#"
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/urban-adventurer-explorer_346278-250.jpg"
|
||||
imageAlt="Professional drone pilot with high-end drone"
|
||||
@@ -172,23 +140,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "High-Resolution Imaging",
|
||||
description: "Capture crystal-clear visuals and detailed data with our advanced camera systems, perfect for mapping, inspection, and cinematography.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-drone-flying-low-ground-beach_346278-166.jpg",
|
||||
imageAlt: "High-resolution camera lens on a drone",
|
||||
title: "High-Resolution Imaging", description: "Capture crystal-clear visuals and detailed data with our advanced camera systems, perfect for mapping, inspection, and cinematography.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-drone-flying-low-ground-beach_346278-166.jpg", imageAlt: "High-resolution camera lens on a drone"
|
||||
},
|
||||
{
|
||||
title: "Autonomous Flight & Navigation",
|
||||
description: "Experience unparalleled precision with AI-powered flight control and smart navigation, enabling automated missions and complex maneuvers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-army-officer-coordinating-special-operations-mission-command-post_482257-89859.jpg",
|
||||
imageAlt: "Drone automated flight path on a digital map",
|
||||
title: "Autonomous Flight & Navigation", description: "Experience unparalleled precision with AI-powered flight control and smart navigation, enabling automated missions and complex maneuvers.", imageSrc: "http://img.b2bpic.net/free-photo/woman-army-officer-coordinating-special-operations-mission-command-post_482257-89859.jpg", imageAlt: "Drone automated flight path on a digital map"
|
||||
},
|
||||
{
|
||||
title: "All-Weather Durability",
|
||||
description: "Built to withstand the elements, our drones feature rugged, weather-resistant designs for reliable operation in diverse conditions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/helicopter-trying-put-out-wildfire_23-2151099558.jpg",
|
||||
imageAlt: "Weather-resistant drone chassis with raindrops",
|
||||
},
|
||||
title: "All-Weather Durability", description: "Built to withstand the elements, our drones feature rugged, weather-resistant designs for reliable operation in diverse conditions.", imageSrc: "http://img.b2bpic.net/free-photo/helicopter-trying-put-out-wildfire_23-2151099558.jpg", imageAlt: "Weather-resistant drone chassis with raindrops"
|
||||
}
|
||||
]}
|
||||
title="Advanced Capabilities for Every Mission"
|
||||
description="Our drones are engineered with state-of-the-art features designed for performance, reliability, and precision, ensuring success in even the most demanding environments."
|
||||
@@ -204,47 +163,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "drone-1",
|
||||
name: "SurveyMaster Pro",
|
||||
price: "$5,999",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-texture-background_23-2151917177.jpg",
|
||||
imageAlt: "Professional survey drone",
|
||||
id: "drone-1", name: "SurveyMaster Pro", price: "$5,999", imageSrc: "http://img.b2bpic.net/free-photo/black-texture-background_23-2151917177.jpg", imageAlt: "Professional survey drone"
|
||||
},
|
||||
{
|
||||
id: "drone-2",
|
||||
name: "AdventureFly Mini",
|
||||
price: "$1,299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-drone-outdoors_23-2149392732.jpg",
|
||||
imageAlt: "Compact portable drone",
|
||||
id: "drone-2", name: "AdventureFly Mini", price: "$1,299", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-drone-outdoors_23-2149392732.jpg", imageAlt: "Compact portable drone"
|
||||
},
|
||||
{
|
||||
id: "drone-3",
|
||||
name: "Velocity Racer X",
|
||||
price: "$799",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-her-workshop-creative-invention_23-2149067207.jpg",
|
||||
imageAlt: "High-performance racing drone",
|
||||
id: "drone-3", name: "Velocity Racer X", price: "$799", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-her-workshop-creative-invention_23-2149067207.jpg", imageAlt: "High-performance racing drone"
|
||||
},
|
||||
{
|
||||
id: "drone-4",
|
||||
name: "AquaExplorer Sub",
|
||||
price: "$8,499",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-scuba-diver-sea-water-with-marine-life_23-2151456113.jpg",
|
||||
imageAlt: "Specialized underwater drone",
|
||||
id: "drone-4", name: "AquaExplorer Sub", price: "$8,499", imageSrc: "http://img.b2bpic.net/free-photo/portrait-scuba-diver-sea-water-with-marine-life_23-2151456113.jpg", imageAlt: "Specialized underwater drone"
|
||||
},
|
||||
{
|
||||
id: "drone-5",
|
||||
name: "AgriSpray 3000",
|
||||
price: "$12,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/drone-quad-copter-with-high-resolution-digital-camera-green-corn-field_146671-19056.jpg",
|
||||
imageAlt: "Agricultural crop spraying drone",
|
||||
id: "drone-5", name: "AgriSpray 3000", price: "$12,500", imageSrc: "http://img.b2bpic.net/free-photo/drone-quad-copter-with-high-resolution-digital-camera-green-corn-field_146671-19056.jpg", imageAlt: "Agricultural crop spraying drone"
|
||||
},
|
||||
{
|
||||
id: "drone-6",
|
||||
name: "HeavyLift Utility",
|
||||
price: "$18,999",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/urban-abandoned-factory_181624-124.jpg",
|
||||
imageAlt: "Heavy-lift utility drone",
|
||||
},
|
||||
id: "drone-6", name: "HeavyLift Utility", price: "$18,999", imageSrc: "http://img.b2bpic.net/free-photo/urban-abandoned-factory_181624-124.jpg", imageAlt: "Heavy-lift utility drone"
|
||||
}
|
||||
]}
|
||||
title="Our Fleet: Drones for Every Professional Need"
|
||||
description="Explore our diverse range of drones, each designed for specific professional applications, offering superior performance and specialized capabilities."
|
||||
@@ -259,29 +194,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "99.9%",
|
||||
title: "Flight Reliability",
|
||||
description: "Consistent mission success rate in diverse operational environments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flying-cars-illuminate-modern-city-skyline-dusk-generated-by-ai_188544-29971.jpg",
|
||||
imageAlt: "Holographic flight data display",
|
||||
id: "m1", value: "99.9%", title: "Flight Reliability", description: "Consistent mission success rate in diverse operational environments.", imageSrc: "http://img.b2bpic.net/free-photo/flying-cars-illuminate-modern-city-skyline-dusk-generated-by-ai_188544-29971.jpg", imageAlt: "Holographic flight data display"
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "45 Min+",
|
||||
title: "Average Flight Time",
|
||||
description: "Extended operational duration for complex and long-range missions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-robot-futuristic-environment_23-2151189206.jpg",
|
||||
imageAlt: "Sleek drone battery pack",
|
||||
id: "m2", value: "45 Min+", title: "Average Flight Time", description: "Extended operational duration for complex and long-range missions.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-robot-futuristic-environment_23-2151189206.jpg", imageAlt: "Sleek drone battery pack"
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "AI Powered",
|
||||
title: "Autonomous Operations",
|
||||
description: "Advanced AI for intelligent navigation, data analysis, and decision-making.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-scene-with-high-tech-robot-used-construction-industry_23-2151329545.jpg",
|
||||
imageAlt: "Abstract neural network visualization",
|
||||
},
|
||||
id: "m3", value: "AI Powered", title: "Autonomous Operations", description: "Advanced AI for intelligent navigation, data analysis, and decision-making.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-scene-with-high-tech-robot-used-construction-industry_23-2151329545.jpg", imageAlt: "Abstract neural network visualization"
|
||||
}
|
||||
]}
|
||||
title="Unmatched Performance & Reliability"
|
||||
description="Our commitment to excellence is reflected in the superior metrics of our drone fleet and operations. We prioritize precision, efficiency, and user satisfaction."
|
||||
@@ -297,26 +217,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Dr. Elara Vance",
|
||||
role: "Chief Engineer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-industry-technician-high-tech-factory-inspection-quality-control-production_482257-132256.jpg",
|
||||
imageAlt: "Headshot of Dr. Elara Vance",
|
||||
id: "t1", name: "Dr. Elara Vance", role: "Chief Engineer", imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-industry-technician-high-tech-factory-inspection-quality-control-production_482257-132256.jpg", imageAlt: "Headshot of Dr. Elara Vance"
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marcus 'Code' Sterling",
|
||||
role: "Lead AI Developer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-technician-hand-repairing-helicopter-toy_23-2147922359.jpg",
|
||||
imageAlt: "Headshot of Marcus Sterling",
|
||||
id: "t2", name: "Marcus 'Code' Sterling", role: "Lead AI Developer", imageSrc: "http://img.b2bpic.net/free-photo/male-technician-hand-repairing-helicopter-toy_23-2147922359.jpg", imageAlt: "Headshot of Marcus Sterling"
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Aisha Sharma",
|
||||
role: "Head of Operations",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-drone-flying-green-field-forest_181624-61115.jpg",
|
||||
imageAlt: "Headshot of Aisha Sharma",
|
||||
},
|
||||
id: "t3", name: "Aisha Sharma", role: "Head of Operations", imageSrc: "http://img.b2bpic.net/free-photo/closeup-drone-flying-green-field-forest_181624-61115.jpg", imageAlt: "Headshot of Aisha Sharma"
|
||||
}
|
||||
]}
|
||||
title="Meet the Minds Behind DroneWorks"
|
||||
description="Our team is composed of passionate engineers, visionary developers, and seasoned pilots, all united by a shared dedication to aerial innovation and excellence."
|
||||
@@ -329,47 +237,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "test-1",
|
||||
name: "John Davis, CEO of BuildRight Inc.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval-outdoors_23-2148269261.jpg",
|
||||
imageAlt: "John Davis",
|
||||
text: "DroneWorks' aerial surveys revolutionized our project planning. Their precision and efficiency are unmatched, delivering insights that significantly boosted our operational timelines.",
|
||||
id: "test-1", name: "John Davis, CEO of BuildRight Inc.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval-outdoors_23-2148269261.jpg", imageAlt: "John Davis", quote: "DroneWorks' aerial surveys revolutionized our project planning. Their precision and efficiency are unmatched, delivering insights that significantly boosted our operational timelines."
|
||||
},
|
||||
{
|
||||
id: "test-2",
|
||||
name: "Sarah Chen, Head of AgriCorp",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15936.jpg",
|
||||
imageAlt: "Sarah Chen",
|
||||
text: "The agricultural drones from DroneWorks have transformed our crop management. Real-time data and targeted spraying led to healthier yields and reduced resource waste.",
|
||||
id: "test-2", name: "Sarah Chen, Head of AgriCorp", imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15936.jpg", imageAlt: "Sarah Chen", quote: "The agricultural drones from DroneWorks have transformed our crop management. Real-time data and targeted spraying led to healthier yields and reduced resource waste."
|
||||
},
|
||||
{
|
||||
id: "test-3",
|
||||
name: "Michael Lee, Event Planner Extraordinaire",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-excited-man-holding-blank-speech-bubble-shouting-looking-aside-dark-gray-wall-copy-space_171337-579.jpg",
|
||||
imageAlt: "Michael Lee",
|
||||
text: "For large-scale events, DroneWorks provides breathtaking aerial cinematography. Their skilled pilots and cutting-edge equipment capture every moment beautifully and safely.",
|
||||
id: "test-3", name: "Michael Lee, Event Planner Extraordinaire", imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-excited-man-holding-blank-speech-bubble-shouting-looking-aside-dark-gray-wall-copy-space_171337-579.jpg", imageAlt: "Michael Lee", quote: "For large-scale events, DroneWorks provides breathtaking aerial cinematography. Their skilled pilots and cutting-edge equipment capture every moment beautifully and safely."
|
||||
},
|
||||
{
|
||||
id: "test-4",
|
||||
name: "Dr. Emily Smith, Oceanographic Institute",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/data-center-software-developer-analyzing-program-logs-metrics-close-up_482257-126787.jpg",
|
||||
imageAlt: "Dr. Emily Smith",
|
||||
text: "Our marine research has been greatly enhanced by DroneWorks' specialized underwater drones. They provide critical data collection in environments previously inaccessible.",
|
||||
id: "test-4", name: "Dr. Emily Smith, Oceanographic Institute", imageSrc: "http://img.b2bpic.net/free-photo/data-center-software-developer-analyzing-program-logs-metrics-close-up_482257-126787.jpg", imageAlt: "Dr. Emily Smith", quote: "Our marine research has been greatly enhanced by DroneWorks' specialized underwater drones. They provide critical data collection in environments previously inaccessible."
|
||||
},
|
||||
{
|
||||
id: "test-5",
|
||||
name: "David Kim, Logistics Lead at SpeedyShip",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-by-truck-guy-delivery-uniform-man-with-clipboard_1157-46178.jpg",
|
||||
imageAlt: "David Kim",
|
||||
text: "Integrating DroneWorks' delivery solutions has drastically improved our last-mile logistics. Their drones are reliable, fast, and ensure packages arrive on time, every time.",
|
||||
id: "test-5", name: "David Kim, Logistics Lead at SpeedyShip", imageSrc: "http://img.b2bpic.net/free-photo/man-by-truck-guy-delivery-uniform-man-with-clipboard_1157-46178.jpg", imageAlt: "David Kim", quote: "Integrating DroneWorks' delivery solutions has drastically improved our last-mile logistics. Their drones are reliable, fast, and ensure packages arrive on time, every time."
|
||||
},
|
||||
{
|
||||
id: "test-6",
|
||||
name: "Olivia Rodriguez, Urban Planning Consultant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-old-architect-showing-approval_23-2148269378.jpg",
|
||||
imageAlt: "Olivia Rodriguez",
|
||||
text: "The detailed mapping services from DroneWorks provided invaluable data for our latest urban development project, ensuring accuracy and efficiency from the ground up.",
|
||||
},
|
||||
id: "test-6", name: "Olivia Rodriguez, Urban Planning Consultant", imageSrc: "http://img.b2bpic.net/free-photo/front-view-old-architect-showing-approval_23-2148269378.jpg", imageAlt: "Olivia Rodriguez", quote: "The detailed mapping services from DroneWorks provided invaluable data for our latest urban development project, ensuring accuracy and efficiency from the ground up."
|
||||
}
|
||||
]}
|
||||
cardTitle="Hear From Our Valued Partners"
|
||||
cardTag="Customer Success Stories"
|
||||
@@ -383,30 +267,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What types of industries do you serve?",
|
||||
content: "We serve a wide range of industries including agriculture, construction, real estate, surveillance, logistics, environmental monitoring, and entertainment.",
|
||||
id: "q1", title: "What types of industries do you serve?", content: "We serve a wide range of industries including agriculture, construction, real estate, surveillance, logistics, environmental monitoring, and entertainment."
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are your drone pilots certified?",
|
||||
content: "Yes, all our drone pilots are fully certified and comply with all national and international aviation regulations, ensuring safe and professional operations.",
|
||||
id: "q2", title: "Are your drone pilots certified?", content: "Yes, all our drone pilots are fully certified and comply with all national and international aviation regulations, ensuring safe and professional operations."
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can your drones operate in adverse weather conditions?",
|
||||
content: "Many of our drones are designed with all-weather durability, enabling operation in various challenging conditions, though safety remains our top priority.",
|
||||
id: "q3", title: "Can your drones operate in adverse weather conditions?", content: "Many of our drones are designed with all-weather durability, enabling operation in various challenging conditions, though safety remains our top priority."
|
||||
},
|
||||
{
|
||||
id: "q4",
|
||||
title: "How do you ensure data security and privacy?",
|
||||
content: "We implement stringent data encryption protocols and adhere to strict privacy policies. All collected data is handled with the utmost confidentiality and in compliance with regulations.",
|
||||
id: "q4", title: "How do you ensure data security and privacy?", content: "We implement stringent data encryption protocols and adhere to strict privacy policies. All collected data is handled with the utmost confidentiality and in compliance with regulations."
|
||||
},
|
||||
{
|
||||
id: "q5",
|
||||
title: "What is the typical turnaround time for a project?",
|
||||
content: "Turnaround times vary depending on the project's complexity and scope. We provide a detailed timeline during the consultation phase to ensure transparency and meet your deadlines.",
|
||||
},
|
||||
id: "q5", title: "What is the typical turnaround time for a project?", content: "Turnaround times vary depending on the project's complexity and scope. We provide a detailed timeline during the consultation phase to ensure transparency and meet your deadlines."
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/remote-control-sound-settings-from-tablet_169016-23468.jpg"
|
||||
imageAlt="Person interacting with holographic drone FAQs"
|
||||
@@ -422,7 +296,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
variant: "plain"
|
||||
}}
|
||||
tag="Get in Touch"
|
||||
title="Ready to Elevate Your Business?"
|
||||
@@ -443,64 +317,50 @@ export default function LandingPage() {
|
||||
logoText="DroneWorks"
|
||||
columns={[
|
||||
{
|
||||
title: "Solutions",
|
||||
items: [
|
||||
title: "Solutions", items: [
|
||||
{
|
||||
label: "Agriculture",
|
||||
href: "#features",
|
||||
label: "Agriculture", href: "#features"
|
||||
},
|
||||
{
|
||||
label: "Construction",
|
||||
href: "#features",
|
||||
label: "Construction", href: "#features"
|
||||
},
|
||||
{
|
||||
label: "Surveillance",
|
||||
href: "#features",
|
||||
label: "Surveillance", href: "#features"
|
||||
},
|
||||
{
|
||||
label: "Mapping",
|
||||
href: "#features",
|
||||
},
|
||||
],
|
||||
label: "Mapping", href: "#features"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
label: "About Us", href: "#about"
|
||||
},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "#team",
|
||||
label: "Our Team", href: "#team"
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
label: "Careers", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
label: "Blog", href: "#"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
label: "FAQ", href: "#faq"
|
||||
},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
label: "Contact Us", href: "#contact"
|
||||
},
|
||||
{
|
||||
label: "Service Status",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
label: "Service Status", href: "#"
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2024 DroneWorks. All rights reserved."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user