Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-03-03 01:21:17 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
imageAlt="Portfolio showcase"
mediaAnimation="blur-reveal"
useInvertedBackground={false}
background={{ variant: "floatingGradient" }}
background={{ variant: "glowing-orb" }}
testimonials={[
{
name: "Alex Rivera", handle: "Creative Director", testimonial: "Exceptional work that transforms visions into compelling digital realities.", rating: 5,
@@ -193,7 +193,7 @@ export default function LandingPage() {
<ContactText
text="Ready to bring your vision to life? Let's collaborate and create something extraordinary together."
animationType="entrance-slide"
background={{ variant: "floatingGradient" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{ text: "Start a Conversation", href: "#contact-form" },