4 Commits

Author SHA1 Message Date
03077748a0 Update src/app/page.tsx 2026-04-17 07:28:11 +00:00
a95a54a031 Merge version_1 into main
Merge version_1 into main
2026-04-17 07:27:03 +00:00
01e6977478 Merge version_1 into main
Merge version_1 into main
2026-04-17 07:26:39 +00:00
dfaf8cc67a Merge version_1 into main
Merge version_1 into main
2026-04-17 07:26:11 +00:00

View File

@@ -116,7 +116,10 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardOne
animationType="slide-up"
textboxLayout="default"
textboxLayout="split-actions"
buttons={[
{ text: "View Details", href: "#" }
]}
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
@@ -247,4 +250,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}