Merge version_1 into main #4
@@ -1,16 +1,17 @@
|
||||
"use client"
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo";
|
||||
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
|
||||
import ProductCardFour from "@/components/sections/product/ProductCardFour";
|
||||
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import FaqBase from "@/components/sections/faq/FaqBase";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import { Crown, Gamepad2, HelpCircle, Heart } from "lucide-react";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { Crown, Gamepad2, Heart, HelpCircle } from 'lucide-react';
|
||||
import Link from 'next/link';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,8 +33,7 @@ export default function LandingPage() {
|
||||
{ name: "Ana Sayfa", id: "hero" },
|
||||
{ name: "Mekanikler", id: "mechanics" },
|
||||
{ name: "Topluluk", id: "community" },
|
||||
{ name: "SSS", id: "faq" },
|
||||
{ name: "Discord", id: "https://discord.com" }
|
||||
{ name: "SSS", id: "faq" }
|
||||
]}
|
||||
button={{ text: "Hemen Katıl", href: "#contact" }}
|
||||
brandName="TheHardCraft"
|
||||
@@ -50,13 +50,13 @@ export default function LandingPage() {
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chateau-de-bruniquel-surrounded-by-greenery-rocks-cloudy-sky-sunset-france_181624-27929.jpg", imageAlt: "TheHardCraft Medieval Kingdom Battle"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/video-game-scene-background_23-2147569810.jpg", imageAlt: "Minecraft medieval kingdom fortress battle"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fantasy-magic-landscape_23-2151502947.jpg", imageAlt: "TheHardCraft Nexus Combat System"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fantasy-style-scene-with-mountains-landscape_23-2151124984.jpg", imageAlt: "minecraft player fighting nexus core"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/platform-background-isometric-style_23-2147572002.jpg", imageAlt: "TheHardCraft Kingdom Construction"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-background-design_1164-514.jpg", imageAlt: "minecraft empire building strategy game"
|
||||
}
|
||||
]}
|
||||
autoplayDelay={5000}
|
||||
@@ -94,13 +94,13 @@ export default function LandingPage() {
|
||||
tagIcon={Gamepad2}
|
||||
products={[
|
||||
{
|
||||
id: "territory", name: "Toprak Kontrolü Sistemi", price: "Sınırsız", variant: "Claim Territory · Full Protection", imageSrc: "http://img.b2bpic.net/free-vector/data-protection-concept-online-security-guarantee_107791-142.jpg", imageAlt: "Territory Control System"
|
||||
id: "territory", name: "Toprak Kontrolü Sistemi", price: "Sınırsız", variant: "Claim Territory · Full Protection", imageSrc: "http://img.b2bpic.net/free-vector/security-system-background_23-2147629719.jpg", imageAlt: "minecraft territory land claim map system"
|
||||
},
|
||||
{
|
||||
id: "nexus", name: "Nexus Progresyonu", price: "Açılıyor", variant: "Power Up · Kingdom Strength", imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-medieval-fantasy-city_23-2150694171.jpg", imageAlt: "Nexus Power System"
|
||||
id: "nexus", name: "Nexus Progresyonu", price: "Açılıyor", variant: "Power Up · Kingdom Strength", imageSrc: "http://img.b2bpic.net/free-vector/realistic-sparkling-stars-collection_23-2149017150.jpg", imageAlt: "minecraft nexus crystal power core"
|
||||
},
|
||||
{
|
||||
id: "turrets", name: "Turret Savunma Sistemi", price: "Özelleştir", variant: "Auto Defense · Strategic Placement", imageSrc: "http://img.b2bpic.net/free-photo/soldier-military-hq-base-using-green-screen-equipment_482257-124858.jpg", imageAlt: "Turret Defense Mechanics"
|
||||
id: "turrets", name: "Turret Savunma Sistemi", price: "Özelleştir", variant: "Auto Defense · Strategic Placement", imageSrc: "http://img.b2bpic.net/free-vector/set-pixelated-videogame-scene_24640-45355.jpg", imageAlt: "minecraft automatic turret defense system"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -114,16 +114,16 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Adem Kral", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-black-t-shirt-with-headphones-playing-phone-isolated-blue-background_141793-105160.jpg", imageAlt: "Adem Kral - Minecraft Player"
|
||||
id: "1", name: "Adem Kral", imageSrc: "http://img.b2bpic.net/free-photo/sporty-man-portrait-gray-background_158595-5964.jpg", imageAlt: "minecraft player avatar profile portrait"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Zelda Stratejist", imageSrc: "http://img.b2bpic.net/free-photo/young-lady-standing-with-crossed-arms-while-souring-her-face-colorful-sweatshirt-looking-offended-front-view_176474-44823.jpg", imageAlt: "Zelda Stratejist - Strategy Player"
|
||||
id: "2", name: "Zelda Stratejist", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-laughing-woman-playing-videogame_23-2149350007.jpg", imageAlt: "female gamer avatar gaming portrait"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Savaş Komutanı", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-enjoying-playing-video-game_23-2149249999.jpg", imageAlt: "Savaş Komutanı - War Commander"
|
||||
id: "3", name: "Savaş Komutanı", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-nerd-logo-template_23-2149204608.jpg", imageAlt: "minecraft player avatar gaming portrait"
|
||||
},
|
||||
{
|
||||
id: "4", name: "İmparatorluk Kurucusu", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-teen-holding-controller_23-2148243698.jpg", imageAlt: "İmparatorluk Kurucusu - Kingdom Builder"
|
||||
id: "4", name: "İmparatorluk Kurucusu", imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-smiling-confident-young-african-american-clean-shaven-man-enjoying-new-album-his-favourite-artist-via-stylish-headphones-using-online-music-application-some-electronic-device_343059-343.jpg", imageAlt: "gamer player avatar minecraft portrait"
|
||||
}
|
||||
]}
|
||||
cardTitle="10,000+ oyuncu TheHardCraft'ı seçti. Sen de seç."
|
||||
@@ -140,9 +140,9 @@ export default function LandingPage() {
|
||||
description="Türkiye'nin en büyük oyun platformlarında güvenilir."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names=[
|
||||
names={[
|
||||
"Twitch Streamers", "Discord Communities", "YouTube Creators", "Gaming Platforms", "Minecraft Builders", "Tournament Organizers", "Community Leaders"
|
||||
]
|
||||
]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -196,8 +196,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-vector/shining-ball-light-effect_23-2148365839.jpg"
|
||||
imageAlt="TheHardCraft Kingdom Empire"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/orange-rounded-rectangle-fire-frame_53876-117185.jpg"
|
||||
imageAlt="minecraft glowing purple nexus core"
|
||||
columns={[
|
||||
{
|
||||
title: "Oyun", items: [
|
||||
|
||||
Reference in New Issue
Block a user