Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-03 04:33:41 +00:00

View File

@@ -94,7 +94,7 @@ export default function LandingPage() {
} }
]} ]}
textboxLayout="default" textboxLayout="default"
useInvertedBackground="invertDefault" useInvertedBackground={false}
gridVariant="uniform-4-items" gridVariant="uniform-4-items"
animationType="slide-up" animationType="slide-up"
/> />
@@ -154,7 +154,7 @@ export default function LandingPage() {
} }
]} ]}
textboxLayout="default" textboxLayout="default"
useInvertedBackground="invertDefault" useInvertedBackground={false}
animationType="slide-up" animationType="slide-up"
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
/> />
@@ -181,7 +181,7 @@ export default function LandingPage() {
tag="Partners" tag="Partners"
tagAnimation="slide-up" tagAnimation="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground="invertDefault" useInvertedBackground={false}
names={["Google Cloud", "Figma", "Stripe", "Vercel", "Notion", "Slack", "Zapier", "Webflow"]} names={["Google Cloud", "Figma", "Stripe", "Vercel", "Notion", "Slack", "Zapier", "Webflow"]}
speed={40} speed={40}
showCard={true} showCard={true}