diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4a31cd5..c7c6446 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,18 +29,12 @@ export default function LandingPage() {
@@ -51,24 +45,17 @@ export default function LandingPage() {
title="The Standard of Ghanaian Excellence."
description="3rd Generation masters in premium Aluminium roofing, precision sliding systems, and structural trusses. Built for durability. Styled for luxury."
buttons={[
- {
- text: "Request a Custom Quote", href: "#contact"},
- {
- text: "View Our Portfolio", href: "#services"},
+ { text: "Request a Custom Quote", href: "#contact" },
+ { text: "View Our Portfolio", href: "#services" },
]}
imageSrc="http://img.b2bpic.net/free-photo/background-wall-concept-with-copy-space_23-2148801303.jpg"
imageAlt="Aluzinc roofing quality"
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/top-view-metal-surface-with-pattern_23-2148796569.jpg", alt: "Project lead architect"},
- {
- src: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-12096.jpg", alt: "Quality control manager"},
- {
- src: "http://img.b2bpic.net/free-photo/black-wooden-texture-background_24837-663.jpg", alt: "Site supervisor"},
- {
- src: "http://img.b2bpic.net/free-photo/grunge-striped-texture_1194-5681.jpg", alt: "Engineering lead"},
- {
- src: "http://img.b2bpic.net/free-photo/low-angle-view-modern-building-with-wooden-walls-blue-windows-white-lamp-lights_181624-6838.jpg", alt: "Client service specialist"},
+ { src: "http://img.b2bpic.net/free-photo/top-view-metal-surface-with-pattern_23-2148796569.jpg", alt: "Project lead architect" },
+ { src: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-12096.jpg", alt: "Quality control manager" },
+ { src: "http://img.b2bpic.net/free-photo/black-wooden-texture-background_24837-663.jpg", alt: "Site supervisor" },
+ { src: "http://img.b2bpic.net/free-photo/grunge-striped-texture_1194-5681.jpg", alt: "Engineering lead" },
+ { src: "http://img.b2bpic.net/free-photo/low-angle-view-modern-building-with-wooden-walls-blue-windows-white-lamp-lights_181624-6838.jpg", alt: "Client service specialist" },
]}
avatarText="Trusted by 500+ commercial builders."
/>
@@ -79,12 +66,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- tag: "Roofing", title: "Roofing Systems", subtitle: "Original Aluminum", description: "Original Aluminum & AluZinc sheets in all gauges. Engineered for the Ghanaian climate.", imageSrc: "http://img.b2bpic.net/free-photo/modern-stadium_1127-110.jpg"},
- {
- tag: "Doors", title: "Sliding & Fenestration", subtitle: "Modern Aesthetics", description: "Bespoke sliding doors and windows that merge security with modern aesthetics.", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-ceiling-with-geometric-object_1127-2059.jpg"},
- {
- tag: "Industrial", title: "Industrial Fabrications", subtitle: "Heavy-Duty Quality", description: "Heavy-duty trusses and stainless steel washing basins for commercial and residential use.", imageSrc: "http://img.b2bpic.net/free-photo/structural-glass-ceiling_1112-1176.jpg"},
+ { tag: "Roofing", title: "Roofing Systems", subtitle: "Original Aluminum", description: "Original Aluminum & AluZinc sheets in all gauges. Engineered for the Ghanaian climate.", imageSrc: "http://img.b2bpic.net/free-photo/modern-stadium_1127-110.jpg" },
+ { tag: "Doors", title: "Sliding & Fenestration", subtitle: "Modern Aesthetics", description: "Bespoke sliding doors and windows that merge security with modern aesthetics.", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-ceiling-with-geometric-object_1127-2059.jpg" },
+ { tag: "Industrial", title: "Industrial Fabrications", subtitle: "Heavy-Duty Quality", description: "Heavy-duty trusses and stainless steel washing basins for commercial and residential use.", imageSrc: "http://img.b2bpic.net/free-photo/structural-glass-ceiling_1112-1176.jpg" },
]}
title="Our Engineering Pillars"
description="We blend heritage manufacturing techniques with modern architectural precision to deliver the best building materials in the Ghanaian market."
@@ -108,16 +92,11 @@ export default function LandingPage() {
@@ -150,13 +122,11 @@ export default function LandingPage() {
);
-}
\ No newline at end of file
+}