Update src/app/page.tsx

This commit is contained in:
2026-05-09 09:09:46 +00:00
parent 0369f5aed4
commit b0891866c5

View File

@@ -45,13 +45,13 @@ export default function LandingPage() {
title="Welcome to FARXOD AI"
description="Experience the next generation of artificial intelligence. High-speed reasoning, intuitive design, and absolute precision."
testimonials={[
{ name: "Alex R.", handle: "@alex", testimonial: "The fastest AI I have ever interacted with.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/rendering-abstract-futuristic-background-with-glowing-neon-blue-lights_181624-26042.jpg", imageAlt: "AI chatbot interface" },
{ name: "Alex R.", handle: "@alex", testimonial: "The fastest AI I have ever interacted with.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/rendering-abstract-futuristic-background-with-glowing-neon-blue-lights_181624-26042.jpg?_wi=1", imageAlt: "AI chatbot interface" },
{ name: "Jordan S.", handle: "@js", testimonial: "FARXOD AI completely changed my workflow.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/technician-optimizing-data-center-equipment-maximum-efficiency_482257-117650.jpg", imageAlt: "AI chatbot interface" },
{ name: "Sam L.", handle: "@sam", testimonial: "Incredible, sleek, and intuitive UI.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sleek-desktop-workspace-displays-active-code-windows-artificial-intelligence_482257-126307.jpg", imageAlt: "AI chatbot interface" },
{ name: "Sam L.", handle: "@sam", testimonial: "Incredible, sleek, and intuitive UI.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sleek-desktop-workspace-displays-active-code-windows-artificial-intelligence_482257-126307.jpg?_wi=1", imageAlt: "AI chatbot interface" },
{ name: "Taylor B.", handle: "@tb", testimonial: "The best chatbot interface in existence.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-man-looking-into-distance_1262-3510.jpg", imageAlt: "AI chatbot interface" },
{ name: "Casey W.", handle: "@cw", testimonial: "Performance is unmatched.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/modern-working-place_23-2147833285.jpg", imageAlt: "AI chatbot interface" },
{ name: "Casey W.", handle: "@cw", testimonial: "Performance is unmatched.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/modern-working-place_23-2147833285.jpg?_wi=1", imageAlt: "AI chatbot interface" },
]}
imageSrc="http://img.b2bpic.net/free-photo/rendering-abstract-futuristic-background-with-glowing-neon-blue-lights_181624-26042.jpg"
imageSrc="http://img.b2bpic.net/free-photo/rendering-abstract-futuristic-background-with-glowing-neon-blue-lights_181624-26042.jpg?_wi=2"
imageAlt="AI chatbot interface"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", alt: "User portrait" },
@@ -112,8 +112,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Sarah", date: "2023", title: "CEO", quote: "The future of AI is here.", tag: "Tech", avatarSrc: "http://img.b2bpic.net/free-photo/technician-optimizing-data-center-equipment-maximum-efficiency_482257-117650.jpg", imageSrc: "http://img.b2bpic.net/free-photo/sleek-desktop-workspace-displays-active-code-windows-artificial-intelligence_482257-126307.jpg" },
{ id: "t2", name: "Mike", date: "2023", title: "Dev", quote: "Fast, smart, and beautiful.", tag: "Dev", avatarSrc: "http://img.b2bpic.net/free-photo/confident-handsome-man-looking-into-distance_1262-3510.jpg", imageSrc: "http://img.b2bpic.net/free-photo/modern-working-place_23-2147833285.jpg" },
{ id: "t1", name: "Sarah", date: "2023", title: "CEO", quote: "The future of AI is here.", tag: "Tech", avatarSrc: "http://img.b2bpic.net/free-photo/technician-optimizing-data-center-equipment-maximum-efficiency_482257-117650.jpg", imageSrc: "http://img.b2bpic.net/free-photo/sleek-desktop-workspace-displays-active-code-windows-artificial-intelligence_482257-126307.jpg?_wi=2" },
{ id: "t2", name: "Mike", date: "2023", title: "Dev", quote: "Fast, smart, and beautiful.", tag: "Dev", avatarSrc: "http://img.b2bpic.net/free-photo/confident-handsome-man-looking-into-distance_1262-3510.jpg", imageSrc: "http://img.b2bpic.net/free-photo/modern-working-place_23-2147833285.jpg?_wi=2" },
{ id: "t3", name: "Anna", date: "2023", title: "Design", quote: "Love the UI experience.", tag: "Design", avatarSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageSrc: "http://img.b2bpic.net/free-photo/technology-venture-workspace-using-machine-learning-streamline-coding-process_482257-120287.jpg" },
{ id: "t4", name: "John", date: "2023", title: "User", quote: "Incredible conversational AI.", tag: "General", avatarSrc: "http://img.b2bpic.net/free-photo/young-attractive-man-glasses-is-posing-photographer-studio_613910-2638.jpg", imageSrc: "http://img.b2bpic.net/free-photo/robot-performing-ordinary-human-job_23-2151008302.jpg" },
{ id: "t5", name: "Kelly", date: "2023", title: "Artist", quote: "Infinite possibilities.", tag: "Creative", avatarSrc: "http://img.b2bpic.net/free-photo/entrepreneur-working-home-office-desk-laptop-writing-notebook_482257-114440.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-computer-dark-table-work-desk_169016-49125.jpg" },