Update src/app/page.tsx
This commit is contained in:
@@ -123,8 +123,8 @@ export default function LandingPage() {
|
||||
text: "Begin Your Journey", href: "#about"
|
||||
}
|
||||
]}
|
||||
tagAnimation="entrance-slide"
|
||||
buttonAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
@@ -139,7 +139,7 @@ export default function LandingPage() {
|
||||
text: "Discover More", href: "#experiences"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="experiences" data-section="experiences">
|
||||
|
||||
Reference in New Issue
Block a user