From b534345a23df12f6b456d974471e272b94133944 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 17:18:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a83b437..1359c55 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,7 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} dashboard={{ title: "Operations Hub", logoIcon: Shield, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", searchPlaceholder: "Search metrics...", buttons: [ + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", searchPlaceholder: "Search metrics...", buttons: [ { text: "Live Dashboard", href: "#" }, { text: "Export Report", href: "#" }, ], @@ -168,12 +168,12 @@ export default function LandingPage() { speed={40} topMarqueeDirection="left" testimonials={[ - { id: "1", name: "Sarah Chen", handle: "@sarahchen", testimonial: "AIHub transformed how we deploy and monitor AI models. The platform is incredibly intuitive and powerful.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Chen" }, - { id: "2", name: "Michael Rodriguez", handle: "@mrodriguez", testimonial: "Outstanding performance and reliability. AIHub is now critical infrastructure for our ML operations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Rodriguez" }, - { id: "3", name: "Emma Thompson", handle: "@emmathompson", testimonial: "The best AI operations platform we've evaluated. Customer support is exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Emma Thompson" }, - { id: "4", name: "James Park", handle: "@jpark", testimonial: "Reduced our model deployment time from weeks to hours. AIHub delivered immediate ROI.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Park" }, - { id: "5", name: "Lisa Wang", handle: "@lisawang", testimonial: "Enterprise-grade security with consumer-friendly UX. Exactly what we needed.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Lisa Wang" }, - { id: "6", name: "David Kumar", handle: "@dkumar", testimonial: "Seamless integration with our existing stack. AIHub scales with us effortlessly.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kumar" }, + { id: "1", name: "Sarah Chen", handle: "@sarahchen", testimonial: "AIHub transformed how we deploy and monitor AI models. The platform is incredibly intuitive and powerful.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Chen" }, + { id: "2", name: "Michael Rodriguez", handle: "@mrodriguez", testimonial: "Outstanding performance and reliability. AIHub is now critical infrastructure for our ML operations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Rodriguez" }, + { id: "3", name: "Emma Thompson", handle: "@emmathompson", testimonial: "The best AI operations platform we've evaluated. Customer support is exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Emma Thompson" }, + { id: "4", name: "James Park", handle: "@jpark", testimonial: "Reduced our model deployment time from weeks to hours. AIHub delivered immediate ROI.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "James Park" }, + { id: "5", name: "Lisa Wang", handle: "@lisawang", testimonial: "Enterprise-grade security with consumer-friendly UX. Exactly what we needed.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3", imageAlt: "Lisa Wang" }, + { id: "6", name: "David Kumar", handle: "@dkumar", testimonial: "Seamless integration with our existing stack. AIHub scales with us effortlessly.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Kumar" }, ]} />