From 6bc6bb1e3a0e2d46e517a52220cb6d1f6a5bee64 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 20:31:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 68d2288..5390128 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,9 +50,9 @@ export default function LandingPage() { imageAlt="A person analyzing financial data on a screen." buttons={[{ text: "Discover More", href: "#product" }]} testimonials={[ - { title: "AlphaBlendr changed my investment game.", quote: "I've always struggled with understanding true diversification. AlphaBlendr's X-Ray Pass revealed hidden overlaps I never knew existed, giving me immense confidence in my portfolio. It's truly a game-changer for serious investors.", name: "Sarah J.", role: "Retail Investor", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "professional headshot diverse person" }, - { title: "Institutional-grade tools, finally accessible.", quote: "As someone who's always sought sophisticated analytics, AlphaBlendr delivers. The AI Co-Pilot is surprisingly intuitive and has helped me uncover new opportunities. This platform is a must-have.", name: "Michael C.", role: "Tech Executive", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-surprised-expression_1194-3809.jpg", imageAlt: "confident tech executive headshot" }, - { title: "Clarity and confidence, delivered.", quote: "The Monte Carlo simulations alone are worth it. Knowing the probabilities of my financial goals helps me sleep better at night. AlphaBlendr demystifies complex financial planning.", name: "Emily R.", role: "Financial Consultant", imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-entrepreneur-sitting-workspace-looking-camera_482257-8143.jpg", imageAlt: "experienced financial analyst headshot" } + { testimonial: "I've always struggled with understanding true diversification. AlphaBlendr's X-Ray Pass revealed hidden overlaps I never knew existed, giving me immense confidence in my portfolio. It's truly a game-changer for serious investors.", name: "Sarah J.", handle: "Retail Investor", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "professional headshot diverse person" }, + { testimonial: "As someone who's always sought sophisticated analytics, AlphaBlendr delivers. The AI Co-Pilot is surprisingly intuitive and has helped me uncover new opportunities. This platform is a must-have.", name: "Michael C.", handle: "Tech Executive", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-surprised-expression_1194-3809.jpg", imageAlt: "confident tech executive headshot" }, + { testimonial: "The Monte Carlo simulations alone are worth it. Knowing the probabilities of my financial goals helps me sleep better at night. AlphaBlendr demystifies complex financial planning.", name: "Emily R.", handle: "Financial Consultant", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-entrepreneur-sitting-workspace-looking-camera_482257-8143.jpg", imageAlt: "experienced financial analyst headshot" } ]} showDimOverlay={true} showBlur={true}