From 0c428a5f26768d3f93364dd5095edcc2f9083061 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 07:25:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 124 ++++++++++++++++++----------------------------- 1 file changed, 47 insertions(+), 77 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 441b330..d5dae21 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { Car, Map, Users, Home, DollarSign, Building } from "lucide-react"; +import { Car, Map, Users, Home, DollarSign, Building, Award, ShieldCheck } from "lucide-react"; export default function LandingPage() { return ( @@ -31,14 +31,10 @@ export default function LandingPage() { @@ -102,17 +96,13 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={true} products={[ - { - id: "p1", name: "Mythic Racer", price: "Special", variant: "Skin", imageSrc: "http://img.b2bpic.net/free-photo/close-up-carbon-fibre-headlight-sports-car_181624-23606.jpg"}, - { - id: "p2", name: "Legendary Speedster", price: "Ultra", variant: "Skin", imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-looking-spaceship_23-2150675525.jpg"}, - { - id: "p3", name: "Industrial Complex", price: "25,000", variant: "Building", imageSrc: "http://img.b2bpic.net/free-photo/view-three-dimensional-car-with-neon-lights_23-2151005301.jpg"}, - { - id: "p4", name: "Business HQ", price: "50,000", variant: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/closeup-back-vintage-car-field-cloudy-sky_181624-12024.jpg"}, + { id: "p1", name: "Skill-Earned Skin", price: "Reward", variant: "Unlock", imageSrc: "http://img.b2bpic.net/free-photo/close-up-carbon-fibre-headlight-sports-car_181624-23606.jpg" }, + { id: "p2", name: "Performance Master", price: "Reward", variant: "Unlock", imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-looking-spaceship_23-2150675525.jpg" }, + { id: "p3", name: "Asset Complex", price: "10k Earned", variant: "Empire", imageSrc: "http://img.b2bpic.net/free-photo/view-three-dimensional-car-with-neon-lights_23-2151005301.jpg" }, + { id: "p4", name: "Hub Equity", price: "20k Earned", variant: "Empire", imageSrc: "http://img.b2bpic.net/free-photo/closeup-back-vintage-car-field-cloudy-sky_181624-12024.jpg" }, ]} - title="Property Market" - description="Start your real estate journey today." + title="Earn Your Empire" + description="Build your collection purely through gameplay performance." /> @@ -122,18 +112,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", icon: Home, - title: "Buildings Placed", value: "12,500+"}, - { - id: "m2", icon: DollarSign, - title: "Currency Circulating", value: "$850M"}, - { - id: "m3", icon: Users, - title: "Active Explorers", value: "1.2M+"}, + { id: "m1", icon: Award, title: "Skill Rewards Paid", value: "$950M+" }, + { id: "m2", icon: ShieldCheck, title: "Fair Play Verified", value: "100%" }, + { id: "m3", icon: Users, title: "Active Earners", value: "1.5M+" }, ]} - title="World Impact" - description="See how players are reshaping the world daily." + title="Player Success" + description="A thriving ecosystem built on fair reward distribution." /> @@ -143,27 +127,23 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "t1", name: "Alex R.", role: "Pro Racer", testimonial: "The ability to finally get out and build my own estate is a game changer!", imageSrc: "http://img.b2bpic.net/free-photo/focused-gamer_23-2151954708.jpg"}, - { - id: "t2", name: "Mia S.", role: "Tycoon", testimonial: "I love the economic depth now added to the open world.", imageSrc: "http://img.b2bpic.net/free-photo/drawings-about-legal-profession_23-2151190615.jpg"}, + { id: "t1", name: "Alex R.", role: "Pro Earner", testimonial: "Finally, a game that respects my skill instead of my wallet. I've built my empire purely by winning!", imageSrc: "http://img.b2bpic.net/free-photo/focused-gamer_23-2151954708.jpg" }, + { id: "t2", name: "Mia S.", role: "Strategy Tycoon", testimonial: "The zero pay-to-win policy makes every asset I own feel like a genuine badge of honor.", imageSrc: "http://img.b2bpic.net/free-photo/drawings-about-legal-profession_23-2151190615.jpg" }, ]} - title="Community Voices" - description="What our players think about the new world-building features." + title="Community Insights" + description="Hear from players who have thrived in our pure play-to-earn model." />
@@ -171,24 +151,14 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1