diff --git a/src/app/page.tsx b/src/app/page.tsx index e127ea4..ce94f2a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -147,13 +147,7 @@ export default function LandingPage() { { id: '3', name: 'Emily Rodriguez', handle: '@emilyrodriguezdesign', testimonial: 'The attention to detail in every interaction is remarkable. This is what communication should feel like on the internet.', imageSrc: "http://img.b2bpic.net/free-photo/portrait-employee-happy-be-back-work_23-2148727615.jpg", imageAlt: 'Emily Rodriguez' }, { id: '4', name: 'David Kim', handle: '@davidkim_ventures', testimonial: 'We switched all our internal communications to Connect. The privacy controls and reliability have been game-changing for our organization.', imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: 'David Kim' }, { id: '5', name: 'Jessica Martinez', handle: '@jessicam_creative', testimonial: 'Connect feels like the app I always wanted to exist. Clean design, fast performance, and real human connection. Perfect.', imageSrc: "http://img.b2bpic.net/free-photo/man-corrects-belt-fees-groom-man-s-hands-dressing-man-buttons-pants-jeans_8353-5893.jpg", imageAlt: 'Jessica Martinez' }, - { id: '6', name: 'Alex Thompson', handle: '@alexthompson_dev', testimonial: 'The API and developer experience are fantastic. Building on top of Connect has been a pleasure. This is the future of messaging.', imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", imageAlt: 'Alex Thompson' }, - { id: '7', name: 'Lisa Wang', handle: '@lisawang_founder', testimonial: 'As a startup founder, I needed a reliable communication tool. Connect exceeded all my expectations with its ease of use and robust features.', imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-casual-clothes_52683-8407.jpg", imageAlt: 'Lisa Wang' }, - { id: '8', name: 'James Murphy', handle: '@jamesmurphy_pm', testimonial: 'The UX is phenomenal. Every detail has been thoughtfully designed. My entire team switched within a week of trying it.', imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-with-crossed-arms_23-2148173657.jpg", imageAlt: 'James Murphy' }, - { id: '9', name: 'Priya Patel', handle: '@priya_insights', testimonial: 'Connect has become the backbone of our remote team communication. The reliability and speed are unmatched in the market.', imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-cute-young-girl-with-bright-emotions_23-2148378343.jpg", imageAlt: 'Priya Patel' }, - { id: '10', name: 'Marcus Johnson', handle: '@marcus_ventures', testimonial: 'Invested in Connect because I believed in the vision. Now I use it daily and recommend it to every entrepreneur I meet.', imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-office_23-2148204735.jpg", imageAlt: 'Marcus Johnson' }, - { id: '11', name: 'Sophia Laurent', handle: '@sophialaurent_design', testimonial: 'As a designer, I appreciate the thoughtful UI and UX. This is what modern communication looks like. Beautiful and functional.', imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-woman-studio_23-2148193892.jpg", imageAlt: 'Sophia Laurent' }, - { id: '12', name: 'Nathan Foster', handle: '@nathan_tech', testimonial: 'We migrated our entire enterprise to Connect. The onboarding was seamless, and our productivity increased immediately. Worth every penny.', imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-portrait_23-2148204394.jpg", imageAlt: 'Nathan Foster' } + { id: '6', name: 'Alex Thompson', handle: '@alexthompson_dev', testimonial: 'The API and developer experience are fantastic. Building on top of Connect has been a pleasure. This is the future of messaging.', imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", imageAlt: 'Alex Thompson' } ]} speed={40} topMarqueeDirection="left" @@ -186,8 +180,8 @@ export default function LandingPage() { background={{ variant: 'plain' }} useInvertedBackground={false} buttons={[ - { text: 'Start Free Trial', href: 'contact' }, - { text: 'Schedule Demo', href: 'contact' } + { text: 'Get Started Free', href: 'contact' }, + { text: 'Learn More', href: 'contact' } ]} />