diff --git a/src/app/page.tsx b/src/app/page.tsx index d7afe1f..651c773 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,16 +13,16 @@ import { Sparkles, Crown, ScrollText, Award } from "lucide-react"; export default function HomePage() { const navItems = [ { name: "Home", id: "/" }, - { name: "Dashboard", id: "/dashboard" }, + { name: "Dashboard", id: "/dashboard" } ]; const footerColumns = [ { items: [ { label: "Home", href: "/" }, - { label: "Dashboard", href: "/dashboard" }, - ], - }, + { label: "Dashboard", href: "/dashboard" } + ] + } ]; return ( @@ -45,7 +45,8 @@ export default function HomePage() { logoAlt="Creator Quest RPG Logo" navItems={navItems} button={{ - text: "Sign Up", href: "/register"}} + text: "Sign Up", href: "/register" + }} /> @@ -57,7 +58,7 @@ export default function HomePage() { kpis={[ { value: "100K+", label: "Creators Empowered" }, { value: "5M+", label: "Missions Completed" }, - { value: "100%", label: "Growth Rate" }, + { value: "100%", label: "Growth Rate" } ]} enableKpiAnimation={true} tag="Your Quest Starts Here" @@ -65,7 +66,7 @@ export default function HomePage() { tagAnimation="slide-up" buttons={[ { text: "Start Your Quest Now", href: "/register" }, - { text: "Learn More", href: "/about" }, + { text: "Learn More", href: "/about" } ]} buttonAnimation="slide-up" avatars={[ @@ -73,7 +74,7 @@ export default function HomePage() { { src: "http://img.b2bpic.net/free-photo/user-sign-icon-front-side_187299-47522.jpg", alt: "Creator 2" }, { src: "http://img.b2bpic.net/free-photo/close-up-happy-female-beauty-blogger-young-latin-woman-with-brown-eyes-dark-curly-hair-smiling-widely-when-vlogging-indoors-looking-straight-camera-cosmetics-beauty-make-up-blogs-concep_74855-22834.jpg", alt: "Creator 3" }, { src: "http://img.b2bpic.net/free-vector/friend-request-character-icon_53876-97392.jpg", alt: "Creator 4" }, - { src: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-earphones-dark-haired-man-casual-clothes-looking-camera-portrait-concept_74855-24635.jpg", alt: "Creator 5" }, + { src: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-earphones-dark-haired-man-casual-clothes-looking-camera-portrait-concept_74855-24635.jpg", alt: "Creator 5" } ]} avatarText="Join 100,000+ aspiring creators!" imageSrc="http://img.b2bpic.net/free-photo/market-trends-concept-with-smartphone_23-2150372420.jpg" @@ -118,7 +119,7 @@ export default function HomePage() { id: "m1", value: "99+", title: "Creator Levels", description: "Reach new heights and unlock exclusive titles.", imageSrc: "http://img.b2bpic.net/free-photo/collage-people-using-reels_23-2149416510.jpg" }, { - id: "m2", value: "1M+", title: "Virtual Followers", description: "Grow your audience within the platform and see your impact.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-woman-recording-video-her-room-has-camera-coffee-table-reviewing_1258-254315.jpg" + id: "m2", value: "1M+", title: "Virtual Followers", description: "Your combined platform audience.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-woman-recording-video-her-room-has-camera-coffee-table-reviewing_1258-254315.jpg" }, { id: "m3", value: "50+", title: "Achievement Badges", description: "Prove your dedication and skill with unique badges.", imageSrc: "http://img.b2bpic.net/free-photo/winner-concept-with-cool-prize_23-2149059602.jpg" @@ -153,7 +154,7 @@ export default function HomePage() { { src: "http://img.b2bpic.net/free-photo/smiling-girl-is-taking-selfie-with-her-camera-by-raising-up-her-fist-blue-background_176474-117269.jpg", alt: "Michael C." }, { src: "http://img.b2bpic.net/free-photo/young-man-funny-expression_1194-3076.jpg", alt: "Emily R." }, { src: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119894.jpg", alt: "David K." }, - { src: "http://img.b2bpic.net/free-photo/blogger-ma-is-posing-his-mini-camera-by-showing-angry-mimicry-blue-background_176474-118102.jpg", alt: "Jessica L." }, + { src: "http://img.b2bpic.net/free-photo/blogger-ma-is-posing-his-mini-camera-by-showing-angry-mimicry-blue-background_176474-118102.jpg", alt: "Jessica L." } ]} ratingAnimation="blur-reveal" avatarsAnimation="opacity" @@ -169,21 +170,21 @@ export default function HomePage() { price: "$0", subtitle: "Start your journey", buttons: [{ text: "Join for Free", href: "/register" }], features: [ "Daily Missions", "Basic Questlines", "XP & Level Tracking", "Community Access" - ], + ] }, { id: "premium", badge: "Premium", badgeIcon: Crown, price: "$9.99/month", subtitle: "Unlock Pro Creator Tools", buttons: [{ text: "Go Premium", href: "/premium" }], features: [ "All Free Features", "Weekly Boss Challenges", "XP Boosters", "Exclusive Cosmetic Items", "Advanced Analytics" - ], + ] }, { id: "battlepass", badge: "Seasonal", badgeIcon: ScrollText, price: "$29.99/season", subtitle: "Limited-Time Rewards", buttons: [{ text: "Get Battle Pass", href: "/battlepass" }], features: [ "All Premium Features", "Seasonal Challenges", "Unique Avatar Cosmetics", "Exclusive Titles & Badges", "Early Access Features" - ], + ] } ]} carouselMode="buttons" @@ -201,9 +202,8 @@ export default function HomePage() { logoAlt="Creator Quest RPG Logo" logoText="Creator Quest RPG" columns={footerColumns} - useInvertedBackground={true} /> ); -} +} \ No newline at end of file