Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"use client";
|
||||
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
@@ -43,19 +43,20 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home" className="mx-auto px-4 md:px-6">
|
||||
<HeroBillboardGallery
|
||||
<HeroOverlayTestimonial
|
||||
title="AlphaBlendr: Uncover True Portfolio Performance."
|
||||
description="Beyond the surface: experience the future of retail investing with our AI-powered analytics, revealing hidden overlaps and optimizing your financial journey. A scroll-driven story for serious investors."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/businessman-suit-arriving-home-checking-if-stock-market-is-crashing_482257-29631.jpg", imageAlt: "Futuristic financial dashboard UI showcasing portfolio assembly" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-businessman-employs-virtual-reality-headset-digital-environment-focused-performance_482257-136139.jpg", imageAlt: "Dynamic visualization of assets cascading into a portfolio" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/millennial-young-chinese-businesswoman-working-late-night-stress-out-with-project-research-problem-laptop-meeting-room-small-modern-office-asia-people-occupational-burnout-syndrome-concept_7861-2385.jpg", imageAlt: "X-Ray pass effect revealing underlying stocks in ETFs" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/graph-business-financial-investment-risk-word_53876-122497.jpg", imageAlt: "Stylized graphic showing diversification analysis and hidden overlaps" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/computer-monitors-office-desk-showing-data-analytics-dashboards_482257-126705.jpg", imageAlt: "Evolving portfolio dashboard with real-time asset allocation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg", imageAlt: "Abstract representation of market data flowing into AI analysis engine" }
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businessman-suit-arriving-home-checking-if-stock-market-is-crashing_482257-29631.jpg"
|
||||
imageAlt="A person analyzing financial data on a screen."
|
||||
buttons={[{ text: "Discover More", href: "#product" }]}
|
||||
testimonials={[
|
||||
{ id: "t1", 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" },
|
||||
{ id: "t2", 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" },
|
||||
{ id: "t3", 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" }
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
showDimOverlay={true}
|
||||
showBlur={true}
|
||||
textPosition="bottom"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -182,4 +183,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--background: #000000;
|
||||
--card: #0c0c0c;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #1f7cff;
|
||||
--primary-cta: #106EFB;
|
||||
--primary-cta-text: #FFFFFF;
|
||||
--secondary-cta: #010101;
|
||||
--secondary-cta: #000000;
|
||||
--secondary-cta-text: #C0C0D0;
|
||||
--accent: #1f7cff;
|
||||
--background-accent: #f96b2f;
|
||||
--accent: #535353;
|
||||
--background-accent: #106EFB;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user