From c82d263a34fa661763cefc00feee15983af4517e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 21:17:12 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 86 ++++++++++++++++-------------------------------- 1 file changed, 28 insertions(+), 58 deletions(-) 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() { @@ -150,13 +122,11 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 9f142e1113a2fd1a20827800263adbf2493c854f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 21:17:12 +0000 Subject: [PATCH 2/3] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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 +} -- 2.49.1 From bd6b6a821e063d41a188987f3f6caf3387a5302a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 21:17:13 +0000 Subject: [PATCH 3/3] Update src/app/terms/page.tsx --- src/app/terms/page.tsx | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) 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 +} -- 2.49.1