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"
>
-
@@ -64,7 +57,6 @@ export default function BlogPage() {
rightLink={{ text: "Privacy Policy", href: "#" }}
/>
-
);
}
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() {
-
-
+
setCartOpen(true) }}
/>
@@ -101,7 +98,6 @@ export default function ProductPage({ params }: ProductPageProps) {
rightLink={{ text: "Privacy Policy", href: "#" }}
/>
-
);
}
@@ -120,13 +116,11 @@ export default function ProductPage({ params }: ProductPageProps) {
secondaryButtonStyle="layered"
headingFontWeight="bold"
>
-
-
+
setCartOpen(true) }}
/>
@@ -149,7 +143,6 @@ export default function ProductPage({ params }: ProductPageProps) {
rightLink={{ text: "Privacy Policy", href: "#" }}
/>
-
);
}
@@ -167,13 +160,11 @@ export default function ProductPage({ params }: ProductPageProps) {
secondaryButtonStyle="layered"
headingFontWeight="bold"
>
-
-
+
setCartOpen(true) }}
/>
@@ -221,7 +212,6 @@ export default function ProductPage({ params }: ProductPageProps) {
rightLink={{ text: "Privacy Policy", href: "#" }}
/>
-
);
}
diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx
index 0e67c15..41b7e53 100644
--- a/src/app/shop/page.tsx
+++ b/src/app/shop/page.tsx
@@ -1,6 +1,5 @@
"use client";
-import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ProductCatalog from "@/components/ecommerce/productCatalog/ProductCatalog";
import { useProductCatalog } from "@/hooks/useProductCatalog";
@@ -30,13 +29,11 @@ export default function ShopPage() {
secondaryButtonStyle="layered"
headingFontWeight="bold"
>
-
-
+
{} }}
/>
@@ -51,7 +48,6 @@ export default function ShopPage() {
rightLink={{ text: "Privacy Policy", href: "#" }}
/>
-
);
}
@@ -69,13 +65,11 @@ export default function ShopPage() {
secondaryButtonStyle="layered"
headingFontWeight="bold"
>
-
-
+
{} }}
/>
@@ -98,7 +92,6 @@ export default function ShopPage() {
rightLink={{ text: "Privacy Policy", href: "#" }}
/>
-
);
}