Update src/app/page.tsx

This commit is contained in:
2026-03-03 01:19:49 +00:00
parent d714b983e4
commit 030b84e136

View File

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