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