Update src/app/page.tsx

This commit is contained in:
2026-04-01 19:42:22 +00:00
parent e18e658345
commit f2a9b245f1

View File

@@ -29,30 +29,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Services",
id: "/services",
},
{
name: "Ecommerce",
id: "/shop",
},
{
name: "Blog",
id: "/blog",
},
{
name: "About",
id: "/about",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "Blog", id: "/blog" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" }
]}
brandName="3D Industry"
/>
@@ -60,67 +41,29 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplit
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Endüstriyel 3D Baskı ve 3D Tarama Çözümleri"
description="Prototipleme, tersine mühendislik ve yüksek hassasiyetli üretim çözümleri sunuyoruz."
buttons={[
{
text: "Teklif Al",
href: "/contact",
},
{
text: "Hizmetleri İncele",
href: "/services",
},
{ text: "Teklif Al", href: "/contact" },
{ text: "Hizmetleri İncele", href: "/services" }
]}
imageSrc="http://img.b2bpic.net/free-photo/black-industry-engineers-team-working-together-solar-panel-systems_482257-126064.jpg"
mediaAnimation="blur-reveal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/middle-aged-business-man-hard-hat_1303-23577.jpg",
alt: "Ahmet Yılmaz",
},
{
src: "http://img.b2bpic.net/free-photo/mature-business-woman-analyzing-chart-held-infront-her_171337-8318.jpg",
alt: "Merve Demir",
},
{
src: "http://img.b2bpic.net/free-photo/front-view-man-with-helmet-crossed-arms_23-2148269265.jpg",
alt: "Can Kaya",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-engineer-job-site-work-hours_23-2151589646.jpg",
alt: "Elif Uzun",
},
{
src: "http://img.b2bpic.net/free-photo/middle-aged-business-man-hard-hat_1303-23577.jpg",
alt: "Hakan Ak",
},
{ src: "http://img.b2bpic.net/free-photo/middle-aged-business-man-hard-hat_1303-23577.jpg", alt: "Ahmet Yılmaz" },
{ src: "http://img.b2bpic.net/free-photo/mature-business-woman-analyzing-chart-held-infront-her_171337-8318.jpg", alt: "Merve Demir" },
{ src: "http://img.b2bpic.net/free-photo/front-view-man-with-helmet-crossed-arms_23-2148269265.jpg", alt: "Can Kaya" },
{ src: "http://img.b2bpic.net/free-photo/portrait-engineer-job-site-work-hours_23-2151589646.jpg", alt: "Elif Uzun" },
{ src: "http://img.b2bpic.net/free-photo/middle-aged-business-man-hard-hat_1303-23577.jpg", alt: "Hakan Ak" }
]}
avatarText="500+ Mutlu Mühendis"
marqueeItems={[
{
type: "text",
text: "Hassas Üretim",
},
{
type: "text",
text: "Tersine Mühendislik",
},
{
type: "text",
text: "Lazer Tarama",
},
{
type: "text",
text: "Hızlı Prototipleme",
},
{
type: "text",
text: "SLA 3D Baskı",
},
{ type: "text", text: "Hassas Üretim" },
{ type: "text", text: "Tersine Mühendislik" },
{ type: "text", text: "Lazer Tarama" },
{ type: "text", text: "Hızlı Prototipleme" },
{ type: "text", text: "SLA 3D Baskı" }
]}
/>
</div>
@@ -131,24 +74,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
id: "1",
title: "3D Baskı",
description: "Endüstriyel SLA baskı ile yüksek hassasiyetli prototip ve seri üretim.",
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-rubber-bicycle-part_23-2147892660.jpg?_wi=1",
},
{
id: "2",
title: "3D Tarama",
description: "Lazer tarama teknolojisiyle parça ölçümleme ve kalite kontrol.",
imageSrc: "http://img.b2bpic.net/free-photo/production-electronic-components-high-tech-factory_1385-3207.jpg?_wi=1",
},
{
id: "3",
title: "Tersine Mühendislik",
description: "Mevcut parçaların CAD modele dönüştürülmesi ve tasarım.",
imageSrc: "http://img.b2bpic.net/free-photo/add-details-car-body-robotic-equipment-makes-assembly-car-modern-car-assembly-factory_645730-646.jpg?_wi=1",
},
{ id: "1", title: "3D Baskı", description: "Endüstriyel SLA baskı.", tag: "Üretim", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-rubber-bicycle-part_23-2147892660.jpg" },
{ id: "2", title: "3D Tarama", description: "Lazer tarama teknolojisi.", tag: "Analiz", imageSrc: "http://img.b2bpic.net/free-photo/production-electronic-components-high-tech-factory_1385-3207.jpg" },
{ id: "3", title: "Tersine Mühendislik", description: "Parça analizi ve tasarım.", tag: "Tasarım", imageSrc: "http://img.b2bpic.net/free-photo/add-details-car-body-robotic-equipment-makes-assembly-car-modern-car-assembly-factory_645730-646.jpg" }
]}
title="Teknolojimiz"
description="Hassas üretim ve dijital tasarımın birleştiği nokta."
@@ -161,24 +89,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{
id: "m1",
icon: Award,
title: "Başarılı Proje",
value: "500+",
},
{
id: "m2",
icon: Zap,
title: "Hassasiyet Oranı",
value: "99.9%",
},
{
id: "m3",
icon: Shield,
title: "Memnun Müşteri",
value: "150+",
},
{ id: "m1", icon: Award, title: "Başarılı Proje", value: "500+" },
{ id: "m2", icon: Zap, title: "Hassasiyet Oranı", value: "99.9%" },
{ id: "m3", icon: Shield, title: "Memnun Müşteri", value: "150+" }
]}
title="Başarılarımız"
description="Hassasiyetle üretilen yüzlerce proje."
@@ -188,30 +101,15 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
useInvertedBackground={false}
testimonial="İş süreçlerimizde gösterdikleri profesyonellik ve sağladıkları yüksek hassasiyetli parçalar sayesinde üretim hızımız iki katına çıktı."
testimonial="İş süreçlerimizde gösterdikleri profesyonellik."
rating={5}
author="Ahmet Yılmaz, Üretim Direktörü"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/middle-aged-business-man-hard-hat_1303-23577.jpg",
alt: "Ahmet Yılmaz",
},
{
src: "http://img.b2bpic.net/free-photo/mature-business-woman-analyzing-chart-held-infront-her_171337-8318.jpg",
alt: "Merve Demir",
},
{
src: "http://img.b2bpic.net/free-photo/front-view-man-with-helmet-crossed-arms_23-2148269265.jpg",
alt: "Can Kaya",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-engineer-job-site-work-hours_23-2151589646.jpg",
alt: "Elif Uzun",
},
{
src: "http://img.b2bpic.net/free-photo/middle-aged-business-man-hard-hat_1303-23577.jpg",
alt: "Hakan Ak",
},
{ src: "http://img.b2bpic.net/free-photo/middle-aged-business-man-hard-hat_1303-23577.jpg", alt: "Ahmet Yılmaz" },
{ src: "http://img.b2bpic.net/free-photo/mature-business-woman-analyzing-chart-held-infront-her_171337-8318.jpg", alt: "Merve Demir" },
{ src: "http://img.b2bpic.net/free-photo/front-view-man-with-helmet-crossed-arms_23-2148269265.jpg", alt: "Can Kaya" },
{ src: "http://img.b2bpic.net/free-photo/portrait-engineer-job-site-work-hours_23-2151589646.jpg", alt: "Elif Uzun" },
{ src: "http://img.b2bpic.net/free-photo/middle-aged-business-man-hard-hat_1303-23577.jpg", alt: "Hakan Ak" }
]}
ratingAnimation="blur-reveal"
avatarsAnimation="blur-reveal"
@@ -221,62 +119,22 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
tag="Harekete Geç"
title="Projenizi Başlatalım"
description="Hassas üretim yeteneklerimizden yararlanın."
buttons={[
{
text: "Şimdi Başla",
href: "/contact",
},
]}
buttons={[{ text: "Şimdi Başla", href: "/contact" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={[
{
title: "Hizmetler",
items: [
{
label: "3D Baskı",
href: "/services",
},
{
label: "3D Tarama",
href: "/services",
},
{
label: "Tersine Mühendislik",
href: "/services",
},
],
},
{
title: "Kurumsal",
items: [
{
label: "Hakkımızda",
href: "/about",
},
{
label: "Blog",
href: "/blog",
},
{
label: "İletişim",
href: "/contact",
},
],
},
{ title: "Hizmetler", items: [{ label: "3D Baskı", href: "/services" }, { label: "3D Tarama", href: "/services" }, { label: "Tersine Mühendislik", href: "/services" }] },
{ title: "Kurumsal", items: [{ label: "Hakkımızda", href: "/about" }, { label: "Blog", href: "/blog" }, { label: "İletişim", href: "/contact" }] }
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}