Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 12:24:46 +00:00

View File

@@ -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"},
]}
/>
</div>