5 Commits

Author SHA1 Message Date
17e378e785 Merge version_4 into main
Merge version_4 into main
2026-04-26 11:18:38 +00:00
4ef872e0d6 Update src/app/page.tsx 2026-04-26 11:18:34 +00:00
aa7eb1877f Merge version_3 into main
Merge version_3 into main
2026-04-26 11:17:01 +00:00
fcd6f46932 Update src/app/page.tsx 2026-04-26 11:16:57 +00:00
fc90974823 Merge version_2 into main
Merge version_2 into main
2026-04-26 10:36:30 +00:00

View File

@@ -117,9 +117,9 @@ export default function LandingPage() {
title="Transparent Pricing Packages"
description="Affordable, high-value web development solutions tailored to your business needs."
plans={[
{ id: "basic", tag: "Starter", price: "$999", period: "/ project", description: "Perfect for landing pages and simple business sites.", button: { text: "Get Started" }, 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: "Get Started" }, 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: "Contact Sales" }, featuresTitle: "Enterprise Features", features: ["Full-Stack Build", "Maintenance", "Custom API Dev"] },
{ 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: "Book a Consultation" }, featuresTitle: "Enterprise Features", features: ["Full-Stack Build", "Maintenance", "Custom API Dev"] },
]}
/>
</div>