From 3b2186a76fa9c7acdd87691937706d5b43e5747c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 21:29:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 150 ++++++++++------------------------------------- 1 file changed, 32 insertions(+), 118 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c5ff04e..0146aeb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,17 +31,11 @@ export default function LandingPage() { @@ -50,22 +44,17 @@ export default function LandingPage() {
@@ -84,28 +73,13 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "GF Silenta", - description: "Low-noise drainage system engineered for acoustic comfort.", - bentoComponent: "reveal-icon", - icon: Waves, - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-still-life-assortment-pvc_23-2149062937.jpg?_wi=1", - imageAlt: "blue pipe fitting product shot", + title: "GF Silenta", description: "Low-noise drainage system engineered for acoustic comfort.", bentoComponent: "reveal-icon", icon: Waves }, { - title: "PPR Systems", - description: "High-performance piping for hot and cold water supply.", - bentoComponent: "reveal-icon", - icon: Droplets, - imageSrc: "http://img.b2bpic.net/free-photo/bottom-border-made-with-pink-blue-razors-blue-backdrop_23-2147818101.jpg?_wi=2", - imageAlt: "blue pipe fitting product shot", + title: "PPR Systems", description: "High-performance piping for hot and cold water supply.", bentoComponent: "reveal-icon", icon: Droplets }, { - title: "PEX-a System", - description: "Flexible premium piping for modern building installations.", - bentoComponent: "reveal-icon", - icon: Zap, - imageSrc: "http://img.b2bpic.net/free-photo/worker-production-department-make-set-up-line-while-standing-near-equipment-dairy-factory_645730-177.jpg?_wi=1", - imageAlt: "blue pipe fitting product shot", + title: "PEX-a System", description: "Flexible premium piping for modern building installations.", bentoComponent: "reveal-icon", icon: Zap }, ]} title="Our Piping Systems" @@ -115,22 +89,15 @@ export default function LandingPage() {
@@ -264,29 +188,19 @@ export default function LandingPage() { logoText="AMAQ" columns={[ { - title: "Locations", - items: [ + title: "Locations", items: [ { - label: "Tripoli", - href: "#", - }, + label: "Tripoli", href: "#"}, { - label: "Benghazi", - href: "#", - }, + label: "Benghazi", href: "#"}, { - label: "Misrata", - href: "#", - }, + label: "Misrata", href: "#"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "info@amaq.ly", - href: "mailto:info@amaq.ly", - }, + label: "info@amaq.ly", href: "mailto:info@amaq.ly"}, ], }, ]} -- 2.49.1