3 Commits

Author SHA1 Message Date
caeaac08b6 Update src/app/page.tsx 2026-04-08 00:02:44 +00:00
b79df8cf40 Update src/app/page.tsx 2026-04-08 00:02:03 +00:00
159c725513 Merge version_1 into main
Merge version_1 into main
2026-04-07 23:56:56 +00:00

View File

@@ -31,30 +31,18 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Anasayfa",
id: "hero",
},
name: "Anasayfa", id: "hero"},
{
name: "Hakkımızda",
id: "about",
},
name: "Hakkımızda", id: "about"},
{
name: "Hizmetler",
id: "features",
},
name: "Hizmetler", id: "features"},
{
name: "Ürünler",
id: "products",
},
name: "Ürünler", id: "products"},
{
name: "İletişim",
id: "contact",
},
name: "İletişim", id: "contact"},
]}
button={{
text: "Randevu Al",
href: "#contact",
}}
text: "Randevu Al", href: "#contact"}}
brandName="Aydın Elektronik"
/>
</div>
@@ -62,117 +50,65 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
title="Sesin Ötesindeki Lüks"
description="15+ yıllık uzmanlıkla, aracınız için en sofistike ses sistemlerini tasarlıyoruz. Müziği sadece dinlemeyin, hissedin."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-call-buttons-steering-wheel-modern-car_181624-28208.jpg?_wi=1",
imageAlt: "Luxury Audio Setup",
},
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-call-buttons-steering-wheel-modern-car_181624-28208.jpg?_wi=1", imageAlt: "Luxury Audio Setup"},
{
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-diagnostic-tool_1170-1365.jpg?_wi=1",
imageAlt: "Dashboard Tech",
},
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-diagnostic-tool_1170-1365.jpg?_wi=1", imageAlt: "Dashboard Tech"},
{
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-call-buttons-steering-wheel-modern-car_181624-28208.jpg?_wi=2",
imageAlt: "Luxury Audio Setup",
},
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-call-buttons-steering-wheel-modern-car_181624-28208.jpg?_wi=2", imageAlt: "Luxury Audio Setup"},
{
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-diagnostic-tool_1170-1365.jpg?_wi=2",
imageAlt: "Dashboard Tech",
},
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-diagnostic-tool_1170-1365.jpg?_wi=2", imageAlt: "Dashboard Tech"},
{
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-call-buttons-steering-wheel-modern-car_181624-28208.jpg?_wi=3",
imageAlt: "Luxury Audio Setup",
},
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-call-buttons-steering-wheel-modern-car_181624-28208.jpg?_wi=3", imageAlt: "Luxury Audio Setup"},
{
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-diagnostic-tool_1170-1365.jpg?_wi=3",
imageAlt: "Dashboard Tech",
},
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-diagnostic-tool_1170-1365.jpg?_wi=3", imageAlt: "Dashboard Tech"},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-diagnostic-tool_1170-1365.jpg?_wi=4",
imageAlt: "Dashboard Tech",
},
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-diagnostic-tool_1170-1365.jpg?_wi=4", imageAlt: "Dashboard Tech"},
{
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-call-buttons-steering-wheel-modern-car_181624-28208.jpg?_wi=4",
imageAlt: "Luxury Audio Setup",
},
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-call-buttons-steering-wheel-modern-car_181624-28208.jpg?_wi=4", imageAlt: "Luxury Audio Setup"},
{
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-diagnostic-tool_1170-1365.jpg?_wi=5",
imageAlt: "Dashboard Tech",
},
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-diagnostic-tool_1170-1365.jpg?_wi=5", imageAlt: "Dashboard Tech"},
{
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-call-buttons-steering-wheel-modern-car_181624-28208.jpg?_wi=5",
imageAlt: "Luxury Audio Setup",
},
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-call-buttons-steering-wheel-modern-car_181624-28208.jpg?_wi=5", imageAlt: "Luxury Audio Setup"},
{
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-diagnostic-tool_1170-1365.jpg?_wi=6",
imageAlt: "Dashboard Tech",
},
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-diagnostic-tool_1170-1365.jpg?_wi=6", imageAlt: "Dashboard Tech"},
{
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-call-buttons-steering-wheel-modern-car_181624-28208.jpg?_wi=6",
imageAlt: "Luxury Audio Setup",
},
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-call-buttons-steering-wheel-modern-car_181624-28208.jpg?_wi=6", imageAlt: "Luxury Audio Setup"},
]}
buttons={[
{
text: "Hemen Randevu Al",
href: "#contact",
},
text: "Hemen Randevu Al", href: "#contact"},
]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/salesman-car-showroom_1303-13625.jpg",
alt: "Müşteri 1",
},
src: "http://img.b2bpic.net/free-photo/salesman-car-showroom_1303-13625.jpg", alt: "Müşteri 1"},
{
src: "http://img.b2bpic.net/free-photo/salesman-car-showroom_1303-13625.jpg",
alt: "Müşteri 2",
},
src: "http://img.b2bpic.net/free-photo/salesman-car-showroom_1303-13625.jpg", alt: "Müşteri 2"},
{
src: "http://img.b2bpic.net/free-photo/salesman-car-showroom_1303-13625.jpg",
alt: "Müşteri 3",
},
src: "http://img.b2bpic.net/free-photo/salesman-car-showroom_1303-13625.jpg", alt: "Müşteri 3"},
{
src: "http://img.b2bpic.net/free-photo/salesman-car-showroom_1303-13625.jpg",
alt: "Müşteri 4",
},
src: "http://img.b2bpic.net/free-photo/salesman-car-showroom_1303-13625.jpg", alt: "Müşteri 4"},
{
src: "http://img.b2bpic.net/free-photo/salesman-car-showroom_1303-13625.jpg",
alt: "Müşteri 5",
},
src: "http://img.b2bpic.net/free-photo/salesman-car-showroom_1303-13625.jpg", alt: "Müşteri 5"},
]}
avatarText="1000+ Mutlu Araç Sahibi"
marqueeItems={[
{
type: "image",
src: "http://img.b2bpic.net/free-vector/music-logo-template_23-2149705569.jpg",
alt: "Brand 1",
},
type: "image", src: "http://img.b2bpic.net/free-vector/music-logo-template_23-2149705569.jpg", alt: "Brand 1"},
{
type: "image",
src: "http://img.b2bpic.net/free-vector/music-logo-template_23-2149705569.jpg",
alt: "Brand 2",
},
type: "image", src: "http://img.b2bpic.net/free-vector/music-logo-template_23-2149705569.jpg", alt: "Brand 2"},
{
type: "image",
src: "http://img.b2bpic.net/free-vector/mechanical-repair-logo-design_23-2150040862.jpg",
alt: "Brand 3",
},
type: "image", src: "http://img.b2bpic.net/free-vector/mechanical-repair-logo-design_23-2150040862.jpg", alt: "Brand 3"},
{
type: "image",
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kqk50g",
alt: "Brand 4",
},
type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kqk50g", alt: "Brand 4"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/square-music-speaker-control-knobs-closeup-details_169016-51244.jpg",
alt: "Brand 5",
},
type: "image", src: "http://img.b2bpic.net/free-photo/square-music-speaker-control-knobs-closeup-details_169016-51244.jpg", alt: "Brand 5"},
]}
/>
</div>
@@ -192,23 +128,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Hoparlör Sistemleri",
description: "Kristal netliğinde ses deneyimi için premium hoparlörler.",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-male-sunglasses-dressed-brown-leather-jacket-sits-wheel-tuned-retro-car-with-open-door_613910-19274.jpg?_wi=1",
imageAlt: "Speaker",
},
title: "Hoparlör Sistemleri", description: "Kristal netliğinde ses deneyimi için premium hoparlörler.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-male-sunglasses-dressed-brown-leather-jacket-sits-wheel-tuned-retro-car-with-open-door_613910-19274.jpg?_wi=1", imageAlt: "Speaker"},
{
title: "Ses Yalıtımı",
description: "Dış sesi engelleyen profesyonel izolasyon çözümleri.",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-male-sunglasses-dressed-brown-leather-jacket-sits-wheel-tuned-retro-car-with-open-door_613910-19274.jpg?_wi=2",
imageAlt: "Isolation",
},
title: "Ses Yalıtımı", description: "Dış sesi engelleyen profesyonel izolasyon çözümleri.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-male-sunglasses-dressed-brown-leather-jacket-sits-wheel-tuned-retro-car-with-open-door_613910-19274.jpg?_wi=2", imageAlt: "Isolation"},
{
title: "DSP & Amplifikatör",
description: "Güçlü ve kontrol edilebilir ses performansı.",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-male-sunglasses-dressed-brown-leather-jacket-sits-wheel-tuned-retro-car-with-open-door_613910-19274.jpg?_wi=3",
imageAlt: "DSP",
},
title: "DSP & Amplifikatör", description: "Güçlü ve kontrol edilebilir ses performansı.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-male-sunglasses-dressed-brown-leather-jacket-sits-wheel-tuned-retro-car-with-open-door_613910-19274.jpg?_wi=3", imageAlt: "DSP"},
]}
title="Hizmetlerimiz"
description="Aracınızın ses kalitesini en üst seviyeye taşıyan profesyonel çözümler."
@@ -223,41 +147,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Focal Elite",
price: "Başlayan Fiyatlar",
imageSrc: "http://img.b2bpic.net/free-photo/wireless-speaker-amplifier-black_140725-7484.jpg?_wi=1",
},
id: "p1", name: "Focal Elite", price: "Başlayan Fiyatlar", imageSrc: "http://img.b2bpic.net/free-photo/wireless-speaker-amplifier-black_140725-7484.jpg?_wi=1"},
{
id: "p2",
name: "JL Audio Sub",
price: "Başlayan Fiyatlar",
imageSrc: "http://img.b2bpic.net/free-photo/wireless-speaker-amplifier-black_140725-7484.jpg?_wi=2",
},
id: "p2", name: "JL Audio Sub", price: "Başlayan Fiyatlar", imageSrc: "http://img.b2bpic.net/free-photo/wireless-speaker-amplifier-black_140725-7484.jpg?_wi=2"},
{
id: "p3",
name: "Alpine DSP",
price: "Başlayan Fiyatlar",
imageSrc: "http://img.b2bpic.net/free-photo/wireless-speaker-amplifier-black_140725-7484.jpg?_wi=3",
},
id: "p3", name: "Alpine DSP", price: "Başlayan Fiyatlar", imageSrc: "http://img.b2bpic.net/free-photo/wireless-speaker-amplifier-black_140725-7484.jpg?_wi=3"},
{
id: "p4",
name: "Mosconi Amp",
price: "Başlayan Fiyatlar",
imageSrc: "http://img.b2bpic.net/free-photo/wireless-speaker-amplifier-black_140725-7484.jpg?_wi=4",
},
id: "p4", name: "Mosconi Amp", price: "Başlayan Fiyatlar", imageSrc: "http://img.b2bpic.net/free-photo/wireless-speaker-amplifier-black_140725-7484.jpg?_wi=4"},
{
id: "p5",
name: "Hertz Systems",
price: "Başlayan Fiyatlar",
imageSrc: "http://img.b2bpic.net/free-photo/wireless-speaker-amplifier-black_140725-7484.jpg?_wi=5",
},
id: "p5", name: "Hertz Systems", price: "Başlayan Fiyatlar", imageSrc: "http://img.b2bpic.net/free-photo/wireless-speaker-amplifier-black_140725-7484.jpg?_wi=5"},
{
id: "p6",
name: "Audison Sub",
price: "Başlayan Fiyatlar",
imageSrc: "http://img.b2bpic.net/free-photo/wireless-speaker-amplifier-black_140725-7484.jpg?_wi=6",
},
id: "p6", name: "Audison Sub", price: "Başlayan Fiyatlar", imageSrc: "http://img.b2bpic.net/free-photo/wireless-speaker-amplifier-black_140725-7484.jpg?_wi=6"},
]}
title="Premium Markalarımız"
description="Dünyanın en iyi ses sistemleri Aydın Elektronik güvencesiyle."
@@ -269,14 +169,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Focal",
"JL Audio",
"Alpine",
"Hertz",
"Mosconi",
"Audison",
"Helix",
]}
"Focal", "JL Audio", "Alpine", "Hertz", "Mosconi", "Audison", "Helix"]}
title="İşbirliği Yaptığımız Markalar"
description="Dünyanın en prestijli ses markalarıyla çalışıyoruz."
/>
@@ -288,48 +181,14 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
title: "Harika Hizmet",
quote: "Aracım artık bir konser salonu gibi.",
name: "Ahmet Y.",
role: "Müşteri",
imageSrc: "http://img.b2bpic.net/free-photo/salesman-car-showroom_1303-13625.jpg?_wi=1",
},
id: "t1", title: "Harika Deneyim!", quote: "Aydın Elektronik işçiliği gerçekten bambaşka. Aracın akustik kalitesi tamamen değişti.", name: "Ahmet Y.", role: "Müşteri", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C3F6Ym5Lkr3o8OXzFDvbSeMjjh/uploaded-1775606502124-binjw707.png"},
{
id: "t2",
title: "Profesyonel İşçilik",
quote: "İşlerini gerçekten çok iyi yapıyorlar.",
name: "Can B.",
role: "Müşteri",
imageSrc: "http://img.b2bpic.net/free-photo/salesman-car-showroom_1303-13625.jpg?_wi=2",
},
id: "t2", title: "Profesyonel Çözüm", quote: "Google Haritalar üzerinden bulmuştum, beklentilerimin çok üzerinde bir hizmet aldım.", name: "Can B.", role: "Müşteri"},
{
id: "t3",
title: "Mükemmel Ses",
quote: "Focal hoparlörler inanılmaz.",
name: "Ece S.",
role: "Müşteri",
imageSrc: "http://img.b2bpic.net/free-photo/salesman-car-showroom_1303-13625.jpg?_wi=3",
},
{
id: "t4",
title: "Hızlı Teslimat",
quote: "Randevu saatine tam sadık kaldılar.",
name: "Mert T.",
role: "Müşteri",
imageSrc: "http://img.b2bpic.net/free-photo/salesman-car-showroom_1303-13625.jpg?_wi=4",
},
{
id: "t5",
title: "Çok Mutluyum",
quote: "Tüm çevreme tavsiye ediyorum.",
name: "Deniz K.",
role: "Müşteri",
imageSrc: "http://img.b2bpic.net/free-photo/salesman-car-showroom_1303-13625.jpg?_wi=5",
},
id: "t3", title: "Ses Kalitesi Üst Düzey", quote: "Focal hoparlör kurulumu harika oldu. Ekibin teknik bilgisine hayran kaldım.", name: "Ece S.", role: "Müşteri"},
]}
title="Müşteri Deneyimleri"
description="Sistemlerini geliştirdiğimiz binlerce mutlu sürücüden biri olun."
title="Müşterilerimiz Ne Diyor?"
description="Aydın Elektronik kalitesini deneyimleyen sürücülerin yorumları."
/>
</div>
@@ -337,8 +196,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
tag="İletişim"
title="Randevu Alın"
description="Sisteminiz için en uygun teklifi almak adına bizimle iletişime geçin."
@@ -350,46 +208,29 @@ export default function LandingPage() {
logoText="Aydın Elektronik"
columns={[
{
title: "Hızlı Erişim",
items: [
title: "Hızlı Erişim", items: [
{
label: "Anasayfa",
href: "#hero",
},
label: "Anasayfa", href: "#hero"},
{
label: "Hakkımızda",
href: "#about",
},
label: "Hakkımızda", href: "#about"},
{
label: "İletişim",
href: "#contact",
},
label: "İletişim", href: "#contact"},
],
},
{
title: "Hizmetler",
items: [
title: "Hizmetler", items: [
{
label: "Ses Sistemleri",
href: "#features",
},
label: "Ses Sistemleri", href: "#features"},
{
label: "Montaj",
href: "#features",
},
label: "Montaj", href: "#features"},
],
},
{
title: "Yasal",
items: [
title: "Yasal", items: [
{
label: "KVKK",
href: "#",
},
label: "KVKK", href: "#"},
{
label: "Gizlilik",
href: "#",
},
label: "Gizlilik", href: "#"},
],
},
]}