Update src/app/page.tsx

This commit is contained in:
2026-06-10 06:31:30 +00:00
parent 0555bc4863
commit 351dff531a

View File

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