Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-24 21:08:21 +00:00

View File

@@ -42,19 +42,13 @@ export default function TermsPage() {
subtitle="Last updated: October 2024"
sections={[
{
heading: "Introduction", content: {
type: "paragraph", text: "Welcome to Instyle Industries. By accessing our services or purchasing our products, you agree to be bound by these terms."
}
heading: "Introduction", content: { type: "paragraph", text: "Welcome to Instyle Industries. By accessing our services or purchasing our products, you agree to be bound by these terms." }
},
{
heading: "Products and Services", content: {
type: "list", items: ["Aluminium roofing sheets must be installed by certified professionals.", "Custom sliding systems are manufactured to individual project specifications.", "Warranty claims require proof of purchase and original installation documentation."]
}
heading: "Products and Services", content: { type: "list", items: ["Aluminium roofing sheets must be installed by certified professionals.", "Custom sliding systems are manufactured to individual project specifications.", "Warranty claims require proof of purchase and original installation documentation."] }
},
{
heading: "Liability Limitations", content: {
type: "paragraph", text: "Instyle Industries is not responsible for damages resulting from improper installation or failure to adhere to recommended maintenance guidelines."
}
heading: "Liability Limitations", content: { type: "paragraph", text: "Instyle Industries is not responsible for damages resulting from improper installation or failure to adhere to recommended maintenance guidelines." }
}
]}
/>