Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-03-06 07:47:24 +00:00

View File

@@ -188,21 +188,21 @@ export default function HomePage() {
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)"
],
]
},
{
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)"
],
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"
],
]
},
]}
animationType="slide-up"