Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d54c26977a | |||
| 1a491586ad |
@@ -104,7 +104,7 @@ export default function LandingPage() {
|
||||
plans={[
|
||||
{
|
||||
id: "1", badge: "Starter", badgeIcon: Zap,
|
||||
price: "$1,000", subtitle: "Perfect for small business sites", buttons: [
|
||||
price: "$1,000", subtitle: "Perfect for small business sites — trusted by 150+ clients", buttons: [
|
||||
{ text: "Get Started", href: "#booking" },
|
||||
{ text: "Learn More", href: "#services" }
|
||||
],
|
||||
@@ -114,7 +114,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "2", badge: "Professional", badgeIcon: Sparkles,
|
||||
price: "$3,000", subtitle: "Ideal for growing businesses", buttons: [
|
||||
price: "$3,000", subtitle: "Ideal for growing businesses — backed by 400+ successful projects", buttons: [
|
||||
{ text: "Get Started", href: "#booking" },
|
||||
{ text: "Learn More", href: "#services" }
|
||||
],
|
||||
@@ -124,7 +124,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "3", badge: "Enterprise", badgeIcon: Crown,
|
||||
price: "$7,000", subtitle: "Custom solutions for enterprises", buttons: [
|
||||
price: "$7,000", subtitle: "Custom solutions for enterprises — trusted by 50+ Fortune 500 companies", buttons: [
|
||||
{ text: "Schedule Call", href: "#booking" },
|
||||
{ text: "Get Quote", href: "#contact" }
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user