diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index cb75e71..3c2edc2 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -1,8 +1,6 @@
import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "./globals.css";
-import { ServiceWrapper } from "@/providers";
-import { Tag } from "@/components";
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
@@ -20,10 +18,7 @@ export default function RootLayout({
return (
-
-
- {children}
-
+ {children}
@@ -152,7 +165,7 @@ export default function LandingPage() {
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={true}
- gridVariant="four-items-2x2-equal-grid"
+ gridVariant="uniform-all-items-equal"
metrics={[
{
id: "1", value: "50M+", description: "Total Players Worldwide"
@@ -220,13 +233,17 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1", title: "A Game-Changing Experience", quote: "This studio's games completely changed how I think about gaming. The creativity, the community, and the polish of every detail is just incredible. I've made lifelong friends here.", name: "Emma Thompson", role: "Gaming Influencer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhAfRaQSq2Mpv9tFzynsyMoLPf/professional-portrait-of-a-satisfied-gam-1773034593503-15411624.png", imageAlt: "Emma Thompson"},
+ id: "1", title: "A Game-Changing Experience", quote: "This studio's games completely changed how I think about gaming. The creativity, the community, and the polish of every detail is just incredible. I've made lifelong friends here.", name: "Emma Thompson", role: "Gaming Influencer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhAfRaQSq2Mpv9tFzynsyMoLPf/professional-portrait-of-a-satisfied-gam-1773034593503-15411624.png", imageAlt: "Emma Thompson"
+ },
{
- id: "2", title: "Endless Creative Freedom", quote: "I came for the games, but I stayed for the ability to create. The tools and support this studio provides let me build worlds I never thought possible.", name: "Marcus Williams", role: "Game Creator", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhAfRaQSq2Mpv9tFzynsyMoLPf/professional-portrait-of-another-happy-g-1773034593051-a2d1f026.png", imageAlt: "Marcus Williams"},
+ id: "2", title: "Endless Creative Freedom", quote: "I came for the games, but I stayed for the ability to create. The tools and support this studio provides let me build worlds I never thought possible.", name: "Marcus Williams", role: "Game Creator", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhAfRaQSq2Mpv9tFzynsyMoLPf/professional-portrait-of-another-happy-g-1773034593051-a2d1f026.png", imageAlt: "Marcus Williams"
+ },
{
- id: "3", title: "The Gold Standard of Gaming", quote: "After playing countless games across platforms, these are hands down the best. The attention to detail, regular updates, and genuine care for players is unmatched.", name: "Sophie Nguyen", role: "Professional Streamer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhAfRaQSq2Mpv9tFzynsyMoLPf/professional-portrait-of-a-gaming-stream-1773034593743-8528aeba.png", imageAlt: "Sophie Nguyen"},
+ id: "3", title: "The Gold Standard of Gaming", quote: "After playing countless games across platforms, these are hands down the best. The attention to detail, regular updates, and genuine care for players is unmatched.", name: "Sophie Nguyen", role: "Professional Streamer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhAfRaQSq2Mpv9tFzynsyMoLPf/professional-portrait-of-a-gaming-stream-1773034593743-8528aeba.png", imageAlt: "Sophie Nguyen"
+ },
{
- id: "4", title: "Community Like No Other", quote: "The community here is what makes everything special. From casual players to hardcore enthusiasts, everyone feels welcome and valued. This is where gaming magic happens.", name: "David Okonkwo", role: "Community Leader", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhAfRaQSq2Mpv9tFzynsyMoLPf/professional-portrait-of-a-community-lea-1773034594664-76bb9cde.png", imageAlt: "David Okonkwo"},
+ id: "4", title: "Community Like No Other", quote: "The community here is what makes everything special. From casual players to hardcore enthusiasts, everyone feels welcome and valued. This is where gaming magic happens.", name: "David Okonkwo", role: "Community Leader", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhAfRaQSq2Mpv9tFzynsyMoLPf/professional-portrait-of-a-community-lea-1773034594664-76bb9cde.png", imageAlt: "David Okonkwo"
+ },
]}
/>