From e21577b5b6809b9f5106bb1c43ef8b5c34997825 Mon Sep 17 00:00:00 2001 From: BarnaliBhowmik Date: Sun, 13 Oct 2024 13:28:41 +0530 Subject: [PATCH 1/3] Update ProductCare with new content, refined Cancellation details, expanded Help questions, and enhanced Home intro and tagline for better engagement. --- src/User/pages/Cancellation/Cancellation.jsx | 4 +-- src/User/pages/Help/Help.jsx | 30 ++++++++++++++++++-- src/User/pages/Home/Home.jsx | 13 +++++---- src/User/pages/Order/Checkout.jsx | 8 +++--- src/User/pages/ProductCare/ProductCare.jsx | 3 ++ 5 files changed, 44 insertions(+), 14 deletions(-) diff --git a/src/User/pages/Cancellation/Cancellation.jsx b/src/User/pages/Cancellation/Cancellation.jsx index 97fcc1222..514a5bff7 100644 --- a/src/User/pages/Cancellation/Cancellation.jsx +++ b/src/User/pages/Cancellation/Cancellation.jsx @@ -34,8 +34,8 @@ const CancellationPage = () => { - - + + {reason === 'others' && ( diff --git a/src/User/pages/Help/Help.jsx b/src/User/pages/Help/Help.jsx index c7fc27cca..3f38859c0 100644 --- a/src/User/pages/Help/Help.jsx +++ b/src/User/pages/Help/Help.jsx @@ -153,7 +153,7 @@ const Help = () => {
-

Most Frequently Queries

+

Most Frequent Queries

From a7b1ae21d04a5203e03540cb23907f0f68cc7f3b Mon Sep 17 00:00:00 2001 From: BarnaliBhowmik Date: Sun, 13 Oct 2024 14:49:15 +0530 Subject: [PATCH 2/3] Crucial safety and accuracy tip (minor typo) --- src/User/pages/ProductCare/ProductCare.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/User/pages/ProductCare/ProductCare.jsx b/src/User/pages/ProductCare/ProductCare.jsx index 4f35481d0..9e799de0a 100644 --- a/src/User/pages/ProductCare/ProductCare.jsx +++ b/src/User/pages/ProductCare/ProductCare.jsx @@ -40,7 +40,7 @@ const ProductCareInstructionsPage = () => {
  • Lubricate moving parts if applicable, using recommended products.
  • Replace any worn or damaged components promptly.
  • Consult the product manual for specific maintenance recommendations.
  • -
  • Maintain accuracy and safety by using approved parts recalibrating regularly.
  • +
  • Maintain accuracy and safety by using approved parts and recalibrating regularly.
  • From e83b9572352b7c6548bab29b0886bd09e1b9510b Mon Sep 17 00:00:00 2001 From: BarnaliBhowmik Date: Thu, 17 Oct 2024 23:35:27 +0530 Subject: [PATCH 3/3] Updated requested changes in Cancellation Section --- src/User/pages/Cancellation/Cancellation.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/User/pages/Cancellation/Cancellation.jsx b/src/User/pages/Cancellation/Cancellation.jsx index 514a5bff7..aea56ec2f 100644 --- a/src/User/pages/Cancellation/Cancellation.jsx +++ b/src/User/pages/Cancellation/Cancellation.jsx @@ -34,7 +34,7 @@ const CancellationPage = () => { - +