Update src/app/page.tsx

This commit is contained in:
2026-04-26 18:24:09 +00:00
parent 7168fb1e58
commit f327a25869

View File

@@ -118,7 +118,11 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardTwo
animationType="slide-up"
textboxLayout="default"
textboxLayout="split-actions"
buttons={[
{ text: "Request Quote", href: "#contact" },
{ text: "View Gallery", href: "#" }
]}
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
products={[
@@ -217,4 +221,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}