Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-06-10 15:00:30 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
]}
brandName="UnitFlow"
button={{
text: "Sign Up Free", href: "#contact"}}
text: "Subscribe Now", href: "#contact"}}
/>
</div>
@@ -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."
/>
</div>
@@ -262,4 +262,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}