Merge version_2 into main #2
@@ -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 (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${manrope.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1414,7 +1382,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -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() {
|
||||
<TestimonialCardTen
|
||||
title="Trusted by Gamers Worldwide"
|
||||
description="Join thousands of satisfied players who have upgraded their gaming experience through PUBGHub."
|
||||
tag="Social Proof"
|
||||
tagIcon={Trophy}
|
||||
tagAnimation="opacity"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "Seamless Account Transfer", quote: "Amazing experience! The account transfer was instant and the stats were exactly as described. PUBGHub made upgrading my account incredibly easy and secure.", name: "Alex Chen", role: "Pro Player, eSports Team", imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3268.jpg", imageAlt: "Alex Chen professional gamer"},
|
||||
id: "1", title: "Seamless Account Transfer", quote: "Amazing experience! The account transfer was instant and the stats were exactly as described. PUBGHub made upgrading my account incredibly easy and secure.", name: "Alex Chen", role: "Pro Player, eSports Team", imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3268.jpg", imageAlt: "Alex Chen professional gamer"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Best Security I've Found", quote: "I was skeptical about buying gaming accounts online, but PUBGHub's security measures gave me complete peace of mind. Highly recommended!", name: "Jordan Taylor", role: "Competitive Gamer", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-outdoors_1262-20546.jpg", imageAlt: "Jordan Taylor gaming community member"},
|
||||
id: "2", title: "Best Security I've Found", quote: "I was skeptical about buying gaming accounts online, but PUBGHub's security measures gave me complete peace of mind. Highly recommended!", name: "Jordan Taylor", role: "Competitive Gamer", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-outdoors_1262-20546.jpg", imageAlt: "Jordan Taylor gaming community member"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Verified Quality Accounts", quote: "Every detail about the account I purchased matched the listing perfectly. The verification process is thorough and the support team is incredibly helpful.", name: "Sarah Mitchell", role: "Gaming Streamer", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-playing-videogame_23-2149350006.jpg", imageAlt: "Sarah Mitchell verified streamer"},
|
||||
id: "3", title: "Verified Quality Accounts", quote: "Every detail about the account I purchased matched the listing perfectly. The verification process is thorough and the support team is incredibly helpful.", name: "Sarah Mitchell", role: "Gaming Streamer", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-playing-videogame_23-2149350006.jpg", imageAlt: "Sarah Mitchell verified streamer"
|
||||
},
|
||||
{
|
||||
id: "4", title: "24/7 Reliable Support", quote: "The customer support team helped me through the entire process. They're responsive, knowledgeable, and genuinely care about customer satisfaction.", name: "Marcus Johnson", role: "Casual Gaming Enthusiast", imageSrc: "http://img.b2bpic.net/free-vector/cool-retro-basketball-card_1421494-234.jpg", imageAlt: "Marcus Johnson gaming enthusiast"},
|
||||
id: "4", title: "24/7 Reliable Support", quote: "The customer support team helped me through the entire process. They're responsive, knowledgeable, and genuinely care about customer satisfaction.", name: "Marcus Johnson", role: "Casual Gaming Enthusiast", imageSrc: "http://img.b2bpic.net/free-vector/cool-retro-basketball-card_1421494-234.jpg", imageAlt: "Marcus Johnson gaming enthusiast"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user