diff --git a/src/app/page.tsx b/src/app/page.tsx index 8db1b53..1c89b0e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"