4 Commits

Author SHA1 Message Date
bc961cc0f1 Update src/app/page.tsx 2026-04-22 15:22:23 +00:00
052e577555 Merge version_2 into main
Merge version_2 into main
2026-04-22 15:20:11 +00:00
59d150fc42 Update src/app/page.tsx 2026-04-22 15:20:08 +00:00
a43b596763 Merge version_1 into main
Merge version_1 into main
2026-04-22 15:19:08 +00:00

View File

@@ -67,7 +67,7 @@ export default function LandingPage() {
<ProductCardTwo
animationType="slide-up"
textboxLayout="split"
gridVariant="four-items-2x2-equal-grid"
gridVariant="bento-grid"
useInvertedBackground={false}
products={[
{
@@ -159,6 +159,9 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqSplitMedia
buttons={[
{text: "Contact Support", href: "#contact"}
]}
textboxLayout="split"
useInvertedBackground={false}
faqs={[
@@ -217,4 +220,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}