Update src/app/page.tsx

This commit is contained in:
2026-06-10 06:28:04 +00:00
parent bb1762d97e
commit 90798b63bf

View File

@@ -58,11 +58,11 @@ export default function LandingPage() {
{ text: "Explore Features", href: "#features" }
]}
testimonials={[
{ name: "Dr. Anya Sharma", testimonial: "ChatX AI has revolutionized how we interact with data. The AI agents are incredibly intuitive and the security is unmatched. Truly a game-changer for enterprise AI.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-stylish-jacket-is-posing-photographer-blue-red-lights_613910-13126.jpg", imageAlt: "Dr. Anya Sharma" },
{ name: "Mark Chen", testimonial: "The voice assistants are astonishingly natural, making complex tasks feel effortless. Our team's productivity has soared since implementing ChatX AI.", imageSrc: "http://img.b2bpic.net/free-photo/videographer-smiling-camera-working-computer-editing-video-footage-audio-app-sitting-mo_482257-2649.jpg", imageAlt: "Mark Chen" },
{ name: "Sarah Miller", testimonial: "From AI image generation to project management, ChatX AI integrates seamlessly into our workflow. The data isolation features provide absolute peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/sensual-blond-female-dressed-purple-jacket-isolated-dark-grey-background_613910-141.jpg", imageAlt: "Sarah Miller" },
{ name: "David Lee", testimonial: "As a developer, the AI Marketplace is a goldmine. Cloning and customizing agents is incredibly efficient, accelerating our project timelines significantly.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-tablet-user-glasses-happy-about-high-speed-connection_74855-2969.jpg", imageAlt: "David Lee" },
{ name: "Emily Watson", testimonial: "The AI image and video generation tools are powerful and easy to use, opening up new creative avenues. This platform truly delivers on its promise of next-gen AI.", imageSrc: "http://img.b2bpic.net/free-photo/man-black-working-laptop-cafe_23-2147962625.jpg", imageAlt: "Emily Watson" }
{ name: "Dr. Anya Sharma", testimonial: "ChatX AI has revolutionized how we interact with data. The AI agents are incredibly intuitive and the security is unmatched. Truly a game-changer for enterprise AI.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-stylish-jacket-is-posing-photographer-blue-red-lights_613910-13126.jpg", imageAlt: "Dr. Anya Sharma", handle: "AI Researcher", rating: 5 },
{ name: "Mark Chen", testimonial: "The voice assistants are astonishingly natural, making complex tasks feel effortless. Our team's productivity has soared since implementing ChatX AI.", imageSrc: "http://img.b2bpic.net/free-photo/videographer-smiling-camera-working-computer-editing-video-footage-audio-app-sitting-mo_482257-2649.jpg", imageAlt: "Mark Chen", handle: "Lead Developer", rating: 5 },
{ name: "Sarah Miller", testimonial: "From AI image generation to project management, ChatX AI integrates seamlessly into our workflow. The data isolation features provide absolute peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/sensual-blond-female-dressed-purple-jacket-isolated-dark-grey-background_613910-141.jpg", imageAlt: "Sarah Miller", handle: "Creative Director", rating: 5 },
{ name: "David Lee", testimonial: "As a developer, the AI Marketplace is a goldmine. Cloning and customizing agents is incredibly efficient, accelerating our project timelines significantly.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-tablet-user-glasses-happy-about-high-speed-connection_74855-2969.jpg", imageAlt: "David Lee", handle: "Product Manager", rating: 5 },
{ name: "Emily Watson", testimonial: "The AI image and video generation tools are powerful and easy to use, opening up new creative avenues. This platform truly delivers on its promise of next-gen AI.", imageSrc: "http://img.b2bpic.net/free-photo/man-black-working-laptop-cafe_23-2147962625.jpg", imageAlt: "Emily Watson", handle: "AI Innovator", rating: 5 }
]}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/happy-smiling-man-winter-sweater-is-posing-photographer-studio_613910-13711.jpg", alt: "AI Avatar 1" },