diff --git a/src/app/page.tsx b/src/app/page.tsx index 427dfcb..d2fbd00 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Premium Communication" tagIcon={MessageCircle} tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "floatingGradient" }} imageSrc="http://img.b2bpic.net/free-photo/team-working-together-project_23-2149325483.jpg" imageAlt="Communication platform interface" imagePosition="right" @@ -72,7 +72,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "Instant Messaging", description: "Real-time chat with typing indicators, read receipts, and message search. Share files, images, and links instantly with beautiful previews.", imageSrc: "http://img.b2bpic.net/free-photo/bucharest-romania-july-30th-2024-man-typing-prompts-into-ai-powered-chat_482257-123072.jpg?_wi=1", imageAlt: "Instant messaging interface" + title: "Instant Messaging", description: "Real-time chat with typing indicators, read receipts, and message search. Share files, images, and links instantly with beautiful previews.", imageSrc: "http://img.b2bpic.net/free-photo/bucharest-romania-july-30th-2024-man-typing-prompts-into-ai-powered-chat_482257-123072.jpg", imageAlt: "Instant messaging interface" }, { id: 2, @@ -84,7 +84,7 @@ export default function LandingPage() { }, { id: 4, - title: "Seamless Integration", description: "Connect with your favorite tools. Integrations with Slack, Teams, Zoom, and 500+ applications. API access for custom workflows.", imageSrc: "http://img.b2bpic.net/free-photo/bucharest-romania-july-30th-2024-man-typing-prompts-into-ai-powered-chat_482257-123072.jpg?_wi=2", imageAlt: "Integration ecosystem" + title: "Seamless Integration", description: "Connect with your favorite tools. Integrations with Slack, Teams, Zoom, and 500+ applications. API access for custom workflows.", imageSrc: "http://img.b2bpic.net/free-photo/bucharest-romania-july-30th-2024-man-typing-prompts-into-ai-powered-chat_482257-123072.jpg", imageAlt: "Integration ecosystem" } ]} buttons={[ @@ -132,16 +132,16 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", title: "Transformed how we collaborate", quote: "ConnectHub has completely transformed how our distributed team communicates. The call quality is exceptional and the interface is so intuitive. We've saved thousands in licensing fees switching from other platforms.", name: "Sarah Mitchell", role: "CEO, TechFlow Inc", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Mitchell headshot" + id: "1", title: "Transformed how we collaborate", quote: "ConnectHub has completely transformed how our distributed team communicates. The call quality is exceptional and the interface is so intuitive. We've saved thousands in licensing fees switching from other platforms.", name: "Sarah Mitchell", role: "CEO, TechFlow Inc", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Mitchell headshot" }, { - id: "2", title: "Security and reliability we trust", quote: "As a financial services company, security is paramount. ConnectHub's end-to-end encryption and compliance certifications give us complete peace of mind. The reliability is outstanding.", name: "Michael Chen", role: "CTO, SecureBank Solutions", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Michael Chen headshot" + id: "2", title: "Security and reliability we trust", quote: "As a financial services company, security is paramount. ConnectHub's end-to-end encryption and compliance certifications give us complete peace of mind. The reliability is outstanding.", name: "Michael Chen", role: "CTO, SecureBank Solutions", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen headshot" }, { - id: "3", title: "Beautiful design meets functionality", quote: "The user experience is simply beautiful. My team loves using it. The features are powerful but never overwhelming. This is what communication software should be.", name: "Emily Rodriguez", role: "Design Director, CreativeStudio", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Emily Rodriguez headshot" + id: "3", title: "Beautiful design meets functionality", quote: "The user experience is simply beautiful. My team loves using it. The features are powerful but never overwhelming. This is what communication software should be.", name: "Emily Rodriguez", role: "Design Director, CreativeStudio", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Emily Rodriguez headshot" }, { - id: "4", title: "Best investment we made this year", quote: "Switching to ConnectHub was the best decision. It's faster, more reliable, and our team is actually happier. The onboarding was seamless and support is incredible.", name: "David Kim", role: "Operations Manager, StartupXYZ", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Kim headshot" + id: "4", title: "Best investment we made this year", quote: "Switching to ConnectHub was the best decision. It's faster, more reliable, and our team is actually happier. The onboarding was seamless and support is incredible.", name: "David Kim", role: "Operations Manager, StartupXYZ", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim headshot" } ]} /> @@ -171,7 +171,7 @@ export default function LandingPage() {