From 47066db39df58e11d089e1ab4a1e94f66a838a15 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 13:14:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 46 +++++++++++++++++----------------------------- 1 file changed, 17 insertions(+), 29 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8c302bc..707a051 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="mediumLargeSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="inset" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="radial-glow" @@ -48,19 +48,19 @@ export default function LandingPage() { tag="Trusted by 50K+ Sellers" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-psd/sales-template-design_23-2150816213.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-psd/sales-template-design_23-2150816213.jpg" imageAlt="Dropshipping platform interface" mediaAnimation="slide-up" testimonials={[ { name: "Maria Chen", handle: "CEO, EcommercePro", testimonial: "Grew my business from $0 to $50K/month in 6 months using this platform. Incredible support!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-with-amulet-neck-is-posing-photographer-dark-photo-studio_613910-3849.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-with-amulet-neck-is-posing-photographer-dark-photo-studio_613910-3849.jpg" }, { name: "James Rodriguez", handle: "Founder, GlobalShop", testimonial: "The automation tools saved me 20 hours per week. Best investment for my dropshipping business.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-bearded-man-dressed-wool-jacket-bow-tie_613910-3110.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-bearded-man-dressed-wool-jacket-bow-tie_613910-3110.jpg" } ]} testimonialRotationInterval={5000} @@ -76,16 +76,13 @@ export default function LandingPage() {