diff --git a/src/app/page.tsx b/src/app/page.tsx index a6866f1..7b8805e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -128,9 +128,9 @@ export default function LandingPage() { plans={[ { id: "standard", badge: "Standard Package", badgeIcon: Sparkles, - price: "$1,999", subtitle: "Everything you need for a professional web presence", buttons={[ + price: "$1,999", subtitle: "Everything you need for a professional web presence", buttons: [ { text: "Get Started", href: "contact" } - ]}, + ], features: [ "5-page professional website", "Mobile-responsive design", "Professional branding", "Contact form integration", "72-hour turnaround", "Payment after approval" ]