diff --git a/src/app/page.tsx b/src/app/page.tsx index 32e49c1..120f02c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Gauge, Globe, Monitor, Radio, Send, Target, Zap } from "lucide-react"; +import { Cpu, Target, Glasses, Radio, CloudRain, Zap, Gauge, Globe, Monitor, Send } from "lucide-react"; export default function LandingPage() { return ( @@ -33,114 +33,45 @@ export default function LandingPage() {
@@ -151,16 +82,10 @@ export default function LandingPage() { title="Console-Level Air Combat" description="SkyDominion brings desktop simulation quality to your fingertips. Featuring realistic aerodynamics, smart AI wingmen, and a fully customizable weaponry suite for the true aviation enthusiast." metrics={[ - { - value: "98%", - title: "Precision Physics", - }, - { - value: "24/7", - title: "Global Servers", - }, + { value: "98%", title: "Precision Physics" }, + { value: "24/7", title: "Global Servers" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/control-table-spacecraft_23-2151828272.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/control-table-spacecraft_23-2151828272.jpg" mediaAnimation="blur-reveal" /> @@ -172,64 +97,28 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "AI Drone Wingman", - description: "Engage enemies with an intelligent drone partner that covers your flank and assists in targeting.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/old-abandoned-small-airplane-field_181624-61599.jpg", - }, + title: "AI Drone Wingman", description: "Engage enemies with an intelligent drone partner that covers your flank and assists in targeting.", media: { imageSrc: "http://img.b2bpic.net/free-photo/old-abandoned-small-airplane-field_181624-61599.jpg" }, items: [ - { - icon: Cpu, - text: "Autonomous AI", - }, - { - icon: Target, - text: "Assistive Targeting", - }, + { icon: Cpu, text: "Autonomous AI" }, + { icon: Target, text: "Assistive Targeting" }, ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/view-3d-airplane-with-wings-engine_23-2151022204.jpg?_wi=2", - imageAlt: "combat drone wingman fighter jet", + reverse: false }, { - title: "Optional VR Experience", - description: "Immerse yourself completely with full VR support, putting you right inside the cockpit.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/airplane-flying-through-fantasy-world-with-mythical-landscape_23-2151752736.jpg", - }, + title: "Optional VR Experience", description: "Immerse yourself completely with full VR support, putting you right inside the cockpit.", media: { imageSrc: "http://img.b2bpic.net/free-photo/airplane-flying-through-fantasy-world-with-mythical-landscape_23-2151752736.jpg" }, items: [ - { - icon: Glasses, - text: "Immersive VR", - }, - { - icon: Radio, - text: "Voice Command", - }, + { icon: Glasses, text: "Immersive VR" }, + { icon: Radio, text: "Voice Command" }, ], - reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/control-table-spacecraft_23-2151828272.jpg?_wi=2", - imageAlt: "combat drone wingman fighter jet", + reverse: true }, { - title: "Dynamic Battle Systems", - description: "Engage in epic battles under shifting weather conditions and time of day, affecting flight performance.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/row-jets-flying-sky-celebration_181624-58471.jpg", - }, + title: "Dynamic Battle Systems", description: "Engage in epic battles under shifting weather conditions and time of day, affecting flight performance.", media: { imageSrc: "http://img.b2bpic.net/free-photo/row-jets-flying-sky-celebration_181624-58471.jpg" }, items: [ - { - icon: CloudRain, - text: "Real Weather", - }, - { - icon: Zap, - text: "Dynamic Physics", - }, + { icon: CloudRain, text: "Real Weather" }, + { icon: Zap, text: "Dynamic Physics" }, ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/view-3d-airplane_23-2151022171.jpg?_wi=1", - imageAlt: "combat drone wingman fighter jet", + reverse: false }, ]} title="Advanced Combat Features" @@ -244,42 +133,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - name: "F-22 Raptor", - price: "Level 10", - imageSrc: "http://img.b2bpic.net/free-photo/view-3d-airplane_23-2151022171.jpg?_wi=2", - }, - { - id: "p2", - name: "SU-57 Felon", - price: "Level 15", - imageSrc: "http://img.b2bpic.net/free-photo/sports-plane-air-racing-render-3d-illustration_654080-116.jpg", - }, - { - id: "p3", - name: "Rafale", - price: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/private-airplanes-field_158595-5740.jpg", - }, - { - id: "p4", - name: "F-35 Lightning", - price: "Level 20", - imageSrc: "http://img.b2bpic.net/free-photo/aircraft-an225-3d-render-illustration_654080-38.jpg", - }, - { - id: "p5", - name: "MiG-29", - price: "Level 5", - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-uniform-standing-near-war-fighter-interceptor-open-air-museum_613910-5443.jpg", - }, - { - id: "p6", - name: "Prototype X", - price: "Special", - imageSrc: "http://img.b2bpic.net/free-photo/view-spaceship-from-future_23-2150675467.jpg", - }, + { id: "p1", name: "F-22 Raptor", price: "Level 10", imageSrc: "http://img.b2bpic.net/free-photo/view-3d-airplane_23-2151022171.jpg" }, + { id: "p2", name: "SU-57 Felon", price: "Level 15", imageSrc: "http://img.b2bpic.net/free-photo/sports-plane-air-racing-render-3d-illustration_654080-116.jpg" }, + { id: "p3", name: "Rafale", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/private-airplanes-field_158595-5740.jpg" }, + { id: "p4", name: "F-35 Lightning", price: "Level 20", imageSrc: "http://img.b2bpic.net/free-photo/aircraft-an225-3d-render-illustration_654080-38.jpg" }, + { id: "p5", name: "MiG-29", price: "Level 5", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-uniform-standing-near-war-fighter-interceptor-open-air-museum_613910-5443.jpg" }, + { id: "p6", name: "Prototype X", price: "Special", imageSrc: "http://img.b2bpic.net/free-photo/view-spaceship-from-future_23-2150675467.jpg" }, ]} title="Hangar Selection" description="Unlock and customize your fleet of modern fighter jets." @@ -293,21 +152,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "5M+", - description: "Global Pilots", - }, - { - id: "m2", - value: "100K+", - description: "Daily Sorties", - }, - { - id: "m3", - value: "24/7", - description: "Ranked Modes", - }, + { id: "m1", value: "5M+", description: "Global Pilots" }, + { id: "m2", value: "100K+", description: "Daily Sorties" }, + { id: "m3", value: "24/7", description: "Ranked Modes" }, ]} title="Pilot Performance" description="Rank up in the global leaderboard and dominate the seasonal leaderboards." @@ -316,44 +163,15 @@ export default function LandingPage() {
@@ -432,9 +211,7 @@ export default function LandingPage() {