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
+}
diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx
index d4a576c..8476e2c 100644
--- a/src/app/pricing/page.tsx
+++ b/src/app/pricing/page.tsx
@@ -25,11 +25,11 @@ export default function PricingPage() {
@@ -44,12 +44,12 @@ export default function PricingPage() {
useInvertedBackground={false}
plans={[
{
- id: "basic", badge: "Residential", price: "GHS 150/sqm", subtitle: "Perfect for standard family homes.", features: ["Aluzinc Standard", "5 Year Warranty", "Basic Installation"],
- buttons: [{ text: "Select Plan", href: "/#contact" }]
+ id: "basic", badge: "Residential", price: "GHS 150/sqm", subtitle: "Perfect for standard family homes.", features: ["Aluzinc Standard", "5 Year Warranty", "Basic Installation"],
+ buttons: [{ text: "Select Plan", href: "#contact" }]
},
{
- id: "pro", badge: "Commercial", price: "GHS 250/sqm", subtitle: "Designed for robust industrial buildings.", features: ["Heavy-Duty Steel", "15 Year Warranty", "Precision Installation", "Custom Finishing"],
- buttons: [{ text: "Select Plan", href: "/#contact" }]
+ id: "pro", badge: "Commercial", price: "GHS 250/sqm", subtitle: "Designed for robust industrial buildings.", features: ["Heavy-Duty Steel", "15 Year Warranty", "Precision Installation", "Custom Finishing"],
+ buttons: [{ text: "Select Plan", href: "#contact" }]
}
]}
/>
@@ -65,4 +65,4 @@ export default function PricingPage() {
);
-}
\ No newline at end of file
+}
diff --git a/src/app/terms/page.tsx b/src/app/terms/page.tsx
index 0c3457f..ee0c024 100644
--- a/src/app/terms/page.tsx
+++ b/src/app/terms/page.tsx
@@ -6,49 +6,49 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import LegalSection from '@/components/legal/LegalSection';
-export default function TermsPage() {
+export default function TermsOfServicePage() {
return (
-
+
@@ -64,4 +64,4 @@ export default function TermsPage() {
);
-}
\ No newline at end of file
+}