Merge version_1 into main #2
192
src/app/page.tsx
192
src/app/page.tsx
@@ -29,45 +29,25 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Product",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Solutions",
|
||||
id: "how-it-works",
|
||||
},
|
||||
{
|
||||
name: "Compliance",
|
||||
id: "compliance",
|
||||
},
|
||||
{ name: "Product", id: "features" },
|
||||
{ name: "Solutions", id: "how-it-works" },
|
||||
{ name: "Compliance", id: "compliance" },
|
||||
]}
|
||||
button={{
|
||||
text: "Book Demo",
|
||||
href: "#contact",
|
||||
}}
|
||||
button={{ text: "Book Demo", href: "#contact" }}
|
||||
brandName="ResiFlo"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="The Operating System for Supported Housing"
|
||||
description="Replace spreadsheets, automate onboarding packs, and manage your entire resident lifecycle in one platform. Stop managing chaos, start running a system."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Demo",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Watch Overview",
|
||||
href: "#how-it-works",
|
||||
},
|
||||
{ text: "Book Demo", href: "#contact" },
|
||||
{ text: "Watch Overview", href: "#how-it-works" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-work-environment-empty-office-business-industry-enterprise-culture_482257-118995.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-work-environment-empty-office-business-industry-enterprise-culture_482257-118995.jpg"
|
||||
imageAlt="Professional SaaS dashboard for property management"
|
||||
/>
|
||||
</div>
|
||||
@@ -79,20 +59,11 @@ export default function LandingPage() {
|
||||
title="Your operations are fragmented. Your risk is growing."
|
||||
description="Every day spent managing manual RSL packs and tracking documents across WhatsApp is a financial and regulatory risk. ResiFlo brings order to the chaos."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Manual Tracking",
|
||||
description: "Escaping the spreadsheet trap with real-time tracking.",
|
||||
},
|
||||
{
|
||||
title: "Onboarding Bottlenecks",
|
||||
description: "Automating 40–110 page packs in seconds, not days.",
|
||||
},
|
||||
{
|
||||
title: "Compliance Blindness",
|
||||
description: "Full visibility on audit status and documentation gaps.",
|
||||
},
|
||||
{ title: "Manual Tracking", description: "Escaping the spreadsheet trap with real-time tracking." },
|
||||
{ title: "Onboarding Bottlenecks", description: "Automating 40–110 page packs in seconds, not days." },
|
||||
{ title: "Compliance Blindness", description: "Full visibility on audit status and documentation gaps." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-work-environment-empty-office-business-industry-enterprise-culture_482257-118995.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-work-environment-empty-office-business-industry-enterprise-culture_482257-118995.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -103,33 +74,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Automated RSL Packs",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/programming-language-notebook-used-by-server-room-it-experts-close-up_482257-119942.jpg",
|
||||
tags: [
|
||||
"Automated",
|
||||
"High Efficiency",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Compliance Built-In",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-inspectors-solving-crimes_482257-75331.jpg",
|
||||
tags: [
|
||||
"Regulatory",
|
||||
"Risk Free",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Finance & HB Tracking",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/financial-broker-analyzing-stock-trade-market-computer-using-exchange-hedge-fund-statistics-create-investment-profit-entrepreneur-working-with-forex-real-time-sales-trend-handheld-shot_482257-40951.jpg",
|
||||
tags: [
|
||||
"Financial",
|
||||
"Reporting",
|
||||
],
|
||||
},
|
||||
{ id: "f1", title: "Automated RSL Packs", imageSrc: "http://img.b2bpic.net/free-photo/programming-language-notebook-used-by-server-room-it-experts-close-up_482257-119942.jpg", tags: ["Automated", "High Efficiency"] },
|
||||
{ id: "f2", title: "Compliance Built-In", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-inspectors-solving-crimes_482257-75331.jpg", tags: ["Regulatory", "Risk Free"] },
|
||||
{ id: "f3", title: "Finance & HB Tracking", imageSrc: "http://img.b2bpic.net/free-photo/financial-broker-analyzing-stock-trade-market-computer-using-exchange-hedge-fund-statistics-create-investment-profit-entrepreneur-working-with-forex-real-time-sales-trend-handheld-shot_482257-40951.jpg", tags: ["Financial", "Reporting"] },
|
||||
]}
|
||||
title="One platform. Total control."
|
||||
description="Everything you need to manage your lifecycle from intake to audit."
|
||||
@@ -140,34 +87,11 @@ export default function LandingPage() {
|
||||
<MetricCardSeven
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "70%",
|
||||
title: "Admin Time Reduction",
|
||||
items: [
|
||||
"Automated workflows",
|
||||
"Streamlined reporting",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "90%",
|
||||
title: "Faster Onboarding",
|
||||
items: [
|
||||
"Instant RSL packs",
|
||||
"Digital signing",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Compliance Visibility",
|
||||
items: [
|
||||
"Automated audit trails",
|
||||
"Real-time alerts",
|
||||
],
|
||||
},
|
||||
{ id: "m1", value: "70%", title: "Admin Time Reduction", items: ["Automated workflows", "Streamlined reporting"] },
|
||||
{ id: "m2", value: "90%", title: "Faster Onboarding", items: ["Instant RSL packs", "Digital signing"] },
|
||||
{ id: "m3", value: "100%", title: "Compliance Visibility", items: ["Automated audit trails", "Real-time alerts"] },
|
||||
]}
|
||||
title="Proven Operational Efficiency"
|
||||
description="Quantifiable results that transform supported housing operations."
|
||||
@@ -179,26 +103,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Is ResiFlo audit-ready?",
|
||||
content: "Yes, we generate full audit-ready packs in one click, ensuring no document is ever missing.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How is compliance enforced?",
|
||||
content: "Our platform enforces mandatory fields and sends automatic reminders for all upcoming reviews.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can I integrate with council systems?",
|
||||
content: "ResiFlo is designed to bridge the gap between providers and local authorities seamlessly.",
|
||||
},
|
||||
{
|
||||
id: "q4",
|
||||
title: "How is resident finance tracked?",
|
||||
content: "We provide dedicated HB tracking, arrears flagging, and council notification tools.",
|
||||
},
|
||||
{ id: "q1", title: "Is ResiFlo audit-ready?", content: "Yes, we generate full audit-ready packs in one click, ensuring no document is ever missing." },
|
||||
{ id: "q2", title: "How is compliance enforced?", content: "Our platform enforces mandatory fields and sends automatic reminders for all upcoming reviews." },
|
||||
{ id: "q3", title: "Can I integrate with council systems?", content: "ResiFlo is designed to bridge the gap between providers and local authorities seamlessly." },
|
||||
{ id: "q4", title: "How is resident finance tracked?", content: "We provide dedicated HB tracking, arrears flagging, and council notification tools." },
|
||||
]}
|
||||
title="Built for compliance from day one"
|
||||
description="Everything we do is designed to minimize risk and maximize audit readiness."
|
||||
@@ -209,9 +117,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Get Started"
|
||||
title="Stop managing chaos. Start running a system."
|
||||
description="Book a demo to see how ResiFlo can revolutionize your supported housing operations today."
|
||||
@@ -223,53 +129,9 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
{
|
||||
label: "Product",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Solutions",
|
||||
href: "#how-it-works",
|
||||
},
|
||||
{
|
||||
label: "Compliance",
|
||||
href: "#compliance",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Platform", items: [{ label: "Product", href: "#features" }, { label: "Solutions", href: "#how-it-works" }, { label: "Compliance", href: "#compliance" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Careers", href: "#" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
]}
|
||||
logoText="ResiFlo"
|
||||
copyrightText="© 2024 ResiFlo Technologies"
|
||||
|
||||
Reference in New Issue
Block a user