From 17e37ae3d37885e30febf16a389143700561fd34 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:41:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 29 +++++++++++------------------ 1 file changed, 11 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eb87406..ed9a114 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="large" - background="noise" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="radial-glow" secondaryButtonStyle="glass" @@ -48,17 +48,17 @@ export default function LandingPage() { tag="Creative Tools" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "glowing-orb" }} imageSrc="http://img.b2bpic.net/free-photo/hands-unrecognizable-man-selecting-flower-bouquet-online-tablet_1098-20134.jpg" imageAlt="MindCanvas creative workspace interface" mediaAnimation="slide-up" testimonials={[ { name: "Alex Chen", handle: "Designer, CreativeStudio", testimonial: "Finally, a place where all my inspiration lives organized and accessible.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, { name: "Jordan Mills", handle: "Writer, Content Creator", testimonial: "The canvas interface makes organizing thoughts feel natural and intuitive.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, ]} testimonialRotationInterval={5000} buttons={[ @@ -123,14 +123,11 @@ export default function LandingPage() {