Update src/app/terms/page.tsx
This commit is contained in:
@@ -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." }
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user