Update src/app/page.tsx
This commit is contained in:
@@ -43,6 +43,7 @@ export default function LandingPage() {
|
||||
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"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
mediaItems={[
|
||||
{ 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" }
|
||||
@@ -58,7 +59,12 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery title="Billboard" description="Gallery" mediaItems={[]} />
|
||||
<HeroBillboardGallery
|
||||
title="Billboard"
|
||||
description="Gallery"
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home-about" data-section="home-about">
|
||||
|
||||
Reference in New Issue
Block a user