Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 17e378e785 | |||
| 4ef872e0d6 | |||
| aa7eb1877f |
@@ -119,7 +119,7 @@ export default function LandingPage() {
|
||||
plans={[
|
||||
{ id: "basic", tag: "Starter", price: "$999", period: "/ project", description: "Perfect for landing pages and simple business sites.", button: { text: "Start Your Build" }, featuresTitle: "Core Features", features: ["Responsive Design", "Basic SEO", "CMS Integration"] },
|
||||
{ id: "pro", tag: "Pro", price: "$2,499", period: "/ project", description: "For scaling businesses needing custom functionality.", button: { text: "Start Your Build" }, featuresTitle: "Pro Features", features: ["Advanced Auth", "Database Design", "Cloud Setup"] },
|
||||
{ id: "enterprise", tag: "Enterprise", price: "$5,000+", period: "/ custom", description: "Full-scale SaaS platforms and complex web apps.", button: { text: "Request Discovery Call" }, featuresTitle: "Enterprise Features", features: ["Full-Stack Build", "Maintenance", "Custom API Dev"] },
|
||||
{ id: "enterprise", tag: "Enterprise", price: "$5,000+", period: "/ custom", description: "Full-scale SaaS platforms and complex web apps.", button: { text: "Book a Consultation" }, featuresTitle: "Enterprise Features", features: ["Full-Stack Build", "Maintenance", "Custom API Dev"] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user