From db9374fd13d23c218717fedb8e2488c847c45924 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 19:35:13 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 224 +++++++---------------------------------------- 1 file changed, 34 insertions(+), 190 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 75b3c9d..50cedc5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,92 +31,43 @@ export default function LandingPage() {
@@ -136,21 +87,11 @@ export default function LandingPage() { useInvertedBackground={false} negativeCard={{ items: [ - "No annoying ads", - "Zero latency lag", - "Minimalist visual clutter", - "No forced registration", - "No battery drain", - ], + "No annoying ads", "Zero latency lag", "Minimalist visual clutter", "No forced registration", "No battery drain"], }} positiveCard={{ items: [ - "Smooth 60FPS movement", - "Responsive touch controls", - "Dynamic difficulty levels", - "Customizable skins", - "Offline mode support", - ], + "Smooth 60FPS movement", "Responsive touch controls", "Dynamic difficulty levels", "Customizable skins", "Offline mode support"], }} title="Gameplay Experience" description="Why our Snake Game stands out among the rest of the classics." @@ -163,24 +104,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", - icon: Award, - title: "High Scores", - value: "1.2M+", - }, - { - id: "m2", - icon: Zap, - title: "Total Matches", - value: "50M+", - }, - { - id: "m3", - icon: Users, - title: "Active Players", - value: "150K+", - }, + { id: "m1", icon: Award, title: "High Scores", value: "1.2M+" }, + { id: "m2", icon: Zap, title: "Total Matches", value: "50M+" }, + { id: "m3", icon: Users, title: "Active Players", value: "150K+" }, ]} title="Arena Statistics" description="Tracking high scores and player engagement globally." @@ -192,61 +118,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "Alex R.", - date: "2024-05-12", - title: "Pro Gamer", - quote: "The controls feel so fluid. This is definitely the best version of Snake available right now.", - tag: "Game Master", - avatarSrc: "http://img.b2bpic.net/free-photo/digital-art-snake-illustration_23-2151674409.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-crocodile-neon-light_23-2151835029.jpg?_wi=2", - imageAlt: "neon snake game interface digital art", - }, - { - id: "t2", - name: "Sarah K.", - date: "2024-05-10", - title: "Tech Enthusiast", - quote: "I love the minimalist design. It's clean, fast, and brings back so many memories.", - tag: "Beta Tester", - avatarSrc: "http://img.b2bpic.net/free-photo/isolated-cassete-with-copy-space_1194-640077.jpg", - imageSrc: "http://img.b2bpic.net/free-vector/futuristic-callouts-titles-scifi-tech-borders-hud-frames_88138-989.jpg", - imageAlt: "neon snake game interface digital art", - }, - { - id: "t3", - name: "Mike B.", - date: "2024-05-09", - title: "Casual Player", - quote: "Perfect for a quick 5-minute break. Highly addictive!", - tag: "Casual Gamer", - avatarSrc: "http://img.b2bpic.net/free-vector/neon-sign-template_1017-7463.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-with-blank-white-screen-white-background_9975-133657.jpg?_wi=1", - imageAlt: "neon snake game interface digital art", - }, - { - id: "t4", - name: "Jessica L.", - date: "2024-05-08", - title: "Designer", - quote: "Visually stunning. The neon aesthetic really pops on my display.", - tag: "Visual Fan", - avatarSrc: "http://img.b2bpic.net/free-photo/gradient-technology-background_23-2151895874.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-crocodile-neon-light_23-2151835045.jpg", - imageAlt: "neon snake game interface digital art", - }, - { - id: "t5", - name: "David T.", - date: "2024-05-07", - title: "Dev", - quote: "Optimized to perfection. No frame drops at all.", - tag: "Dev Review", - avatarSrc: "http://img.b2bpic.net/free-photo/fantasy-snake-illustration_23-2151588900.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/digital-art-snake-illustration_23-2151674357.jpg", - imageAlt: "neon snake game interface digital art", - }, + { id: "t1", name: "Alex R.", date: "2024-05-12", title: "Pro Gamer", quote: "The controls feel so fluid. This is definitely the best version of Snake available right now.", tag: "Game Master", avatarSrc: "http://img.b2bpic.net/free-photo/digital-art-snake-illustration_23-2151674409.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-crocodile-neon-light_23-2151835029.jpg?_wi=2", imageAlt: "neon snake game interface digital art" }, + { id: "t2", name: "Sarah K.", date: "2024-05-10", title: "Tech Enthusiast", quote: "I love the minimalist design. It's clean, fast, and brings back so many memories.", tag: "Beta Tester", avatarSrc: "http://img.b2bpic.net/free-photo/isolated-cassete-with-copy-space_1194-640077.jpg", imageSrc: "http://img.b2bvector/futuristic-callouts-titles-scifi-tech-borders-hud-frames_88138-989.jpg", imageAlt: "neon snake game interface digital art" }, + { id: "t3", name: "Mike B.", date: "2024-05-09", title: "Casual Player", quote: "Perfect for a quick 5-minute break. Highly addictive!", tag: "Casual Gamer", avatarSrc: "http://img.b2bpic.net/free-vector/neon-sign-template_1017-7463.jpg", imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-with-blank-white-screen-white-background_9975-133657.jpg?_wi=1", imageAlt: "neon snake game interface digital art" }, ]} title="Player Voices" description="What our community is saying about the game." @@ -257,21 +131,9 @@ export default function LandingPage() { @@ -308,14 +158,8 @@ export default function LandingPage() { -- 2.49.1 From dccd0608a28167962eb9384386f50c3146efff2f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 19:35:14 +0000 Subject: [PATCH 2/2] Add src/app/services/page.tsx --- src/app/services/page.tsx | 63 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 src/app/services/page.tsx diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx new file mode 100644 index 0000000..9cb8de8 --- /dev/null +++ b/src/app/services/page.tsx @@ -0,0 +1,63 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; + +export default function ServicesPage() { + return ( + + + + +
+ +
+ + +
+
+ ); +} -- 2.49.1