From 937098d2140d200f0020ed4f0d220e812a9234ae Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 12:24:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6e17a4a..f1e27b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="smallMedium" sizing="largeSizeMediumTitles" - background="floatingGradient" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" @@ -49,7 +49,7 @@ export default function LandingPage() { { text: "Start your wealth plan", href: "#contact"}, ]} - background={{ variant: "floatingGradient" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/portrait-successful-businessmen-office-two-serious-man-suits-working-with-computer-table-making-decisions-developing-strategy-business-growth-business-growth-finance-concept_74855-24621.jpg" imageAlt="Professional financial advisor in modern office" mediaAnimation="opacity" @@ -158,16 +158,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "James Richardson", handle: "@jrichardson", testimonial: "The clarity I've gained about my financial future is invaluable. They simplified complexity into actionable strategies.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Portrait of James Richardson"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Portrait of James Richardson"}, { id: "2", name: "Patricia Holmes", handle: "@pholmes_exec", testimonial: "Finally, advisors who prioritize transparency over product sales. My wealth has grown steadily while I sleep better at night.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-successful-businesswoman-looking-into-camera-sitting-restaurant-business-lady-with-stylish-hairstyle-wears-elegant-suit-business-meeting-attractive-appearance_8353-12611.jpg", imageAlt: "Portrait of Patricia Holmes"}, { id: "3", name: "David Chen", handle: "@dchen_wealth", testimonial: "Their tax strategies saved me more than their annual fee in the first year alone. Exceptional value and expertise.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Portrait of David Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Portrait of David Chen"}, { id: "4", name: "Margaret Sullivan", handle: "@msullivan_plans", testimonial: "Legacy planning made simple. They helped me think beyond myself and create lasting impact for my family.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Portrait of Margaret Sullivan"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Portrait of Margaret Sullivan"}, ]} /> -- 2.49.1