Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-16 12:35:26 +00:00

View File

@@ -41,7 +41,7 @@ export default function LandingPage() {
{
name: "Contact", id: "#contact"},
]}
brandName="MV Dron"
brandName="MV Drone"
button={{
text: "Book a Flight", href: "#contact"}}
/>
@@ -113,7 +113,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextAbout
useInvertedBackground={false}
title="MV Dron: Precision & Technology"
title="MV Drone: Precision & Technology"
buttons={[
{
text: "Learn More"},
@@ -128,7 +128,7 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
id: "starter", name: "Starter", price: "$499", features: [
id: "starter", name: "Starter", price: "$200", features: [
"1 hour flight", "Photography included", "Standard editing"],
buttons: [
{
@@ -136,7 +136,7 @@ export default function LandingPage() {
],
},
{
id: "pro", name: "Pro", price: "$999", features: [
id: "pro", name: "Pro", price: "$350", features: [
"2 hours flight", "Cinematic Video", "Fast delivery", "Color grading"],
buttons: [
{
@@ -144,7 +144,7 @@ export default function LandingPage() {
],
},
{
id: "elite", name: "Elite", price: "$1,999", features: [
id: "elite", name: "Elite", price: "$500", features: [
"Full day shoot", "FPV & Cinematic", "Custom sound design", "Priority support"],
buttons: [
{