From 57e2ce1fdbb03117c1186a71e048c05b3da7a3cc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:12:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c2ccdbd..4a3d408 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" />