diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 8476e2c..453ab60 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -29,7 +29,6 @@ export default function PricingPage() { { name: "Legacy", id: "#heritage" }, { name: "Pricing", id: "/pricing" }, { name: "Contact", id: "#contact" }, - { name: "Terms of Service", id: "/terms" }, ]} brandName="Instyle Industries" /> @@ -44,11 +43,11 @@ 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"], + 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"], + 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" }] } ]}