diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e76796..d10be8d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { Zap, BarChart2, Cpu, Globe } from 'lucide-react'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; @@ -29,21 +30,13 @@ export default function LandingPage() { @@ -52,41 +45,26 @@ export default function LandingPage() {
@@ -98,28 +76,16 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Real-time Alerts", - description: "Get push notifications the second a game goes free.", - imageSrc: "http://img.b2bpic.net/free-photo/advertisement-social-media-internet-letter-concept_53876-15875.jpg", - buttonIcon: "Zap", + title: "Real-time Alerts", description: "Get push notifications the second a game goes free.", imageSrc: "http://img.b2bpic.net/free-photo/advertisement-social-media-internet-letter-concept_53876-15875.jpg", buttonIcon: Zap, }, { - title: "Historical Tracking", - description: "View game price history before grabbing the deal.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-image-desk-planner-calendar-laptop_1163-2588.jpg", - buttonIcon: "BarChart2", + title: "Historical Tracking", description: "View game price history before grabbing the deal.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-image-desk-planner-calendar-laptop_1163-2588.jpg", buttonIcon: BarChart2, }, { - title: "Smart Automation", - description: "Auto-sync with your Steam account Wishlist.", - imageSrc: "http://img.b2bpic.net/free-photo/background-with-printed-circuit-board-concept-modern-technologies_169016-61853.jpg", - buttonIcon: "Cpu", + title: "Smart Automation", description: "Auto-sync with your Steam account Wishlist.", imageSrc: "http://img.b2bpic.net/free-photo/background-with-printed-circuit-board-concept-modern-technologies_169016-61853.jpg", buttonIcon: Cpu, }, { - title: "Global Analytics", - description: "See the best deals across all regions.", - imageSrc: "http://img.b2bpic.net/free-photo/financial-program-user-interface-pc-screen-home-office-desk_482257-118861.jpg", - buttonIcon: "Globe", + title: "Global Analytics", description: "See the best deals across all regions.", imageSrc: "http://img.b2bpic.net/free-photo/financial-program-user-interface-pc-screen-home-office-desk_482257-118861.jpg", buttonIcon: Globe, }, ]} title="Smart Tracking System" @@ -135,47 +101,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Galactic Odyssey", - price: "$0.00", - variant: "Action", - imageSrc: "http://img.b2bpic.net/free-photo/galaxy-planets-digital-art_23-2151727665.jpg", - }, + id: "p1", name: "Galactic Odyssey", price: "$0.00", variant: "Action", imageSrc: "http://img.b2bpic.net/free-photo/galaxy-planets-digital-art_23-2151727665.jpg"}, { - id: "p2", - name: "Neon Sprint", - price: "$0.00", - variant: "Racing", - imageSrc: "http://img.b2bpic.net/free-photo/retro-futuristic-space-travel_23-2151837569.jpg", - }, + id: "p2", name: "Neon Sprint", price: "$0.00", variant: "Racing", imageSrc: "http://img.b2bpic.net/free-photo/retro-futuristic-space-travel_23-2151837569.jpg"}, { - id: "p3", - name: "Mystic Woods", - price: "$0.00", - variant: "RPG", - imageSrc: "http://img.b2bpic.net/free-photo/fantasy-style-scene-with-mountains-landscape_23-2151124734.jpg", - }, + id: "p3", name: "Mystic Woods", price: "$0.00", variant: "RPG", imageSrc: "http://img.b2bpic.net/free-photo/fantasy-style-scene-with-mountains-landscape_23-2151124734.jpg"}, { - id: "p4", - name: "Tactical Siege", - price: "$0.00", - variant: "Strategy", - imageSrc: "http://img.b2bpic.net/free-photo/cartoon-soldier-with-combat-war_23-2151624800.jpg", - }, + id: "p4", name: "Tactical Siege", price: "$0.00", variant: "Strategy", imageSrc: "http://img.b2bpic.net/free-photo/cartoon-soldier-with-combat-war_23-2151624800.jpg"}, { - id: "p5", - name: "Pixel Quest", - price: "$0.00", - variant: "Retro", - imageSrc: "http://img.b2bpic.net/free-photo/8-bit-graphics-pixels-scene-with-person-walking-dog-park_23-2151120973.jpg", - }, + id: "p5", name: "Pixel Quest", price: "$0.00", variant: "Retro", imageSrc: "http://img.b2bpic.net/free-photo/8-bit-graphics-pixels-scene-with-person-walking-dog-park_23-2151120973.jpg"}, { - id: "p6", - name: "Velocity Strike", - price: "$0.00", - variant: "Action", - imageSrc: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151127954.jpg", - }, + id: "p6", name: "Velocity Strike", price: "$0.00", variant: "Action", imageSrc: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151127954.jpg"}, ]} title="Current Trending Freebies" description="Popular titles currently available for $0.00." @@ -188,20 +124,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "1", - title: "Is this service really free?", - content: "Yes, our notification service is completely free to use.", - }, + id: "1", title: "Is this service really free?", content: "Yes, our notification service is completely free to use."}, { - id: "2", - title: "Do I need to link my Steam account?", - content: "No, it is optional, but recommended for personalized wishlists.", - }, + id: "2", title: "Do I need to link my Steam account?", content: "No, it is optional, but recommended for personalized wishlists."}, { - id: "3", - title: "How quickly do I get notified?", - content: "Notifications are sent within seconds of the price change.", - }, + id: "3", title: "How quickly do I get notified?", content: "Notifications are sent within seconds of the price change."}, ]} title="Frequently Asked Questions" description="Common questions about our tracking service." @@ -213,8 +140,7 @@ export default function LandingPage() {