Update src/app/page.tsx
This commit is contained in:
@@ -143,7 +143,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardOne
|
||||
animationType="slide-up"
|
||||
animationType="depth-3d"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
@@ -178,7 +178,7 @@ export default function LandingPage() {
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-disinterested-woman_23-2149022645.jpg", alt: "Sophie Miller"},
|
||||
]}
|
||||
ratingAnimation="opacity"
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -187,13 +187,13 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Ready to Elevate Your Brand?"
|
||||
description="Let's connect and discuss how Esentia Agency can transform your vision into market-leading success. Request a free consultation today."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hands-close-up-young-woman-using-laptop_1098-2423.jpg"
|
||||
imageAlt="Modern office setting with hands typing on a laptop, symbolizing communication and connection."
|
||||
mediaAnimation="opacity"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Your email address"
|
||||
buttonText="Send Message"
|
||||
@@ -213,4 +213,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user