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" > - - ); } 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() {
- -