From 2a582c50e4ea1ebab8c1d3287cac3f5b557d0405 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:29:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9de95cd..6a0a7bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="compact" sizing="mediumLarge" - background="blurBottom" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -44,7 +44,7 @@ export default function LandingPage() { tag="Portfolio" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "blurBottom" }} + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg" imageAlt="Professional portrait" buttons={[ @@ -113,13 +113,13 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", title: "Exceptional Creative Vision", quote: "Working with this creative professional transformed our brand completely. The attention to detail and strategic approach set a new standard for our organization.", name: "Sarah Mitchell", role: "Marketing Director", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=1", imageAlt: "Sarah Mitchell"}, + id: "1", title: "Exceptional Creative Vision", quote: "Working with this creative professional transformed our brand completely. The attention to detail and strategic approach set a new standard for our organization.", name: "Sarah Mitchell", role: "Marketing Director", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", imageAlt: "Sarah Mitchell"}, { - id: "2", title: "True Partnership", quote: "Beyond design skills, the collaborative approach made all the difference. Every decision was thoughtful and aligned with our vision.", name: "Marcus Johnson", role: "CEO, Innovation Labs", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=2", imageAlt: "Marcus Johnson"}, + id: "2", title: "True Partnership", quote: "Beyond design skills, the collaborative approach made all the difference. Every decision was thoughtful and aligned with our vision.", name: "Marcus Johnson", role: "CEO, Innovation Labs", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", imageAlt: "Marcus Johnson"}, { - id: "3", title: "Delivered Excellence", quote: "Professional, efficient, and incredibly creative. The final output exceeded our expectations and drove measurable results.", name: "Emily Rodriguez", role: "Product Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=3", imageAlt: "Emily Rodriguez"}, + id: "3", title: "Delivered Excellence", quote: "Professional, efficient, and incredibly creative. The final output exceeded our expectations and drove measurable results.", name: "Emily Rodriguez", role: "Product Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", imageAlt: "Emily Rodriguez"}, { - id: "4", title: "A Game Changer", quote: "The strategic insights combined with beautiful execution made our project stand out in the marketplace. Highly recommended.", name: "David Chen", role: "Founder, StartupXYZ", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=4", imageAlt: "David Chen"}, + id: "4", title: "A Game Changer", quote: "The strategic insights combined with beautiful execution made our project stand out in the marketplace. Highly recommended.", name: "David Chen", role: "Founder, StartupXYZ", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", imageAlt: "David Chen"}, ]} textboxLayout="default" useInvertedBackground={true} -- 2.49.1