From a20c998525d804f7386aa8d9ca2fb69eadee34b2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 21:08:18 +0000 Subject: [PATCH] Update src/app/terms/page.tsx --- src/app/terms/page.tsx | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/app/terms/page.tsx b/src/app/terms/page.tsx index 514c105..0c3457f 100644 --- a/src/app/terms/page.tsx +++ b/src/app/terms/page.tsx @@ -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." } } ]} />