Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 04:14:24 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="medium"
sizing="largeSmallSizeLargeTitles"
background="aurora"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="shadow"
secondaryButtonStyle="radial-glow"
@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Complete Employment Contracts in Minutes"
description="Fill contract details once, watch your ID 407 employment contract populate instantly. Click any blank area on the contract to edit, or use the guided form panel on the right. Seamless document editing for domestic helper employment contracts."
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "5 mins", label: "Average Completion Time" },
{ value: "100%", label: "Compliance Verified" },
@@ -157,16 +157,16 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", title: "Saved us hours of manual work", quote: "We used to spend entire days filling out contracts manually. With ContractFlow, we complete 20+ contracts daily with zero errors. The dual-panel design means we never have to switch between documents.", name: "Jennifer Wong", role: "HR Director", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Jennifer Wong headshot"
id: "1", title: "Saved us hours of manual work", quote: "We used to spend entire days filling out contracts manually. With ContractFlow, we complete 20+ contracts daily with zero errors. The dual-panel design means we never have to switch between documents.", name: "Jennifer Wong", role: "HR Director", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Jennifer Wong headshot"
},
{
id: "2", title: "Perfect for first-time employers", quote: "As someone hiring a domestic helper for the first time, I was overwhelmed. This interface guided me through every field and showed me exactly where to fill in the PDF. Compliance was automatic.", name: "David Chen", role: "Individual Employer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "David Chen headshot"
id: "2", title: "Perfect for first-time employers", quote: "As someone hiring a domestic helper for the first time, I was overwhelmed. This interface guided me through every field and showed me exactly where to fill in the PDF. Compliance was automatic.", name: "David Chen", role: "Individual Employer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Chen headshot"
},
{
id: "3", title: "Compliance officer's dream", quote: "Every contract generated through ContractFlow passes our compliance checks on first submission. The ID 407 template is perfect, and the audit trail is invaluable for our records.", name: "Sarah Johnson", role: "Legal Compliance Officer", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Sarah Johnson headshot"
id: "3", title: "Compliance officer's dream", quote: "Every contract generated through ContractFlow passes our compliance checks on first submission. The ID 407 template is perfect, and the audit trail is invaluable for our records.", name: "Sarah Johnson", role: "Legal Compliance Officer", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Johnson headshot"
},
{
id: "4", title: "Our team productivity increased 5x", quote: "We went from processing 5 contracts per person per day to 25. The interface is intuitive, the live updates are seamless, and we rarely need to ask for clarification from clients.", name: "Michael Torres", role: "Agency Operations Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Torres headshot"
id: "4", title: "Our team productivity increased 5x", quote: "We went from processing 5 contracts per person per day to 25. The interface is intuitive, the live updates are seamless, and we rarely need to ask for clarification from clients.", name: "Michael Torres", role: "Agency Operations Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Torres headshot"
}
]}
/>