2 Commits

Author SHA1 Message Date
1642df2d73 Update src/app/page.tsx 2026-05-20 21:46:03 +00:00
b04a025276 Merge version_2 into main
Merge version_2 into main
2026-05-20 21:44:01 +00:00

View File

@@ -113,7 +113,7 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardThree
animationType="slide-up"
textboxLayout="default"
textboxLayout="split-actions"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
@@ -132,6 +132,10 @@ export default function LandingPage() {
]}
title="Industrial Catalog"
description="High performance electrical components and cabling solutions."
buttons={[
{ text: "Request Full Catalog", href: "#contact" },
{ text: "Custom Consultation", href: "#contact" }
]}
/>
</div>