Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-06-10 20:31:43 +00:00

View File

@@ -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}