Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-03-03 06:58:38 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ export default function BrowsePage() {
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="noInvert"
useInvertedBackground={false}
/>
</div>

View File

@@ -140,7 +140,7 @@ export default function HomePage() {
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="noInvert"
useInvertedBackground={false}
buttons={[{ text: "Learn More", href: "#" }]}
/>
</div>