Update src/app/page.tsx

This commit is contained in:
2026-03-10 20:31:22 +00:00
parent 1f30d4874e
commit 394cc0dccb

View File

@@ -209,7 +209,7 @@ export default function LandingPage() {
},
{
id: "2", badge: "Most Popular", badgeIcon: Sparkles,
price: "$599", name: "Complete Package", buttons: [
price: "$399", name: "Complete Package", buttons: [
{ text: "Get Started", href: "#contact" },
{ text: "Schedule Call", href: "#contact" }
],
@@ -218,7 +218,7 @@ export default function LandingPage() {
]
},
{
id: "3", price: "$999", name: "Executive Acceleration", buttons: [
id: "3", price: "$499", name: "Executive Acceleration", buttons: [
{ text: "Get Started", href: "#contact" },
{ text: "Schedule Call", href: "#contact" }
],