Merge version_2 into main #3
208
src/app/page.tsx
208
src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Prizes",
|
||||
id: "#products",
|
||||
},
|
||||
{
|
||||
name: "How it Works",
|
||||
id: "#features",
|
||||
},
|
||||
{
|
||||
name: "Support",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "Prizes", id: "#products" },
|
||||
{ name: "How it Works", id: "#features" },
|
||||
{ name: "Support", id: "#contact" },
|
||||
]}
|
||||
brandName="PUBG Rewards"
|
||||
/>
|
||||
@@ -53,39 +41,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Win Exclusive PUBG Rewards Daily"
|
||||
description="Join thousands of players in our secure, verified giveaway event. Your chance to unlock rare skins and legendary gear is just a sign-up away."
|
||||
tag="Giveaway Live Now"
|
||||
buttons={[
|
||||
{
|
||||
text: "Register Entry",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Register Entry", href: "#contact" }]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ecstatic-gamer-playing-intense-classic-arcade-spaceship-racing-videogame-shaking-computer-display-yelling-after-winning-african-american-man-having-burst-happiness-after-game-victory_482257-71101.jpg?_wi=1",
|
||||
imageAlt: "PUBG Gaming Background",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-portrait-with-flying-man-outside_23-2150006859.jpg",
|
||||
imageAlt: "PUBG Gaming Background",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electronic-sports-competition-3d-illustration_1419-2782.jpg",
|
||||
imageAlt: "Electronic sports competition 3d illustration",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/esports-championship-background-3d-illustration_1419-2785.jpg",
|
||||
imageAlt: "Esports championship background 3d illustration",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/esports-presentation-background-3d-illustration_1419-2783.jpg",
|
||||
imageAlt: "Esports presentation background 3d illustration",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/ecstatic-gamer-playing-intense-classic-arcade-spaceship-racing-videogame-shaking-computer-display-yelling-after-winning-african-american-man-having-burst-happiness-after-game-victory_482257-71101.jpg", imageAlt: "PUBG Gaming Background" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-portrait-with-flying-man-outside_23-2150006859.jpg", imageAlt: "PUBG Gaming Background" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -98,10 +61,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Why Our Platform?"
|
||||
description={[
|
||||
"We provide the most transparent giveaway experience in the PUBG community.",
|
||||
"Our system uses advanced security to ensure your data stays private.",
|
||||
"Every item awarded is verified through official game integration.",
|
||||
]}
|
||||
"We provide the most transparent giveaway experience in the PUBG community.", "Our system uses advanced security to ensure your data stays private.", "Every item awarded is verified through official game integration."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -112,41 +72,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Create Account",
|
||||
description: "Enter your email to verify your eligibility.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-man-warrior-portrait_23-2150712428.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dark-member-login-form_1017-7972.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ecstatic-gamer-playing-intense-classic-arcade-spaceship-racing-videogame-shaking-computer-display-yelling-after-winning-african-american-man-having-burst-happiness-after-game-victory_482257-71101.jpg?_wi=2",
|
||||
imageAlt: "pubg character rare gear",
|
||||
title: "Create Account", description: "Enter your email to verify your eligibility.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-man-warrior-portrait_23-2150712428.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/dark-member-login-form_1017-7972.jpg" }
|
||||
},
|
||||
{
|
||||
title: "Add Credentials",
|
||||
description: "Connect your account to claim your rewards instantly.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/epic-gamer-room-setup_23-2151954711.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-concept-collage-design_23-2151877160.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-black-case-with-colorful-little-stones-white-floor_140725-14318.jpg?_wi=1",
|
||||
imageAlt: "pubg character rare gear",
|
||||
title: "Add Credentials", description: "Connect your account to claim your rewards instantly.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/epic-gamer-room-setup_23-2151954711.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-concept-collage-design_23-2151877160.jpg" }
|
||||
},
|
||||
{
|
||||
title: "Claim Rewards",
|
||||
description: "Get notified directly when you are selected as a winner.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-soldier-combat-with-drones_23-2152000894.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/privacy-security-data-protection-shield-graphic-concept_53876-122494.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-creator-contracted-by-company-promote-lithium-liion-charging-device-fans_482257-116050.jpg?_wi=1",
|
||||
imageAlt: "pubg character rare gear",
|
||||
},
|
||||
title: "Claim Rewards", description: "Get notified directly when you are selected as a winner.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-soldier-combat-with-drones_23-2152000894.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/privacy-security-data-protection-shield-graphic-concept_53876-122494.jpg" }
|
||||
}
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
title="Simple Entry Steps"
|
||||
@@ -161,48 +97,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Glacier M416",
|
||||
price: "Legendary",
|
||||
variant: "Active",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-black-case-with-colorful-little-stones-white-floor_140725-14318.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ghost Set",
|
||||
price: "Mythic",
|
||||
variant: "Active",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-thailand-male-warrior-posing-fighting-stance-with-firearm_1150-18638.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Golden Pan",
|
||||
price: "Rare",
|
||||
variant: "Active",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bright-neon-colors-illuminated-arrow_23-2151204979.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Neon Helmet",
|
||||
price: "Epic",
|
||||
variant: "Active",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-redhead-female-biathlon-champion-holds-gun-grey-background_613910-8297.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Blue Hoodie",
|
||||
price: "Uncommon",
|
||||
variant: "Active",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medieval-knight-grey_146671-15708.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Desert Camo",
|
||||
price: "Common",
|
||||
variant: "Active",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medieval-knight-grey_146671-15729.jpg",
|
||||
},
|
||||
{ id: "1", name: "Glacier M416", price: "Legendary", variant: "Active", imageSrc: "http://img.b2bpic.net/free-photo/front-view-black-case-with-colorful-little-stones-white-floor_140725-14318.jpg" },
|
||||
{ id: "2", name: "Ghost Set", price: "Mythic", variant: "Active", imageSrc: "http://img.b2bpic.net/free-photo/young-thailand-male-warrior-posing-fighting-stance-with-firearm_1150-18638.jpg" },
|
||||
{ id: "3", name: "Golden Pan", price: "Rare", variant: "Active", imageSrc: "http://img.b2bpic.net/free-photo/bright-neon-colors-illuminated-arrow_23-2151204979.jpg" },
|
||||
{ id: "4", name: "Neon Helmet", price: "Epic", variant: "Active", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-redhead-female-biathlon-champion-holds-gun-grey-background_613910-8297.jpg" },
|
||||
{ id: "5", name: "Blue Hoodie", price: "Uncommon", variant: "Active", imageSrc: "http://img.b2bpic.net/free-photo/medieval-knight-grey_146671-15708.jpg" },
|
||||
{ id: "6", name: "Desert Camo", price: "Common", variant: "Active", imageSrc: "http://img.b2bpic.net/free-photo/medieval-knight-grey_146671-15729.jpg" },
|
||||
]}
|
||||
title="Featured Gear"
|
||||
description="Current season highlights that you can win today."
|
||||
@@ -213,31 +113,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex P.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-creator-contracted-by-company-promote-lithium-liion-charging-device-fans_482257-116050.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Maria K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pov-happy-influencer-hosting-online-show-rgb-lights-studio_482257-123565.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "John D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-winning-videogame_23-2149349988.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sam L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-multiracial-teens-playing-video-games-video-game-club-with-blue-red-illumination-excited-because-victory_1268-24592.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Kate W.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-influencer-home-studio-greeting-audience-recording-live-broadcast_482257-87108.jpg",
|
||||
},
|
||||
{ id: "1", name: "Alex P.", imageSrc: "http://img.b2bpic.net/free-photo/content-creator-contracted-by-company-promote-lithium-liion-charging-device-fans_482257-116050.jpg" },
|
||||
{ id: "2", name: "Maria K.", imageSrc: "http://img.b2bpic.net/free-photo/pov-happy-influencer-hosting-online-show-rgb-lights-studio_482257-123565.jpg" },
|
||||
{ id: "3", name: "John D.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-winning-videogame_23-2149349988.jpg" },
|
||||
{ id: "4", name: "Sam L.", imageSrc: "http://img.b2bpic.net/free-photo/group-multiracial-teens-playing-video-games-video-game-club-with-blue-red-illumination-excited-because-victory_1268-24592.jpg" },
|
||||
{ id: "5", name: "Kate W.", imageSrc: "http://img.b2bpic.net/free-photo/happy-influencer-home-studio-greeting-audience-recording-live-broadcast_482257-87108.jpg" },
|
||||
]}
|
||||
cardTitle="Winner Voices"
|
||||
cardTag="Community Stories"
|
||||
@@ -250,21 +130,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Is this safe?",
|
||||
content: "Yes, we use encrypted connections.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "How to register?",
|
||||
content: "Just enter your details in our sign-up form.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "When are winners picked?",
|
||||
content: "Winners are picked every Friday at 8 PM UTC.",
|
||||
},
|
||||
{ id: "1", title: "Is this safe?", content: "Yes, we use encrypted connections." },
|
||||
{ id: "2", title: "How to register?", content: "Just enter your details in our sign-up form." },
|
||||
{ id: "3", title: "When are winners picked?", content: "Winners are picked every Friday at 8 PM UTC." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Here is everything you need to know about our process."
|
||||
@@ -275,9 +143,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Secure Entry"
|
||||
title="Register Your Entry"
|
||||
description="Enter your email and password to secure your spot in our massive giveaway."
|
||||
@@ -290,17 +156,11 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="PUBG Rewards"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms & Conditions",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms & Conditions", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user