From d0f24cfc8f3819e90bf96bbd10f4aea50e747275 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 02:03:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8758012..66e8608 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="smallMedium" sizing="largeSmallSizeLargeTitles" - background="noise" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -57,19 +57,19 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Chen", handle: "@sarahtrader", testimonial: "Finally, a crypto exchange that puts clarity first. The AI insights save me hours of research daily.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B3LVYHLH6tLbA5JA3DKgsOphme/professional-headshot-of-a-confident-ins-1773712924811-272d5666.png?_wi=1", imageAlt: "Sarah Chen" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B3LVYHLH6tLbA5JA3DKgsOphme/professional-headshot-of-a-confident-ins-1773712924811-272d5666.png", imageAlt: "Sarah Chen" }, { name: "Marcus Rodriguez", handle: "@cryptofolio", testimonial: "The 24/7 market analysis is a game-changer. No more FOMO—just data-driven decisions.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B3LVYHLH6tLbA5JA3DKgsOphme/professional-headshot-of-a-young-crypto--1773712925134-adcaff24.png?_wi=1", imageAlt: "Marcus Rodriguez" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B3LVYHLH6tLbA5JA3DKgsOphme/professional-headshot-of-a-young-crypto--1773712925134-adcaff24.png", imageAlt: "Marcus Rodriguez" }, { name: "Jennifer Wu", handle: "@portfoliomanager", testimonial: "Institutional-grade intelligence without the institutional complexity. Perfect for our operations.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B3LVYHLH6tLbA5JA3DKgsOphme/professional-headshot-of-a-portfolio-man-1773712928154-43bf07b4.png?_wi=1", imageAlt: "Jennifer Wu" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B3LVYHLH6tLbA5JA3DKgsOphme/professional-headshot-of-a-portfolio-man-1773712928154-43bf07b4.png", imageAlt: "Jennifer Wu" }, { name: "David Park", handle: "@cryptoinnovator", testimonial: "The minimalist design is refreshing. Every feature serves a purpose. This is how crypto should be.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B3LVYHLH6tLbA5JA3DKgsOphme/professional-headshot-of-a-tech-savvy-in-1773712926364-4a4a6215.png?_wi=1", imageAlt: "David Park" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B3LVYHLH6tLbA5JA3DKgsOphme/professional-headshot-of-a-tech-savvy-in-1773712926364-4a4a6215.png", imageAlt: "David Park" } ]} testimonialRotationInterval={6000} @@ -161,22 +161,22 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "Alex Thompson", handle: "@alexthompson", testimonial: "The AI insights have transformed my trading. I'm making smarter decisions and sleeping better at night.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B3LVYHLH6tLbA5JA3DKgsOphme/professional-headshot-of-a-confident-ins-1773712924811-272d5666.png?_wi=2", imageAlt: "Alex Thompson" + id: "1", name: "Alex Thompson", handle: "@alexthompson", testimonial: "The AI insights have transformed my trading. I'm making smarter decisions and sleeping better at night.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B3LVYHLH6tLbA5JA3DKgsOphme/professional-headshot-of-a-confident-ins-1773712924811-272d5666.png", imageAlt: "Alex Thompson" }, { - id: "2", name: "Priya Kapoor", handle: "@priyatech", testimonial: "Clear, honest, no hype. Just the data I need. Best crypto exchange I've used.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B3LVYHLH6tLbA5JA3DKgsOphme/professional-headshot-of-a-young-crypto--1773712925134-adcaff24.png?_wi=2", imageAlt: "Priya Kapoor" + id: "2", name: "Priya Kapoor", handle: "@priyatech", testimonial: "Clear, honest, no hype. Just the data I need. Best crypto exchange I've used.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B3LVYHLH6tLbA5JA3DKgsOphme/professional-headshot-of-a-young-crypto--1773712925134-adcaff24.png", imageAlt: "Priya Kapoor" }, { - id: "3", name: "Michael Grant", handle: "@mgrantinvest", testimonial: "The platform's simplicity is deceptive—there's sophisticated analysis happening behind the scenes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B3LVYHLH6tLbA5JA3DKgsOphme/professional-headshot-of-a-portfolio-man-1773712928154-43bf07b4.png?_wi=2", imageAlt: "Michael Grant" + id: "3", name: "Michael Grant", handle: "@mgrantinvest", testimonial: "The platform's simplicity is deceptive—there's sophisticated analysis happening behind the scenes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B3LVYHLH6tLbA5JA3DKgsOphme/professional-headshot-of-a-portfolio-man-1773712928154-43bf07b4.png", imageAlt: "Michael Grant" }, { - id: "4", name: "Lisa Chen", handle: "@lisacryptoai", testimonial: "Finally, an exchange designed for humans, not algorithms. The UX is stunning.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B3LVYHLH6tLbA5JA3DKgsOphme/professional-headshot-of-a-tech-savvy-in-1773712926364-4a4a6215.png?_wi=2", imageAlt: "Lisa Chen" + id: "4", name: "Lisa Chen", handle: "@lisacryptoai", testimonial: "Finally, an exchange designed for humans, not algorithms. The UX is stunning.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B3LVYHLH6tLbA5JA3DKgsOphme/professional-headshot-of-a-tech-savvy-in-1773712926364-4a4a6215.png", imageAlt: "Lisa Chen" }, { - id: "5", name: "James Wilson", handle: "@jameswilsonfx", testimonial: "The 24/7 market analysis saved me from making emotional trades multiple times.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B3LVYHLH6tLbA5JA3DKgsOphme/professional-headshot-of-a-confident-ins-1773712924811-272d5666.png?_wi=3", imageAlt: "James Wilson" + id: "5", name: "James Wilson", handle: "@jameswilsonfx", testimonial: "The 24/7 market analysis saved me from making emotional trades multiple times.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B3LVYHLH6tLbA5JA3DKgsOphme/professional-headshot-of-a-confident-ins-1773712924811-272d5666.png", imageAlt: "James Wilson" }, { - id: "6", name: "Emma Rodriguez", handle: "@emmanewtrader", testimonial: "As a newcomer, the educational context alongside trading tools helped me grow confident quickly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B3LVYHLH6tLbA5JA3DKgsOphme/professional-headshot-of-a-young-crypto--1773712925134-adcaff24.png?_wi=3", imageAlt: "Emma Rodriguez" + id: "6", name: "Emma Rodriguez", handle: "@emmanewtrader", testimonial: "As a newcomer, the educational context alongside trading tools helped me grow confident quickly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B3LVYHLH6tLbA5JA3DKgsOphme/professional-headshot-of-a-young-crypto--1773712925134-adcaff24.png", imageAlt: "Emma Rodriguez" } ]} animationType="slide-up" @@ -253,7 +253,7 @@ export default function LandingPage() { description="Join thousands of traders using AI-powered market insights. Start your journey to clearer, more confident trading decisions today." tagIcon={Rocket} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "plain" }} useInvertedBackground={false} mediaPosition="right" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B3LVYHLH6tLbA5JA3DKgsOphme/subtle-abstract-background-with-soft-gra-1773712924698-ef6344e5.png" -- 2.49.1