From d99c29fb96a282501dbc98783a17716741e351da Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 17:52:45 +0000 Subject: [PATCH] Update src/app/legal/page.tsx --- src/app/legal/page.tsx | 121 ++++++++++------------------------------- 1 file changed, 30 insertions(+), 91 deletions(-) diff --git a/src/app/legal/page.tsx b/src/app/legal/page.tsx index 430596a..bee1b2b 100644 --- a/src/app/legal/page.tsx +++ b/src/app/legal/page.tsx @@ -26,37 +26,21 @@ export default function LandingPage() { @@ -77,25 +60,13 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "terms-1", - title: "Acceptance of Terms", - content: "By accessing or using the NovaCart website, you agree to be bound by these Terms and Conditions and all applicable laws and regulations. If you do not agree, you may not use our services.", - }, + id: "terms-1", title: "Acceptance of Terms", content: "By accessing or using the NovaCart website, you agree to be bound by these Terms and Conditions and all applicable laws and regulations. If you do not agree, you may not use our services."}, { - id: "terms-2", - title: "Purchases and Payments", - content: "All purchases made through NovaCart are subject to product availability and our acceptance. Prices are subject to change without notice. By completing a transaction, you authorize us to charge your selected payment method.", - }, + id: "terms-2", title: "Purchases and Payments", content: "All purchases made through NovaCart are subject to product availability and our acceptance. Prices are subject to change without notice. By completing a transaction, you authorize us to charge your selected payment method."}, { - id: "terms-3", - title: "Shipping and Delivery", - content: "NovaCart offers worldwide shipping. Delivery times are estimates and may vary. We are not responsible for delays caused by customs, carriers, or events beyond our control.", - }, + id: "terms-3", title: "Shipping and Delivery", content: "NovaCart offers worldwide shipping. Delivery times are estimates and may vary. We are not responsible for delays caused by customs, carriers, or events beyond our control."}, { - id: "terms-4", - title: "Returns and Refunds", - content: "Our return policy allows for returns within 30 days of purchase, provided items are in their original condition. Refunds are processed to the original payment method after inspection. Specific terms apply to different product categories.", - }, + id: "terms-4", title: "Returns and Refunds", content: "Our return policy allows for returns within 30 days of purchase, provided items are in their original condition. Refunds are processed to the original payment method after inspection. Specific terms apply to different product categories."}, ]} sideTitle="NovaCart Terms & Conditions" sideDescription="Understand the legal agreements governing your use of NovaCart services, including purchases, returns, intellectual property, and acceptable use." @@ -108,79 +79,47 @@ export default function LandingPage() {