Update src/app/page.tsx

This commit is contained in:
2026-05-21 01:04:51 +00:00
parent 11702561d1
commit b58eb6ad16

View File

@@ -169,7 +169,7 @@ export default function LandingPage() {
background={{ variant: "rotated-rays-static" }}
tag="Let's Talk"
title="Ready to animate your vision?"
description="Get in touch today to start creating something extraordinary together."
description="Get in touch today! Please tell us about your project goals and specific needs so we can hit the ground running."
imageSrc="http://img.b2bpic.net/free-photo/blue-rays-fanning-into-depth-neon-rays_169016-71429.jpg"
mediaAnimation="slide-up"
imageAlt="abstract swirl lines motion"
@@ -199,4 +199,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}