Update src/app/page.tsx

This commit is contained in:
2025-12-25 01:18:16 +00:00
parent 63b0bceee1
commit 873019b060

View File

@@ -60,7 +60,6 @@ export default function LandingPage() {
buttons={[
{ text: "Learn More", href: "achievements" }
]}
useInvertedBackground="noInvert"
/>
</div>
@@ -78,7 +77,6 @@ export default function LandingPage() {
animationType="slide-up"
containerStyle="default"
textboxLayout="default"
useInvertedBackground="noInvert"
/>
</div>
@@ -116,7 +114,6 @@ export default function LandingPage() {
animationType="slide-up"
containerStyle="default"
textboxLayout="default"
useInvertedBackground="noInvert"
/>
</div>
@@ -157,7 +154,6 @@ export default function LandingPage() {
animationType="slide-up"
containerStyle="default"
textboxLayout="default"
useInvertedBackground="noInvert"
/>
</div>
@@ -167,7 +163,6 @@ export default function LandingPage() {
inputPlaceholder="Enter your email"
buttonText="Subscribe"
animationType="background-highlight"
useInvertedBackground="noInvert"
/>
</div>