From ba9f8b4f8367100936f42bb61f92e638dd0c1f6f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 00:50:18 +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 a029c53..d0f8bda 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="largeSmallSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="double-inset" secondaryButtonStyle="layered" @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Launch Now" tagIcon={Zap} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aawsm4D3MwFEP1ZokfeivoahWq/a-modern-trading-lunch-app-dashboard-sho-1772844337200-08936dc1.png" imageAlt="Trading Lunch App Dashboard" @@ -62,7 +62,7 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Chen", handle: "Senior Trader, Goldman Sachs", testimonial: "TradeLunch has completely transformed how our team connects during lunch breaks. The interface is intuitive and the community is amazing!", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aawsm4D3MwFEP1ZokfeivoahWq/professional-headshot-of-a-confident-tra-1772844337211-08f9533f.png" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aawsm4D3MwFEP1ZokfeivoahWq/professional-headshot-of-a-confident-tra-1772844336436-ec9762c8.png" }, { name: "Marcus Johnson", handle: "Portfolio Manager, BlackRock", testimonial: "Finally, a way to network over lunch that actually works. The real-time trading feature is impressive.", rating: 5, -- 2.49.1