Update src/app/page.tsx

This commit is contained in:
2026-04-02 14:51:27 +00:00
parent ab6863b3d6
commit d855913024

View File

@@ -101,7 +101,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
animationType="slide-up"
animationType="blur-reveal"
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
@@ -148,7 +148,7 @@ export default function LandingPage() {
textarea={{
name: "message", placeholder: "Describe your project requirements..."}}
imageSrc="http://img.b2bpic.net/free-photo/3d-futuristic-illustration-with-flowing-cyber-dots_1048-11939.jpg"
mediaAnimation="slide-up"
mediaAnimation="blur-reveal"
/>
</div>
@@ -184,9 +184,10 @@ export default function LandingPage() {
],
},
]}
className="animate-reveal-blur"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}