Merge version_1 into main #2
148
src/app/page.tsx
148
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "shop",
|
||||
},
|
||||
name: "Shop", id: "shop"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="FF Shop"
|
||||
/>
|
||||
@@ -52,38 +44,19 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="FF Shop: Instant Top-ups"
|
||||
description="Get instant delivery of Free Fire Diamonds and premium game items with secure, verified transactions."
|
||||
tag="Trusted Gaming Store"
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#shop",
|
||||
},
|
||||
text: "Shop Now", href: "#shop"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/cartoon-set-game-coins-medals_107791-18101.jpg?_wi=1",
|
||||
imageAlt: "Diamond Package",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/cartoon-set-game-coins-medals_107791-18101.jpg", imageAlt: "Diamond Package"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/cartoon-stone-board-blank-clay-tablet-with-shen-ring-egyptian-symbol_88138-1277.jpg?_wi=1",
|
||||
imageAlt: "Elite Pass",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/victory-defeat-game-user-interface-badges-cartoon-vector-set-win-lose-labels-with-ribbons-form-shield-star-success-fail-passing-level-completing-task-result-panel_107791-24563.jpg?_wi=1",
|
||||
imageAlt: "Weekly Membership",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/chests-with-treasure-empty-full-wooden-trunks_107791-12673.jpg?_wi=1",
|
||||
imageAlt: "VIP Bundle",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/rank-badge-insignia-military-game-with-heart_107791-19769.jpg?_wi=1",
|
||||
imageAlt: "Star Rank",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/cartoon-stone-board-blank-clay-tablet-with-shen-ring-egyptian-symbol_88138-1277.jpg", imageAlt: "Elite Pass"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -99,41 +72,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "106 Diamonds",
|
||||
price: "$0.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/cartoon-set-game-coins-medals_107791-18101.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "106 Diamonds", price: "$0.99", imageSrc: "http://img.b2bpic.net/free-vector/cartoon-set-game-coins-medals_107791-18101.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "218 Diamonds",
|
||||
price: "$1.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/cartoon-set-game-coins-medals_107791-18101.jpg?_wi=3",
|
||||
},
|
||||
id: "2", name: "218 Diamonds", price: "$1.99", imageSrc: "http://img.b2bpic.net/free-vector/cartoon-set-game-coins-medals_107791-18101.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "560 Diamonds",
|
||||
price: "$4.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/cartoon-set-game-coins-medals_107791-18101.jpg?_wi=4",
|
||||
},
|
||||
id: "3", name: "560 Diamonds", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-vector/cartoon-set-game-coins-medals_107791-18101.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Weekly Membership",
|
||||
price: "$2.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/victory-defeat-game-user-interface-badges-cartoon-vector-set-win-lose-labels-with-ribbons-form-shield-star-success-fail-passing-level-completing-task-result-panel_107791-24563.jpg?_wi=2",
|
||||
},
|
||||
id: "4", name: "Weekly Membership", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-vector/victory-defeat-game-user-interface-badges-cartoon-vector-set-win-lose-labels-with-ribbons-form-shield-star-success-fail-passing-level-completing-task-result-panel_107791-24563.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elite Pass",
|
||||
price: "$9.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/cartoon-stone-board-blank-clay-tablet-with-shen-ring-egyptian-symbol_88138-1277.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Elite Pass", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-vector/cartoon-stone-board-blank-clay-tablet-with-shen-ring-egyptian-symbol_88138-1277.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "VIP Bundle",
|
||||
price: "$19.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/chests-with-treasure-empty-full-wooden-trunks_107791-12673.jpg?_wi=2",
|
||||
},
|
||||
id: "6", name: "VIP Bundle", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-vector/chests-with-treasure-empty-full-wooden-trunks_107791-12673.jpg"},
|
||||
]}
|
||||
title="Available Products"
|
||||
description="Unlock your potential with these exclusive game items."
|
||||
@@ -147,35 +96,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Instant Delivery",
|
||||
author: "Fast",
|
||||
description: "Diamonds delivered in seconds via our automated system.",
|
||||
tags: [
|
||||
"Speed",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mountain-fire_460848-6880.jpg",
|
||||
},
|
||||
id: "f1", title: "Instant Delivery", author: "Fast", description: "Diamonds delivered in seconds via our automated system.", tags: [
|
||||
"Speed"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mountain-fire_460848-6880.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "100% Safe",
|
||||
author: "Secure",
|
||||
description: "Verified transaction protocols for maximum protection.",
|
||||
tags: [
|
||||
"Safe",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/rank-badge-insignia-military-game-with-heart_107791-19769.jpg?_wi=2",
|
||||
},
|
||||
id: "f2", title: "100% Safe", author: "Secure", description: "Verified transaction protocols for maximum protection.", tags: [
|
||||
"Safe"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/rank-badge-insignia-military-game-with-heart_107791-19769.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "24/7 Support",
|
||||
author: "Expert",
|
||||
description: "Live support chat ready to assist you any time.",
|
||||
tags: [
|
||||
"Support",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/cartoon-set-game-coins-medals_107791-18101.jpg?_wi=5",
|
||||
},
|
||||
id: "f3", title: "24/7 Support", author: "Expert", description: "Live support chat ready to assist you any time.", tags: [
|
||||
"Support"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/cartoon-set-game-coins-medals_107791-18101.jpg"},
|
||||
]}
|
||||
title="Why Choose Us?"
|
||||
description="We offer the fastest and most secure service in the gaming community."
|
||||
@@ -191,38 +122,20 @@ export default function LandingPage() {
|
||||
description="Choose the best plan to level up your gaming experience."
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
badge: "Starter",
|
||||
price: "$4.99",
|
||||
subtitle: "Essential top-ups",
|
||||
buttons: [
|
||||
id: "p1", badge: "Starter", price: "$4.99", subtitle: "Essential top-ups", buttons: [
|
||||
{
|
||||
text: "Select Plan",
|
||||
href: "#",
|
||||
},
|
||||
text: "Select Plan", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"100 Diamonds",
|
||||
"Bonus Sticker",
|
||||
"Basic Support",
|
||||
],
|
||||
"100 Diamonds", "Bonus Sticker", "Basic Support"],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
badge: "Elite",
|
||||
price: "$14.99",
|
||||
subtitle: "Best value for pros",
|
||||
buttons: [
|
||||
id: "p2", badge: "Elite", price: "$14.99", subtitle: "Best value for pros", buttons: [
|
||||
{
|
||||
text: "Select Plan",
|
||||
href: "#",
|
||||
},
|
||||
text: "Select Plan", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"500 Diamonds",
|
||||
"Exclusive Skin",
|
||||
"VIP Support",
|
||||
],
|
||||
"500 Diamonds", "Exclusive Skin", "VIP Support"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -232,8 +145,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Stay Updated"
|
||||
title="Sign up for updates"
|
||||
description="Subscribe for exclusive news and promotions regarding FF Shop."
|
||||
|
||||
Reference in New Issue
Block a user