diff --git a/src/app/page.tsx b/src/app/page.tsx index 944b766..cea1791 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,45 +29,25 @@ export default function LandingPage() {
@@ -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" /> @@ -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() {