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 +} 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 +}