Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c09586b711 | |||
| 4bbd5f2b61 | |||
| 35b1255e1f | |||
| 214ca9792d | |||
| caa1633c93 | |||
| ff32efb00c | |||
| 9bea8dae8e | |||
| 3ab35b7872 |
@@ -1,69 +1,20 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Public_Sans } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const publicSans = Public_Sans({
|
||||
variable: "--font-public-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Professional Drone Services | Aerial Photography & Filming",
|
||||
description: "Expert drone services for aerial photography, cinematic filming, land surveying, and event coverage. High-quality content tailored to your vision.",
|
||||
keywords: "drone services, aerial photography, drone filming, aerial videography, land surveying, event coverage",
|
||||
metadataBase: new URL("https://dronevision.com"),
|
||||
alternates: {
|
||||
canonical: "https://dronevision.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Professional Drone Services | DroneVision",
|
||||
description: "Capture stunning aerial perspectives with cutting-edge drone technology. Expert aerial photography, filming, and surveying services.",
|
||||
url: "https://dronevision.com",
|
||||
siteName: "DroneVision",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYwK4Cz6PEx5jh2gk5mnsvZcTC/a-stunning-aerial-view-of-a-landscape-sh-1772782817665-16df9357.png",
|
||||
alt: "Aerial drone photography",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Professional Drone Services | DroneVision",
|
||||
description: "Expert aerial photography, filming, and surveying solutions for your business.",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYwK4Cz6PEx5jh2gk5mnsvZcTC/a-stunning-aerial-view-of-a-landscape-sh-1772782817665-16df9357.png",
|
||||
],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
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,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${publicSans.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1431,7 +1382,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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={[
|
||||
@@ -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)"
|
||||
]
|
||||
},
|
||||
{
|
||||
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"
|
||||
@@ -243,4 +250,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user