Update src/app/page.tsx

This commit is contained in:
2026-06-10 06:30:07 +00:00
parent bca537d820
commit d971ec6cb8

View File

@@ -78,6 +78,7 @@ export default function HomePage() {
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
gridVariant="3-col"
/> />
</div> </div>
@@ -124,6 +125,7 @@ export default function HomePage() {
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
gridVariant="3-col"
/> />
</div> </div>