Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
176
src/app/page.tsx
176
src/app/page.tsx
@@ -10,7 +10,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { ShieldCheck, TrendingUp, Users } from "lucide-react";
|
||||
import { ShieldCheck, TrendingUp, Users, Zap, Shield, Headset, Award } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,56 +31,37 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Lobby",
|
||||
id: "/lobby",
|
||||
},
|
||||
name: "Lobby", id: "/lobby"},
|
||||
{
|
||||
name: "Wallet",
|
||||
id: "/wallet",
|
||||
},
|
||||
name: "Wallet", id: "/wallet"},
|
||||
{
|
||||
name: "VIP",
|
||||
id: "/vip",
|
||||
},
|
||||
name: "VIP", id: "/vip"},
|
||||
]}
|
||||
brandName="GoldTrade"
|
||||
button={{
|
||||
text: "Login",
|
||||
href: "/login",
|
||||
}}
|
||||
text: "Login", href: "/login"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="The Future of Colour Trading"
|
||||
description="Experience luxury, precision, and instant rewards. Join the most advanced trading and prediction platform today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "/register",
|
||||
},
|
||||
text: "Get Started", href: "/register"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-gamers-making-winner-gesture-while-playing-space-shooter-virtual-championship_482257-521.jpg",
|
||||
imageAlt: "luxury trading dashboard",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-gamers-making-winner-gesture-while-playing-space-shooter-virtual-championship_482257-521.jpg", imageAlt: "luxury trading dashboard"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/manager-working-graphs-with-feet-table-two-screens_482257-32835.jpg",
|
||||
imageAlt: "luxury trading dashboard",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/manager-working-graphs-with-feet-table-two-screens_482257-32835.jpg", imageAlt: "luxury trading dashboard"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gamer-learning-play-game-by-looking-online-guide-mockup-cellphone_482257-121605.jpg",
|
||||
imageAlt: "luxury trading dashboard",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gamer-learning-play-game-by-looking-online-guide-mockup-cellphone_482257-121605.jpg", imageAlt: "luxury trading dashboard"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -92,29 +73,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "High-Speed Trading",
|
||||
description: "Instant execution with lightning-fast servers.",
|
||||
buttonIcon: "Zap",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gold-bull-backgrounds-graphics-elements-related-financial-sector_23-2151807645.jpg",
|
||||
},
|
||||
title: "High-Speed Trading", description: "Instant execution with lightning-fast servers.", buttonIcon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gold-bull-backgrounds-graphics-elements-related-financial-sector_23-2151807645.jpg"},
|
||||
{
|
||||
title: "Advanced Security",
|
||||
description: "Bank-grade encryption for all transactions.",
|
||||
buttonIcon: "Shield",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/golden-bitcoins-slot-white-piggybank_23-2147893553.jpg",
|
||||
},
|
||||
title: "Advanced Security", description: "Bank-grade encryption for all transactions.", buttonIcon: Shield,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/golden-bitcoins-slot-white-piggybank_23-2147893553.jpg"},
|
||||
{
|
||||
title: "24/7 Support",
|
||||
description: "Professional assistance whenever you need it.",
|
||||
buttonIcon: "Headset",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/call-center-support-emblem_1284-3631.jpg",
|
||||
},
|
||||
title: "24/7 Support", description: "Professional assistance whenever you need it.", buttonIcon: Headset,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/call-center-support-emblem_1284-3631.jpg"},
|
||||
{
|
||||
title: "VIP Membership",
|
||||
description: "Exclusive rewards and higher commissions.",
|
||||
buttonIcon: "Award",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-hand-hold-gold-credit-card-illustration_107791-16212.jpg",
|
||||
},
|
||||
title: "VIP Membership", description: "Exclusive rewards and higher commissions.", buttonIcon: Award,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-hand-hold-gold-credit-card-illustration_107791-16212.jpg"},
|
||||
]}
|
||||
title="Premium Trading Features"
|
||||
description="Engineered for high performance and maximum security."
|
||||
@@ -129,41 +98,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Win Go",
|
||||
price: "Play Now",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/realistic-illustration-chinese-zodiac_23-2151900715.jpg",
|
||||
},
|
||||
id: "1", name: "Win Go", price: "Play Now", imageSrc: "http://img.b2bpic.net/free-photo/realistic-illustration-chinese-zodiac_23-2151900715.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Lottery",
|
||||
price: "Play Now",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheery-girl-dressed-black-dress_171337-3905.jpg",
|
||||
},
|
||||
id: "2", name: "Lottery", price: "Play Now", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheery-girl-dressed-black-dress_171337-3905.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Slots",
|
||||
price: "Play Now",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-playing-cards-four-kings_1048-5624.jpg",
|
||||
},
|
||||
id: "3", name: "Slots", price: "Play Now", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-playing-cards-four-kings_1048-5624.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sports",
|
||||
price: "Play Now",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/sports-landing-page-template-abstract-style_23-2149436613.jpg",
|
||||
},
|
||||
id: "4", name: "Sports", price: "Play Now", imageSrc: "http://img.b2bpic.net/free-psd/sports-landing-page-template-abstract-style_23-2149436613.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Mini Games",
|
||||
price: "Play Now",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-cellphone-whisky-glass-poker-table_23-2147881062.jpg",
|
||||
},
|
||||
id: "5", name: "Mini Games", price: "Play Now", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-cellphone-whisky-glass-poker-table_23-2147881062.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Casino",
|
||||
price: "Play Now",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-beautiful-women-young-man-play-poker-table-casino-focus-man-brunette-passion-cards-chips-alcohol-dice-gambling-casino-it-is-entertainment-dangerous-fun-card-game-mo_639032-1707.jpg",
|
||||
},
|
||||
id: "6", name: "Casino", price: "Play Now", imageSrc: "http://img.b2bpic.net/free-photo/two-beautiful-women-young-man-play-poker-table-casino-focus-man-brunette-passion-cards-chips-alcohol-dice-gambling-casino-it-is-entertainment-dangerous-fun-card-game-mo_639032-1707.jpg"},
|
||||
]}
|
||||
title="Explore Our Games"
|
||||
description="Unleash your potential with our variety of exciting games."
|
||||
@@ -177,23 +122,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Users,
|
||||
title: "Active Traders",
|
||||
value: "50K+",
|
||||
},
|
||||
id: "m1", icon: Users,
|
||||
title: "Active Traders", value: "50K+"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: TrendingUp,
|
||||
title: "Daily Payouts",
|
||||
value: "$1.2M",
|
||||
},
|
||||
id: "m2", icon: TrendingUp,
|
||||
title: "Daily Payouts", value: "$1.2M"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: ShieldCheck,
|
||||
title: "Success Rate",
|
||||
value: "99.8%",
|
||||
},
|
||||
id: "m3", icon: ShieldCheck,
|
||||
title: "Success Rate", value: "99.8%"},
|
||||
]}
|
||||
title="Platform Excellence"
|
||||
description="Trusted by thousands of satisfied traders worldwide."
|
||||
@@ -207,40 +143,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
role: "Pro Trader",
|
||||
testimonial: "The best platform I have ever used. Consistent payouts and premium interface.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-portrait_23-2149213171.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", role: "Pro Trader", testimonial: "The best platform I have ever used. Consistent payouts and premium interface.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-portrait_23-2149213171.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Chen",
|
||||
role: "Gamer",
|
||||
testimonial: "Seamless gaming and very high rewards. The design is just stunning.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-blonde-woman-with-glitter-face-stylish-hat_273609-11479.jpg",
|
||||
},
|
||||
id: "2", name: "David Chen", role: "Gamer", testimonial: "Seamless gaming and very high rewards. The design is just stunning.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-blonde-woman-with-glitter-face-stylish-hat_273609-11479.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Rossi",
|
||||
role: "Agency Partner",
|
||||
testimonial: "Excellent referral program. Earning passive income is very easy here.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/angry-senior-businessman-reading-message-phone_1262-2949.jpg",
|
||||
},
|
||||
id: "3", name: "Elena Rossi", role: "Agency Partner", testimonial: "Excellent referral program. Earning passive income is very easy here.", imageSrc: "http://img.b2bpic.net/free-photo/angry-senior-businessman-reading-message-phone_1262-2949.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Marcus Johnson",
|
||||
role: "VIP Member",
|
||||
testimonial: "Customer support is top-tier. I love the daily cashback rewards.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-concept-with-graphic-holography_23-2149160929.jpg",
|
||||
},
|
||||
id: "4", name: "Marcus Johnson", role: "VIP Member", testimonial: "Customer support is top-tier. I love the daily cashback rewards.", imageSrc: "http://img.b2bpic.net/free-photo/business-concept-with-graphic-holography_23-2149160929.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Priya Sharma",
|
||||
role: "Trader",
|
||||
testimonial: "User experience is unmatched. Everything feels premium and secure.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-entrepreneur-contemplating-about-new-strategy-increase-revenue_482257-127211.jpg",
|
||||
},
|
||||
id: "5", name: "Priya Sharma", role: "Trader", testimonial: "User experience is unmatched. Everything feels premium and secure.", imageSrc: "http://img.b2bpic.net/free-photo/male-entrepreneur-contemplating-about-new-strategy-increase-revenue_482257-127211.jpg"},
|
||||
]}
|
||||
title="Trader Success Stories"
|
||||
description="Hear from the community achieving financial success."
|
||||
@@ -251,14 +162,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Ready to trade like a professional? Contact us today for support and premium updates."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Contact Support", href: "/contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -267,13 +175,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="GoldTrade"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "/privacy",
|
||||
}}
|
||||
text: "Privacy Policy", href: "/privacy"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "/terms",
|
||||
}}
|
||||
text: "Terms of Service", href: "/terms"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -6,6 +6,7 @@ import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwent
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { CreditCard, User } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -26,27 +27,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Lobby",
|
||||
id: "/lobby",
|
||||
},
|
||||
name: "Lobby", id: "/lobby"},
|
||||
{
|
||||
name: "Wallet",
|
||||
id: "/wallet",
|
||||
},
|
||||
name: "Wallet", id: "/wallet"},
|
||||
{
|
||||
name: "VIP",
|
||||
id: "/vip",
|
||||
},
|
||||
name: "VIP", id: "/vip"},
|
||||
]}
|
||||
brandName="GoldTrade"
|
||||
button={{
|
||||
text: "Login",
|
||||
href: "/login",
|
||||
}}
|
||||
text: "Login", href: "/login"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -58,17 +49,11 @@ export default function LandingPage() {
|
||||
description="Exclusive status for our elite players."
|
||||
features={[
|
||||
{
|
||||
title: "Monthly Cashbacks",
|
||||
description: "Get up to 10% back on losses.",
|
||||
buttonIcon: "CreditCard",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-hand-hold-gold-credit-card-illustration_107791-16188.jpg",
|
||||
},
|
||||
title: "Monthly Cashbacks", description: "Get up to 10% back on losses.", buttonIcon: CreditCard,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-hand-hold-gold-credit-card-illustration_107791-16188.jpg"},
|
||||
{
|
||||
title: "Dedicated Manager",
|
||||
description: "Personal account representative.",
|
||||
buttonIcon: "User",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-hand-giving-gold-credit-card-palm_107791-16375.jpg",
|
||||
},
|
||||
title: "Dedicated Manager", description: "Personal account representative.", buttonIcon: User,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-hand-giving-gold-credit-card-palm_107791-16375.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -82,19 +67,9 @@ export default function LandingPage() {
|
||||
description="What our VIPs say."
|
||||
testimonials={[
|
||||
{
|
||||
id: "v1",
|
||||
name: "Alex R.",
|
||||
role: "VIP Gold",
|
||||
testimonial: "The service is outstanding. Truly elite treatment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-model-black-leather-jacket-posing-near-lamps_114579-66711.jpg",
|
||||
},
|
||||
id: "v1", name: "Alex R.", role: "VIP Gold", testimonial: "The service is outstanding. Truly elite treatment.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-model-black-leather-jacket-posing-near-lamps_114579-66711.jpg"},
|
||||
{
|
||||
id: "v2",
|
||||
name: "Jamie L.",
|
||||
role: "VIP Silver",
|
||||
testimonial: "Worth every deposit. The perks are real.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sucsessful-businesswoman-studio-isolated-grey_613910-11320.jpg",
|
||||
},
|
||||
id: "v2", name: "Jamie L.", role: "VIP Silver", testimonial: "Worth every deposit. The perks are real.", imageSrc: "http://img.b2bpic.net/free-photo/sucsessful-businesswoman-studio-isolated-grey_613910-11320.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -103,13 +78,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="GoldTrade"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "/privacy",
|
||||
}}
|
||||
text: "Privacy Policy", href: "/privacy"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "/terms",
|
||||
}}
|
||||
text: "Terms of Service", href: "/terms"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user