diff --git a/src/app/page.tsx b/src/app/page.tsx index 32dce9a..b7945cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,7 +15,7 @@ import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import { BarChart2, Edit3, Zap } from "lucide-react"; -export default function LandingPage() { +export default function GamingPage() { return (
@@ -78,16 +65,12 @@ export default function LandingPage() {
@@ -100,189 +83,80 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Visual Editor", description: "Drag and drop voxel building tools with real-time feedback.", icon: Edit3, + title: "Advanced Mod Loader", description: "Lightning-fast load times for all your custom modifications.", icon: Zap, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-vector/video-producing-computer-hardware-25-flat-color-icon-pack-including-directors-chair-movie-lady-character_1142-24873.jpg"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/person-working-animation-porject_23-2149269912.jpg"}, - ], + { imageSrc: "http://img.b2bpic.net/free-vector/video-producing-computer-hardware-25-flat-color-icon-pack-including-directors-chair-movie-lady-character_1142-24873.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/person-working-animation-porject_23-2149269912.jpg" } + ] }, { - title: "Server Analytics", description: "Track player performance and game metrics with our live dashboard.", icon: BarChart2, + title: "Voxel Rendering API", description: "State-of-the-art rendering tools for custom biomes and structures.", icon: Edit3, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150165975.jpg"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/executive-workspace-features-digital-dashboard-with-financial-charts_482257-123845.jpg"}, - ], + { imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150165975.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/executive-workspace-features-digital-dashboard-with-financial-charts_482257-123845.jpg" } + ] }, { - title: "CI/CD Integration", description: "Automated deployments for all your custom mods.", icon: Zap, + title: "WorldGen Tools", description: "Create unique terrain generation without complex setup.", icon: BarChart2, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/settings-icon-front-side_187299-39535.jpg"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/pc-data-center-managing-network-resources-using-node-tree-software_482257-126003.jpg"}, - ], - }, + { imageSrc: "http://img.b2bpic.net/free-photo/settings-icon-front-side_187299-39535.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/pc-data-center-managing-network-resources-using-node-tree-software_482257-126003.jpg" } + ] + } ]} - title="Powerful Features" - description="Everything you need to turn your game ideas into reality." - /> -
- -
-
-
- -
-
-
- -
-
); -} +} \ No newline at end of file