diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index b84876e..ade2e81 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -1,52 +1,20 @@
import type { Metadata } from "next";
-import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
-import { Manrope } from "next/font/google";
-import "./globals.css";
-import { ServiceWrapper } from "@/components/ServiceWrapper";
-import Tag from "@/tag/Tag";
+import "@/styles/globals.css";
-const halant = Halant({
- variable: "--font-halant", subsets: ["latin"],
- weight: ["300", "400", "500", "600", "700"],
-});
-
-const inter = Inter({
- variable: "--font-inter", subsets: ["latin"],
-});
-
-const manrope = Manrope({
- variable: "--font-manrope", subsets: ["latin"],
-});
+const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
- title: "PUBGHub - Buy Premium PUBG Accounts Securely", description: "Browse verified PUBG accounts with guaranteed security. Instant delivery, bank-level encryption, and 100% buyer protection. Start gaming like a pro today.", keywords: "PUBG accounts, buy PUBG account, verified gaming accounts, secure account transfer, ranked accounts, esports accounts", metadataBase: new URL("https://pubghub.com"),
- alternates: {
- canonical: "https://pubghub.com"},
- openGraph: {
- title: "PUBGHub - Premium PUBG Account Marketplace", description: "Secure, verified PUBG accounts with instant delivery and buyer protection.", url: "https://pubghub.com", siteName: "PUBGHub", type: "website"},
- twitter: {
- card: "summary_large_image", title: "PUBGHub - Buy Verified PUBG Accounts", description: "Premium gaming accounts with 100% security guarantee and instant delivery."},
- robots: {
- index: true,
- follow: true,
- },
-};
+ title: "PUBGHub - Premium PUBG Account Marketplace", description: "Browse, buy, and play verified PUBG accounts with bank-level security and instant delivery. Join thousands of satisfied gamers on PUBGHub."};
export default function RootLayout({
children,
-}: Readonly<{
+}: {
children: React.ReactNode;
-}>) {
+}) {
return (
-
-
-
-
- {children}
-
+
+ {children}
-
);
}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3985cd6..4b9b936 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -65,12 +65,12 @@ export default function LandingPage() {
title="Featured Accounts"
description="Handpicked premium PUBG accounts with verified stats, secure transfers, and instant delivery. Each account is carefully selected and authenticated."
products={[
- {
- id: "1", name: "Pro Tier Account - Level 500", price: "$299", imageSrc: "http://img.b2bpic.net/free-vector/online-games-addiction_23-2148556494.jpg", imageAlt: "Pro Level 500 PUBG Account"},
- {
- id: "2", name: "Elite Tier Account - 5000+ Rating", price: "$549", imageSrc: "http://img.b2bpic.net/free-vector/world-cup-championships-winners-awards-gold-trophies-emblems-4-flat-colored-background-icons-collection-isolated_98292-7662.jpg", imageAlt: "Elite 5000+ Rating Account"},
- {
- id: "3", name: "Legendary Account - BP Bundle", price: "$799", imageSrc: "http://img.b2bpic.net/free-photo/severe-barbarian-warrior-clothes-posing-dark-background_613910-17034.jpg", imageAlt: "Legendary Account with Battle Pass Bundle"},
+ { id: "1", name: "Pro Tier Account - Level 500", price: "$299", imageSrc: "http://img.b2bpic.net/free-vector/online-games-addiction_23-2148556494.jpg", imageAlt: "Pro Level 500 PUBG Account"
+ },
+ { id: "2", name: "Elite Tier Account - 5000+ Rating", price: "$549", imageSrc: "http://img.b2bpic.net/free-vector/world-cup-championships-winners-awards-gold-trophies-emblems-4-flat-colored-background-icons-collection-isolated_98292-7662.jpg", imageAlt: "Elite 5000+ Rating Account"
+ },
+ { id: "3", name: "Legendary Account - BP Bundle", price: "$799", imageSrc: "http://img.b2bpic.net/free-photo/severe-barbarian-warrior-clothes-posing-dark-background_613910-17034.jpg", imageAlt: "Legendary Account with Battle Pass Bundle"
+ },
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -87,22 +87,28 @@ export default function LandingPage() {
features={[
{
icon: Shield,
- title: "100% Verified Accounts", description: "Every account is thoroughly verified and guaranteed authentic with secure ownership transfer protocols."},
+ title: "100% Verified Accounts", description: "Every account is thoroughly verified and guaranteed authentic with secure ownership transfer protocols."
+ },
{
icon: Zap,
- title: "Instant Delivery", description: "Get immediate access to your purchased account with automated delivery and account verification systems."},
+ title: "Instant Delivery", description: "Get immediate access to your purchased account with automated delivery and account verification systems."
+ },
{
icon: Lock,
- title: "Bank-Level Security", description: "Your transaction and account data are protected with military-grade encryption and secure payment processing."},
+ title: "Bank-Level Security", description: "Your transaction and account data are protected with military-grade encryption and secure payment processing."
+ },
{
icon: CheckCircle,
- title: "Buyer Protection", description: "Full refund guarantee if account details don't match specifications or delivery encounters issues."},
+ title: "Buyer Protection", description: "Full refund guarantee if account details don't match specifications or delivery encounters issues."
+ },
{
icon: Trophy,
- title: "Premium Stats Included", description: "All accounts include ranked progression, battle pass items, and exclusive cosmetics as verified."},
+ title: "Premium Stats Included", description: "All accounts include ranked progression, battle pass items, and exclusive cosmetics as verified."
+ },
{
icon: Users,
- title: "Community Support", description: "24/7 customer support team ready to assist with account setup, transfers, and any post-purchase questions."},
+ title: "Community Support", description: "24/7 customer support team ready to assist with account setup, transfers, and any post-purchase questions."
+ },
]}
animationType="slide-up"
textboxLayout="default"
@@ -153,7 +159,8 @@ export default function LandingPage() {
{ text: "Learn More", href: "#" },
],
features: [
- "Level 200+ verified account", "1000+ BR rating", "Basic cosmetics included", "Account transfer assistance", "30-day buyer protection"],
+ "Level 200+ verified account", "1000+ BR rating", "Basic cosmetics included", "Account transfer assistance", "30-day buyer protection"
+ ],
},
{
id: "pro", badge: "Most Popular", badgeIcon: Sparkles,
@@ -162,7 +169,8 @@ export default function LandingPage() {
{ text: "Learn More", href: "#" },
],
features: [
- "Level 400+ verified account", "3500+ BR rating", "Premium cosmetics bundle", "Priority support included", "Lifetime account protection"],
+ "Level 400+ verified account", "3500+ BR rating", "Premium cosmetics bundle", "Priority support included", "Lifetime account protection"
+ ],
},
{
id: "elite", price: "$899", name: "Elite Account", buttons: [
@@ -170,7 +178,8 @@ export default function LandingPage() {
{ text: "Learn More", href: "#" },
],
features: [
- "Level 500+ elite account", "5000+ BR rating guaranteed", "Exclusive seasonal items", "VIP support 24/7", "Account upgrade guarantee"],
+ "Level 500+ elite account", "5000+ BR rating guaranteed", "Exclusive seasonal items", "VIP support 24/7", "Account upgrade guarantee"
+ ],
},
]}
carouselMode="buttons"
@@ -181,15 +190,22 @@ export default function LandingPage() {