From 78a0e3f84831ebb5912628a88d3790d0901698cd Mon Sep 17 00:00:00 2001 From: jaaaaavier Date: Fri, 6 Mar 2026 14:36:58 +0100 Subject: [PATCH 1/4] Update ReviewsSection.tsx --- src/components/home/ReviewsSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/home/ReviewsSection.tsx b/src/components/home/ReviewsSection.tsx index 1e204842d..2902cb388 100644 --- a/src/components/home/ReviewsSection.tsx +++ b/src/components/home/ReviewsSection.tsx @@ -65,7 +65,7 @@ export default function ReviewSection({ text: textContent.pcMag, }, { - logo: darkMode ? '/images/home/NewDesign/pcworld-new.webp' : '/images/home/NewDesign/pcworld-new.webp', + logo: darkMode ? '/images/home/NewDesign/pcworld-new.webp' alt: 'pcworld Logo', text: textContent.pcWorld, }, From 07cc50dfced8bc37aa212d5c4b0de1ce60fbab9b Mon Sep 17 00:00:00 2001 From: jaaaaavier Date: Fri, 6 Mar 2026 14:38:33 +0100 Subject: [PATCH 2/4] Update ReviewsSection.tsx --- src/components/home/ReviewsSection.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/home/ReviewsSection.tsx b/src/components/home/ReviewsSection.tsx index 2902cb388..c450dbb4f 100644 --- a/src/components/home/ReviewsSection.tsx +++ b/src/components/home/ReviewsSection.tsx @@ -64,8 +64,8 @@ export default function ReviewSection({ alt: 'pcMag Logo', text: textContent.pcMag, }, - { - logo: darkMode ? '/images/home/NewDesign/pcworld-new.webp' + { + logo: '/images/home/NewDesign/pcworld-new.webp', alt: 'pcworld Logo', text: textContent.pcWorld, }, @@ -74,7 +74,6 @@ export default function ReviewSection({ alt: 'Forbes Logo', text: textContent.mashable, }, - ]; const maxIndex = reviews.length - 1; From 558b33c37a59f5ccf89a8e92ae5d0963ddd136da Mon Sep 17 00:00:00 2001 From: jaaaaavier Date: Fri, 6 Mar 2026 15:13:56 +0100 Subject: [PATCH 3/4] feat: comment reviews section component --- src/components/templates/dealsTemplate.tsx | 2 +- src/pages/coupons.tsx | 2 +- src/pages/index.tsx | 2 +- src/pages/reviews.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/templates/dealsTemplate.tsx b/src/components/templates/dealsTemplate.tsx index f1caa7398..827499cb2 100644 --- a/src/components/templates/dealsTemplate.tsx +++ b/src/components/templates/dealsTemplate.tsx @@ -112,7 +112,7 @@ const DealsTemplate = ({ image={config.heroImage} /> - + {/*+/+*/} - + {/*+/+*/} - + {/*+/+*/} - + {/*+/+*/} From 7dda99409fbe9e1cea44b2b926b979cf57c622d8 Mon Sep 17 00:00:00 2001 From: jaaaaavier Date: Fri, 6 Mar 2026 16:03:28 +0100 Subject: [PATCH 4/4] remove unused imports --- src/components/templates/dealsTemplate.tsx | 1 - src/pages/coupons.tsx | 1 - src/pages/index.tsx | 1 - src/pages/reviews.tsx | 1 - 4 files changed, 4 deletions(-) diff --git a/src/components/templates/dealsTemplate.tsx b/src/components/templates/dealsTemplate.tsx index 827499cb2..20514f51c 100644 --- a/src/components/templates/dealsTemplate.tsx +++ b/src/components/templates/dealsTemplate.tsx @@ -10,7 +10,6 @@ import { PromoCodeName } from '@/lib/types'; import { DealsPageText } from '@/assets/types/freeCloudStorage'; import FloatingCtaSectionv2 from '../shared/FloatingCtaSectionV2'; import HeroSection from '../deals/HeroSection'; -import ReviewsSection from '../home/ReviewsSection'; import HorizontalScrollableSection from '../shared/HorizontalScrollableSection'; import MoreDealsSection from '../black-friday/MoreDealsSection'; diff --git a/src/pages/coupons.tsx b/src/pages/coupons.tsx index cb7bf6e57..cd4572686 100644 --- a/src/pages/coupons.tsx +++ b/src/pages/coupons.tsx @@ -9,7 +9,6 @@ import FAQSection from '@/components/shared/sections/FaqSection'; import usePricing from '@/hooks/usePricing'; import cookies from '@/lib/cookies'; import { PromoCodeName } from '@/lib/types'; -import ReviewsSection from '@/components/home/ReviewsSection'; import { CouponPageText } from '@/assets/types/couponsPage'; import HeroSection from '@/components/coupons/HeroSection'; import HorizontalScrollableSection from '@/components/shared/HorizontalScrollableSection'; diff --git a/src/pages/index.tsx b/src/pages/index.tsx index d09d8a38d..4c19b6e5e 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -15,7 +15,6 @@ import TrustedSection from '@/components/home/TrustedSection'; import HorizontalScrollableSection from '@/components/home/HorizontalScrollableSection'; import AwardWinningSection from '@/components/home/AwardWinningPrivacySection'; import OfficialCloudProviderSection from '@/components/home/OfficilaCloudProviderSection'; -import ReviewsSection from '@/components/home/ReviewsSection'; interface HomeProps { lang: GetServerSidePropsContext['locale']; diff --git a/src/pages/reviews.tsx b/src/pages/reviews.tsx index 6aa9ca676..a108af329 100644 --- a/src/pages/reviews.tsx +++ b/src/pages/reviews.tsx @@ -10,7 +10,6 @@ import { ReviewsTextPage } from '@/assets/types/reviews'; import SupportSection from '@/components/reviews/support-section'; import VideotSection from '@/components/reviews/VideoSection'; import HeroSection from '@/components/reviews/HeroSection'; -import ReviewsSection from '@/components/home/ReviewsSection'; import HorizontalScrollableSection from '@/components/reviews/HorizontalScrollableSection'; interface CleanerProps {