Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-05-20 21:46:06 +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>