Update src/app/page.tsx
This commit is contained in:
@@ -123,20 +123,17 @@ export default function LandingPage() {
|
||||
tagIcon={Sparkles}
|
||||
plans={[
|
||||
{
|
||||
id: "monthly-retainer", tag: "Monthly Retainer Plan", price: "$5,000", period: "/m", description: "Scale design, no-code builds & copy quicker than recruiting in-house.", button: { text: "Get started", href: "#contact" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
id: "monthly-retainer", tag: "Monthly Retainer Plan", price: "$5,000", period: "/m", description: "Scale design, no-code builds & copy quicker than recruiting in-house.", button: { text: "Get started", href: "#contact" }, featuresTitle: "What's Included:", features: [
|
||||
"Unlimited design requests", "48-hour turnaround", "Dedicated project manager", "Weekly status updates"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "standard-mvp", tag: "Standard MVP Package", price: "$75,000", period: "one-time", description: "Full MVP development with all core features and 30 days of support.", button: { text: "Schedule call", href: "#contact" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
id: "standard-mvp", tag: "Standard MVP Package", price: "$75,000", period: "one-time", description: "Full MVP development with all core features and 30 days of support.", button: { text: "Schedule call", href: "#contact" }, featuresTitle: "What's Included:", features: [
|
||||
"Full-stack development", "UI/UX design", "30-day support", "Performance optimization"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "enterprise", tag: "Enterprise Custom", price: "Custom", period: "quote", description: "Complex projects with custom requirements and extended support.", button: { text: "Contact us", href: "#contact" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
id: "enterprise", tag: "Enterprise Custom", price: "Custom", period: "quote", description: "Complex projects with custom requirements and extended support.", button: { text: "Contact us", href: "#contact" }, featuresTitle: "What's Included:", features: [
|
||||
"Custom development", "Advanced architecture", "Extended support", "Infrastructure setup"
|
||||
]
|
||||
}
|
||||
@@ -199,6 +196,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
mediaPosition="left"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user