Merge version_1 into main #1
@@ -1,15 +1,15 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
||||
import HeroOverlay from "@/components/sections/hero/HeroOverlay";
|
||||
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
|
||||
import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
|
||||
import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen";
|
||||
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Github, Linkedin, Mail, Twitter } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -61,7 +61,8 @@ export default function LandingPage() {
|
||||
<TextSplitAbout
|
||||
title="About Me"
|
||||
description={[
|
||||
"I'm a dedicated Minecraft developer with 7+ years of experience creating custom plugins, sophisticated mods, and immersive multiplayer server environments.", "Specializing in Java-based development, I blend technical expertise with creative problem-solving to deliver solutions that engage and delight players worldwide."]}
|
||||
"I'm a dedicated Minecraft developer with 7+ years of experience creating custom plugins, sophisticated mods, and immersive multiplayer server environments.", "Specializing in Java-based development, I blend technical expertise with creative problem-solving to deliver solutions that engage and delight players worldwide."
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
showBorder={true}
|
||||
buttons={[{ text: "Download Resume", href: "#" }]}
|
||||
@@ -78,11 +79,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "SkyRealms Network", description: "A comprehensive multiplayer network with custom skyblock mechanics, economy system, and seasonal events reaching 50K+ concurrent players.", tag: "Multiplayer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWySvqjxZ4vadfj4P7dxlHsj5n/minecraft-skyblock-realm-screenshot-show-1772722699241-9f5a8591.png", imageAlt: "SkyRealms Network"},
|
||||
id: "1", title: "SkyRealms Network", description: "A comprehensive multiplayer network with custom skyblock mechanics, economy system, and seasonal events reaching 50K+ concurrent players.", tag: "Multiplayer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWySvqjxZ4vadfj4P7dxlHsj5n/minecraft-skyblock-realm-screenshot-show-1772722699241-9f5a8591.png", imageAlt: "SkyRealms Network"
|
||||
},
|
||||
{
|
||||
id: "2", title: "MysticSpells Plugin", description: "Advanced spell system with custom particle effects, cooldown management, and PvP balancing. Used by 200+ servers.", tag: "Plugin", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWySvqjxZ4vadfj4P7dxlHsj5n/minecraft-battle-scene-with-magical-spel-1772722699461-ec15de0f.png", imageAlt: "MysticSpells Plugin"},
|
||||
id: "2", title: "MysticSpells Plugin", description: "Advanced spell system with custom particle effects, cooldown management, and PvP balancing. Used by 200+ servers.", tag: "Plugin", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWySvqjxZ4vadfj4P7dxlHsj5n/minecraft-battle-scene-with-magical-spel-1772722699461-ec15de0f.png", imageAlt: "MysticSpells Plugin"
|
||||
},
|
||||
{
|
||||
id: "3", title: "TerrainForge Mod", description: "Procedural terrain generation mod with custom biomes, structures, and wildlife. Forge-compatible with 100K+ downloads.", tag: "Mod", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWySvqjxZ4vadfj4P7dxlHsj5n/minecraft-landscape-with-procedurally-ge-1772722699077-09b71695.png", imageAlt: "TerrainForge Mod"},
|
||||
id: "3", title: "TerrainForge Mod", description: "Procedural terrain generation mod with custom biomes, structures, and wildlife. Forge-compatible with 100K+ downloads.", tag: "Mod", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWySvqjxZ4vadfj4P7dxlHsj5n/minecraft-landscape-with-procedurally-ge-1772722699077-09b71695.png", imageAlt: "TerrainForge Mod"
|
||||
}
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
/>
|
||||
@@ -95,9 +99,11 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "7+", description: "Years of professional Minecraft development experience"},
|
||||
id: "1", value: "7+", description: "Years of professional Minecraft development experience"
|
||||
},
|
||||
{
|
||||
id: "2", value: "50K+", description: "Active players across my custom servers and projects"},
|
||||
id: "2", value: "50K+", description: "Active players across my custom servers and projects"
|
||||
}
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -108,17 +114,23 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Alex Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWySvqjxZ4vadfj4P7dxlHsj5n/professional-headshot-of-a-young-develop-1772722697897-f3a7e205.png"},
|
||||
id: "1", name: "Alex Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWySvqjxZ4vadfj4P7dxlHsj5n/professional-headshot-of-a-young-develop-1772722697897-f3a7e205.png"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Jordan Miller", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWySvqjxZ4vadfj4P7dxlHsj5n/professional-headshot-of-a-content-creat-1772722698689-03a650c6.png"},
|
||||
id: "2", name: "Jordan Miller", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWySvqjxZ4vadfj4P7dxlHsj5n/professional-headshot-of-a-content-creat-1772722698689-03a650c6.png"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Sarah Johnson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWySvqjxZ4vadfj4P7dxlHsj5n/professional-headshot-of-a-woman-in-tech-1772722698203-36cc58ff.png"},
|
||||
id: "3", name: "Sarah Johnson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWySvqjxZ4vadfj4P7dxlHsj5n/professional-headshot-of-a-woman-in-tech-1772722698203-36cc58ff.png"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Marcus Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWySvqjxZ4vadfj4P7dxlHsj5n/professional-headshot-of-a-man-with-serv-1772722697914-ff8a6257.png"},
|
||||
id: "4", name: "Marcus Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWySvqjxZ4vadfj4P7dxlHsj5n/professional-headshot-of-a-man-with-serv-1772722697914-ff8a6257.png"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Emma Williams", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWySvqjxZ4vadfj4P7dxlHsj5n/professional-headshot-of-a-woman-game-de-1772722698673-9393aac1.png"},
|
||||
id: "5", name: "Emma Williams", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWySvqjxZ4vadfj4P7dxlHsj5n/professional-headshot-of-a-woman-game-de-1772722698673-9393aac1.png"
|
||||
},
|
||||
{
|
||||
id: "6", name: "David Kim", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWySvqjxZ4vadfj4P7dxlHsj5n/professional-headshot-of-an-asian-man-in-1772722698147-270aa967.png"},
|
||||
id: "6", name: "David Kim", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWySvqjxZ4vadfj4P7dxlHsj5n/professional-headshot-of-an-asian-man-in-1772722698147-270aa967.png"
|
||||
}
|
||||
]}
|
||||
cardTitle="Trusted by server admins, content creators, and studios worldwide"
|
||||
cardTag="Community"
|
||||
@@ -131,10 +143,14 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
title="Partners & Collaborations"
|
||||
description="Working with leading Minecraft communities and platforms"
|
||||
names={[
|
||||
"Spigot", "Paper", "Forge", "Fabric", "Bukkit", "Velocity", "Purpur"
|
||||
]}
|
||||
logos={[
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWySvqjxZ4vadfj4P7dxlHsj5n/spigot-logo-a-professional-minimalist-lo-1772722698446-330003b7.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWySvqjxZ4vadfj4P7dxlHsj5n/paper-server-logo-minimalist-tech-compan-1772722698237-c0dc134a.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWySvqjxZ4vadfj4P7dxlHsj5n/minecraft-forge-logo-professional-develo-1772722700415-3808a7fc.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWySvqjxZ4vadfj4P7dxlHsj5n/fabric-loader-logo-modern-minimalist-bra-1772722698590-a3f5f80a.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWySvqjxZ4vadfj4P7dxlHsj5n/bukkit-plugin-platform-logo-professional-1772722698349-82d6dd33.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWySvqjxZ4vadfj4P7dxlHsj5n/velocity-proxy-logo-modern-tech-company--1772722697935-769c1475.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWySvqjxZ4vadfj4P7dxlHsj5n/purpur-server-logo-minimalist-tech-brand-1772722698175-ecb2580a.png"
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
logos={[
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWySvqjxZ4vadfj4P7dxlHsj5n/spigot-logo-a-professional-minimalist-lo-1772722698446-330003b7.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWySvqjxZ4vadfj4P7dxlHsj5n/paper-server-logo-minimalist-tech-compan-1772722698237-c0dc134a.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWySvqjxZ4vadfj4P7dxlHsj5n/minecraft-forge-logo-professional-develo-1772722700415-3808a7fc.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWySvqjxZ4vadfj4P7dxlHsj5n/fabric-loader-logo-modern-minimalist-bra-1772722698590-a3f5f80a.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWySvqjxZ4vadfj4P7dxlHsj5n/bukkit-plugin-platform-logo-professional-1772722698349-82d6dd33.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWySvqjxZ4vadfj4P7dxlHsj5n/velocity-proxy-logo-modern-tech-company--1772722697935-769c1475.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWySvqjxZ4vadfj4P7dxlHsj5n/purpur-server-logo-minimalist-tech-brand-1772722698175-ecb2580a.png"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -166,9 +182,7 @@ export default function LandingPage() {
|
||||
{ icon: Github, href: "https://github.com", ariaLabel: "GitHub" },
|
||||
{ icon: Linkedin, href: "https://linkedin.com", ariaLabel: "LinkedIn" },
|
||||
{ icon: Twitter, href: "https://twitter.com", ariaLabel: "Twitter" },
|
||||
{
|
||||
icon: Mail,
|
||||
href: "mailto:contact@devcraft.com", ariaLabel: "Email"},
|
||||
{ icon: Mail, href: "mailto:contact@devcraft.com", ariaLabel: "Email" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user