Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -11,8 +11,8 @@ import { Libre_Baskerville } from "next/font/google";
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Pro Nam Grup Özel Güvenlik - Profesyonel Koruma',
|
||||
description: 'Pro Nam Grup ile elit güvenlik, VIP koruma ve teknolojik çözümler. Güvenliğiniz emin ellerde.',
|
||||
title: 'Pro Nam Grup | Elit Güvenlik Hizmetleri',
|
||||
description: 'Profesyonel VIP koruma, risk analizi ve teknolojik güvenlik çözümlerinde sektörün elit ismi.',
|
||||
};
|
||||
|
||||
const libreBaskerville = Libre_Baskerville({
|
||||
|
||||
135
src/app/page.tsx
135
src/app/page.tsx
@@ -2,10 +2,11 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Shield, Award, Zap, Cpu } from "lucide-react";
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductDetailCard from '@/components/ecommerce/productDetail/ProductDetailCard';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
@@ -28,26 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Ana Sayfa",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Hakkımızda",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Eğitim Kurumlarımız",
|
||||
id: "/education",
|
||||
},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "/blog",
|
||||
},
|
||||
{
|
||||
name: "İletişim",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Ana Sayfa", id: "/" },
|
||||
{ name: "Hakkımızda", id: "/about" },
|
||||
{ name: "Eğitim", id: "/education" },
|
||||
{ name: "İletişim", id: "/contact" }
|
||||
]}
|
||||
brandName="Pro Nam Grup"
|
||||
/>
|
||||
@@ -55,56 +40,25 @@ export default function LandingPage() {
|
||||
|
||||
<div id="home-hero" data-section="home-hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
title="Güvenliğiniz, Sınırların Ötesinde"
|
||||
description="Profesyonel VIP koruma, risk analizi ve teknolojik güvenlik çözümlerinde sektörün elit ismi Pro Nam Grup ile tanışın."
|
||||
tag="ELİT GÜVENLİK"
|
||||
buttons={[
|
||||
{
|
||||
text: "Teklif Al",
|
||||
href: "/contact#request",
|
||||
},
|
||||
{
|
||||
text: "İş Başvurusu",
|
||||
href: "/contact#careers",
|
||||
},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/army-personnel-monitors-isolated-green-screen-surveillance-footage_482257-89072.jpg?_wi=1",
|
||||
imageAlt: "Security Professional",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hex-backgrounds-networking_23-2149755780.jpg?_wi=1",
|
||||
imageAlt: "Modern Technology",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-with-devices_23-2149307794.jpg",
|
||||
imageAlt: "Professional team working",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797670.jpg",
|
||||
imageAlt: "Futuristic command center",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-network-communications-background-with-low-poly-plexus-design_1048-15687.jpg",
|
||||
imageAlt: "Abstract network visualization",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/army-personnel-monitors-isolated-green-screen-surveillance-footage_482257-89072.jpg", imageAlt: "Security Professional" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/hex-backgrounds-networking_23-2149755780.jpg", imageAlt: "Modern Technology" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="1000+ Başarılı Operasyon"
|
||||
buttons={[
|
||||
{ text: "Teklif Al", href: "/contact#request" },
|
||||
{ text: "İş Başvurusu", href: "/contact#careers" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
/>
|
||||
<HeroBillboardGallery title="Billboard" description="Gallery" mediaItems={[]} />
|
||||
</div>
|
||||
|
||||
<div id="home-about" data-section="home-about">
|
||||
@@ -112,8 +66,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Hakkımızda"
|
||||
description={[
|
||||
"Pro Nam Grup, üst düzey güvenlik ihtiyaçlarınız için kurulmuş profesyonel bir firmadır.",
|
||||
"VIP koruma, danışmanlık ve teknolojik çözümlerle yanınızdayız.",
|
||||
"Pro Nam Grup, üst düzey güvenlik ihtiyaçlarınız için kurulmuş profesyonel bir firmadır.", "VIP koruma, danışmanlık ve teknolojik çözümlerle yanınızdayız."
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -123,34 +76,10 @@ export default function LandingPage() {
|
||||
textboxLayout="inline-image"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "VIP Koruma",
|
||||
description: "Özel eğitimli personelimizle tam koruma.",
|
||||
buttonIcon: "Shield",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-employees-following-delivery-track-through-city-traffic_482257-93956.jpg?_wi=1",
|
||||
imageAlt: "Diverse employees following the delivery track through city traffic",
|
||||
},
|
||||
{
|
||||
title: "Güvenlik Eğitimi",
|
||||
description: "Modern eğitim kurumlarımızla profesyoneller yetiştiriyoruz.",
|
||||
buttonIcon: "Award",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/army-personnel-monitors-isolated-green-screen-surveillance-footage_482257-89072.jpg?_wi=2",
|
||||
imageAlt: "Diverse employees following the delivery track through city traffic",
|
||||
},
|
||||
{
|
||||
title: "Risk Analizi",
|
||||
description: "Dijital ve fiziksel tehditler için ileri seviye analiz.",
|
||||
buttonIcon: "Zap",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hex-backgrounds-networking_23-2149755780.jpg?_wi=2",
|
||||
imageAlt: "Diverse employees following the delivery track through city traffic",
|
||||
},
|
||||
{
|
||||
title: "Teknoloji Destekli",
|
||||
description: "Sistemlerimizi en son teknolojiyle donatıyoruz.",
|
||||
buttonIcon: "Cpu",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/manager-overseeing-industry-40-industrial-plant-workers-using-cad-software_482257-120040.jpg?_wi=1",
|
||||
imageAlt: "Diverse employees following the delivery track through city traffic",
|
||||
},
|
||||
{ title: "VIP Koruma", description: "Özel eğitimli personelimizle tam koruma.", buttonIcon: Shield },
|
||||
{ title: "Güvenlik Eğitimi", description: "Modern eğitim kurumlarımızla profesyoneller yetiştiriyoruz.", buttonIcon: Award },
|
||||
{ title: "Risk Analizi", description: "Dijital ve fiziksel tehditler için ileri seviye analiz.", buttonIcon: Zap },
|
||||
{ title: "Teknoloji Destekli", description: "Sistemlerimizi en son teknolojiyle donatıyoruz.", buttonIcon: Cpu }
|
||||
]}
|
||||
title="Hizmetlerimiz"
|
||||
description="Sektördeki en kapsamlı ve teknolojik destekli güvenlik hizmetlerini sunuyoruz."
|
||||
@@ -158,36 +87,14 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="ecommerce" data-section="ecommerce">
|
||||
<ProductDetailCard />
|
||||
<ProductDetailCard layout="default" name="Güvenlik Paketi" price="$999" images={[]} buttons={[]} />
|
||||
</div>
|
||||
|
||||
<div id="home-footer" data-section="home-footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Ana Sayfa",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "Hakkımızda",
|
||||
href: "/about",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Eğitim",
|
||||
href: "/education",
|
||||
},
|
||||
{
|
||||
label: "İletişim",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Ana Sayfa", href: "/" }, { label: "Hakkımızda", href: "/about" }] },
|
||||
{ items: [{ label: "Eğitim", href: "/education" }, { label: "İletişim", href: "/contact" }] }
|
||||
]}
|
||||
logoText="Pro Nam Grup"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user