Update src/app/page.tsx
This commit is contained in:
@@ -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" }
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user