Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -120,9 +120,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
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: "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: "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: "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: "$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: "$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"
|
||||
description="Choose the perfect package for your project."
|
||||
|
||||
Reference in New Issue
Block a user