From 2e8f6e9d10874448c23a4b82f72941741bd35066 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 00:34:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b7d29cb..2508f69 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,10 +49,10 @@ export default function LandingPage() { tagIcon={TrendingUp} tagAnimation="slide-up" buttons={[ - { text: "Explore Charts", href: "#charts" }, - { text: "Learn More", href: "#features" } + { text: "Start Tracking Free", href: "#charts" } ]} buttonAnimation="slide-up" + buttonClassName="px-8 py-3 bg-gradient-to-r from-blue-600 to-blue-700 hover:from-blue-700 hover:to-blue-800 text-white font-semibold rounded-lg shadow-lg hover:shadow-xl transition-all duration-200 transform hover:scale-105" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBdFl7qbssFluowAVsVJ7ZHtXv/a-modern-sleek-cryptocurrency-trading-da-1773966656407-fa023747.png?_wi=1" imageAlt="Cryptocurrency trading dashboard with live charts" mediaAnimation="blur-reveal"