4 Commits

Author SHA1 Message Date
cadc442028 Update src/app/page.tsx 2026-05-20 21:47:47 +00:00
ac9e89da54 Merge version_3 into main
Merge version_3 into main
2026-05-20 21:46:06 +00:00
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

@@ -48,7 +48,7 @@ export default function LandingPage() {
background={{
variant: "gradient-bars"}}
title="Industrial Power Solutions"
description="Your premier partner for building and industrial electrical infrastructure. High-grade cables and reliable equipment delivered."
description="Your premier partner for industrial electrical infrastructure, locally available in the Hassi Messaoud Industrial Zone for immediate, reliable support."
buttons={[
{
text: "View Products", href: "#products"},
@@ -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>