Merge version_2 into main #3

Merged
development merged 1 commits from version_2 into main 2025-12-25 01:18:21 +00:00

View File

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