diff --git a/src/app/page.tsx b/src/app/page.tsx
index ac6160c..297c9a7 100644
--- a/src/app/page.tsx
+++ b/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() {
@@ -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() {
@@ -267,13 +175,9 @@ export default function LandingPage() {
diff --git a/src/app/vip/page.tsx b/src/app/vip/page.tsx
index 7e8c91a..b92eef1 100644
--- a/src/app/vip/page.tsx
+++ b/src/app/vip/page.tsx
@@ -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() {
@@ -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"},
]}
/>
@@ -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"},
]}
/>
@@ -103,13 +78,9 @@ export default function LandingPage() {