From b695978026cda9f96bfb4979a853ad02cdb2225c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 15:00:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 16d7e02..47e2c89 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { ]} brandName="UnitFlow" button={{ - text: "Sign Up Free", href: "#contact"}} + text: "Subscribe Now", href: "#contact"}} /> @@ -55,7 +55,7 @@ export default function LandingPage() { description="Streamline your apartment building management. Simplify rent, maintenance, and communication with our intuitive portal, designed for landlords with 10-100 units." buttons={[ { - text: "Get Started Free", href: "#contact"}, + text: "Subscribe Now", href: "#contact"}, { text: "See Features", href: "#features"}, ]} @@ -144,7 +144,7 @@ export default function LandingPage() { id: "professional-plan", title: "Professional Plan", price: "$9.99", period: "monthly", features: [ "Up to 100 units", "Rent tracking & reminders", "Maintenance request system", "Tenant communication tools", "Vendor management", "Financial reporting", "Dedicated customer support"], button: { - text: "Start Free Trial", href: "#contact"}, + text: "Subscribe Now", href: "#contact"}, imageSrc: "http://img.b2bpic.net/free-vector/big-data-analytics-solutions-isometric-landing_107791-3174.jpg", imageAlt: "Abstract illustration representing value and efficiency"}, ]} title="Simple, Transparent Pricing" @@ -202,14 +202,14 @@ export default function LandingPage() { variant: "plain"}} tag="Get Started Today" title="Ready to Simplify Your Management?" - description="Join thousands of landlords who trust UnitFlow to streamline their operations. Sign up for a free trial or request a demo to see our powerful features in action." + description="Join thousands of landlords who trust UnitFlow to streamline their operations. Enter your email to begin your monthly $9.99 subscription." imageSrc="http://img.b2bpic.net/free-photo/modern-interior-lobby-with-uncommon-furniture_1262-3576.jpg" imageAlt="Modern office space with a laptop displaying the UnitFlow portal" mediaAnimation="slide-up" mediaPosition="right" - inputPlaceholder="Enter your email for a free trial" - buttonText="Sign Up Now" - termsText="By clicking Sign Up, you're confirming that you agree with our Terms and Conditions and Privacy Policy." + inputPlaceholder="Enter your email" + buttonText="Subscribe Now" + termsText="By clicking Subscribe Now, you're confirming that you agree with our Terms and Conditions and Privacy Policy." /> @@ -262,4 +262,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1