Merge version_3 into main #4

Merged
bender merged 2 commits from version_3 into main 2026-03-06 07:46:03 +00:00
2 changed files with 17 additions and 10 deletions

View File

@@ -5,7 +5,7 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "DroneVision - Professional Aerial Solutions", description: "Certified drone services trusted by 500+ brands for stunning aerial photography, videography, and surveying solutions."};
title: "DroneVision - Professional Aerial Solutions", description: "Capture stunning perspectives with cutting-edge drone technology for aerial photography, videography, and surveying."};
export default function RootLayout({
children,

View File

@@ -50,16 +50,20 @@ export default function HomePage() {
mediaItems={[
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYwK4Cz6PEx5jh2gk5mnsvZcTC/a-stunning-aerial-view-of-a-landscape-sh-1772782817665-16df9357.png", imageAlt: "Aerial landscape photography"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYwK4Cz6PEx5jh2gk5mnsvZcTC/a-stunning-aerial-view-of-a-landscape-sh-1772782817665-16df9357.png", imageAlt: "Aerial landscape photography"
},
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYwK4Cz6PEx5jh2gk5mnsvZcTC/professional-aerial-drone-shot-of-a-mode-1772782817830-60d56fe9.png", imageAlt: "City skyline aerial shot"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYwK4Cz6PEx5jh2gk5mnsvZcTC/professional-aerial-drone-shot-of-a-mode-1772782817830-60d56fe9.png", imageAlt: "City skyline aerial shot"
},
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYwK4Cz6PEx5jh2gk5mnsvZcTC/aerial-drone-photography-of-a-beautiful--1772782818376-e333f5ba.png", imageAlt: "Sunset coastal drone photography"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYwK4Cz6PEx5jh2gk5mnsvZcTC/aerial-drone-photography-of-a-beautiful--1772782818376-e333f5ba.png", imageAlt: "Sunset coastal drone photography"
},
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYwK4Cz6PEx5jh2gk5mnsvZcTC/aerial-drone-view-of-a-dense-forest-with-1772782817961-5cf7439c.png", imageAlt: "Forest aerial view"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYwK4Cz6PEx5jh2gk5mnsvZcTC/aerial-drone-view-of-a-dense-forest-with-1772782817961-5cf7439c.png", imageAlt: "Forest aerial view"
},
]}
mediaAnimation="slide-up"
buttons={[
@@ -73,7 +77,7 @@ export default function HomePage() {
<div id="about" data-section="about">
<SplitAbout
title="About DroneVision"
description="Certified by leading industry authorities and trusted by 500+ brands worldwide, DroneVision delivers exceptional aerial content. With a team of certified professionals and years of expertise, we revolutionize visual storytelling through advanced drone technology and premium cinematic solutions."
description="We're passionate about revolutionizing visual storytelling through advanced drone technology. With years of expertise and a team of certified professionals, we deliver exceptional aerial content that transforms how brands and businesses communicate their stories."
tag="Our Story"
tagIcon={Users}
tagAnimation="slide-up"
@@ -183,19 +187,22 @@ export default function HomePage() {
id: "basic", badge: "Great For Starting", badgeIcon: Sparkles,
price: "$500", subtitle: "Perfect for small projects", buttons: [{ text: "Get Started", href: "/contact" }],
features: [
"Up to 1 hour flight time", "Basic editing", "Up to 50 high-resolution photos", "Quick turnaround (5 business days)"],
"Up to 1 hour flight time", "Basic editing", "Up to 50 high-resolution photos", "Quick turnaround (5 business days)"
],
},
{
id: "professional", badge: "Most Popular", badgeIcon: Sparkles,
price: "$1,200", subtitle: "Best for professional projects", buttons: [{ text: "Choose Plan", href: "/contact" }],
features: [
"Up to 4 hours flight time", "Professional editing", "Unlimited high-resolution photos", "4K video footage", "Priority turnaround (3 business days)"],
},
"Up to 4 hours flight time", "Professional editing", "Unlimited high-resolution photos", "4K video footage", "Priority turnaround (3 business days)"
],
cardClassName: "scale-105 shadow-2xl"},
{
id: "premium", badge: "Elite Choice", badgeIcon: Sparkles,
price: "$2,500", subtitle: "For comprehensive solutions", buttons: [{ text: "Get Quote", href: "/contact" }],
features: [
"Unlimited flight time", "Premium cinematic editing", "Raw footage delivery", "8K capability", "Drone pilot + editor on-site", "Same-day or next-day turnaround"],
"Unlimited flight time", "Premium cinematic editing", "Raw footage delivery", "8K capability", "Drone pilot + editor on-site", "Same-day or next-day turnaround"
],
},
]}
animationType="slide-up"