Switch to version 2: modified src/app/pricing/page.tsx

This commit is contained in:
2026-04-24 21:27:48 +00:00
parent 5abfc9f931
commit fe9394583f

View File

@@ -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" }]
}
]}