Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7777ff7464 | |||
| 62ca9eccc6 | |||
| a03651a19e |
@@ -120,9 +120,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{ id: "starter", badge: "Essential", price: "$1,999", subtitle: "Perfect for new businesses", features: ["Landing Page", "Mobile Optimized", "Standard SEO"], buttons: [{ text: "Contact Us", href: "#contact" }] },
|
{ id: "starter", badge: "Essential", price: "$1,000", subtitle: "Perfect for new businesses", features: ["Landing Page", "Mobile Optimized", "Standard SEO"], buttons: [{ text: "Contact Us", href: "#contact" }] },
|
||||||
{ id: "pro", badge: "Popular", price: "$4,999", subtitle: "Great for growing companies", features: ["Full Website", "Custom UI", "Advanced SEO", "Support"], buttons: [{ text: "Contact Us", href: "#contact" }] },
|
{ id: "pro", badge: "Popular", price: "$2,000", subtitle: "Great for growing companies", features: ["Full Website", "Custom UI", "Advanced SEO", "Support"], buttons: [{ text: "Contact Us", href: "#contact" }] },
|
||||||
{ id: "premium", badge: "Enterprise", price: "$9,999+", subtitle: "For established brands", features: ["Custom App", "E-commerce", "Full Maintenance", "24/7 Priority"], buttons: [{ text: "Contact Us", href: "#contact" }] },
|
{ id: "premium", badge: "Enterprise", price: "$4,000", subtitle: "For established brands", features: ["Custom App", "E-commerce", "Full Maintenance", "24/7 Priority"], buttons: [{ text: "Contact Us", href: "#contact" }] },
|
||||||
]}
|
]}
|
||||||
title="Pricing Plans"
|
title="Pricing Plans"
|
||||||
description="Choose the perfect package for your project."
|
description="Choose the perfect package for your project."
|
||||||
|
|||||||
Reference in New Issue
Block a user