From 2d81eff8ae592a6c8c83bb6d457c4a13e732a08a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 14:32:15 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 1141b0d..646fa5b 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -1,6 +1,5 @@ "use client"; -import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import BlogCardTwo from '@/components/sections/blog/BlogCardTwo'; @@ -23,17 +22,11 @@ export default function BlogPage() { secondaryButtonStyle="layered" headingFontWeight="bold" > - - ); } -- 2.49.1 From f5adc347f97516f47fd92226f3c453590f764e21 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 14:32:16 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e891004..6cfad37 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,8 +65,10 @@ export default function LandingPage() { ]} useInvertedBackground={false} tag="The Art of Misplay" - imageSrc="https://img.b2bpic.net/free-photo/front-view-young-soldier-camouflage-with-gun-black-wall_140725-96009.jpg?_wi=1" + imageSrc="https://img.b2bpic.net/free-photo/front-view-young-soldier-camouflage-with-gun-black-wall_140725-96009.jpg" imageAlt="A cartoon illustration of a CS2 team being flashed by a friendly grenade." + mediaAnimation='slide-up' + metricsAnimation='slide-up' /> @@ -77,7 +79,7 @@ export default function LandingPage() { id: '1', title: 'Master of Self-Sacrifice', description: 'Vitaliy excels at trading his own life for absolutely no tactical advantage. A true pioneer in negative K/D strategies, ensuring the enemy team never gets overconfident.', - media: { imageSrc: 'https://img.b2bpic.net/free-photo/young-professional-game-player-screaming-with-hands-raised-after-his-victory_482257-29597.jpg', imageAlt: 'Superkot striking a humorous pose after a \'successful\' self-sacrifice.' }, + media: { imageSrc: 'https://img.b2bpic.net/free-photo/young-professional-game-player-screaming-with-hands-raised-after-his-victory_482257-29597.jpg', imageAlt: "Superkot striking a humorous pose after a 'successful' self-sacrifice." }, items: [ { icon: Zap, text: 'Guaranteed 0.0 K/D' }, { icon: Bomb, text: 'Frequent accidental bomb drops' }, @@ -87,8 +89,7 @@ export default function LandingPage() { { id: '2', title: 'The Friendly Fire Flashbang', - description: 'His signature move: the perfectly timed, perfectly placed flashbang... directly into his teammates\' faces. Opponents often wonder how his team even moves.', - media: { imageSrc: 'https://img.b2bpic.net/free-photo/front-view-young-soldier-camouflage-with-gun-black-wall_140725-96009.jpg?_wi=2', imageAlt: 'Another angle of a CS2 team being blinded by a friendly flashbang.' }, + description: "His signature move: the perfectly timed, perfectly placed flashbang... directly into his teammates' faces. Opponents often wonder how his team even moves.", media: { imageSrc: 'https://img.b2bpic.net/free-photo/front-view-young-soldier-camouflage-with-gun-black-wall_140725-96009.jpg', imageAlt: 'Another angle of a CS2 team being blinded by a friendly flashbang.' }, items: [ { icon: Ghost, text: 'Turns allies into ghosts (temporarily)' }, { icon: Crosshair, text: 'Enemy vision remains pristine' }, @@ -142,10 +143,10 @@ export default function LandingPage() {
Date: Fri, 20 Feb 2026 14:32:16 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 305def7..ea70a2c 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -2,7 +2,6 @@ import { use, useCallback } from "react"; import { useRouter } from "next/navigation"; -import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ProductDetailCard from "@/components/ecommerce/productDetail/ProductDetailCard"; import ProductCart from "@/components/ecommerce/cart/ProductCart"; @@ -80,13 +79,11 @@ export default function ProductPage({ params }: ProductPageProps) { secondaryButtonStyle="layered" headingFontWeight="bold" > - -