diff --git a/src/app/page.tsx b/src/app/page.tsx index 4369d8e..1f60be7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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", 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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=2", imageAlt: "Michael Torres headshot" } ]} />