Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
337
src/app/page.tsx
337
src/app/page.tsx
@@ -32,119 +32,52 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
{
|
||||
name: "Product",
|
||||
id: "#product",
|
||||
},
|
||||
{
|
||||
name: "Benefits",
|
||||
id: "#benefits",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Product", id: "product" },
|
||||
{ name: "Benefits", id: "benefits" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Pulmoly"
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Order Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Çantalık Taşınabilir Nebülizatör"
|
||||
description="Nefes almayı kolaylaştıran, taşınabilir ve tamamen sessiz nebülizatör cihazı ile tanışın. Her yaş için güvenli ve FDA onaylı."
|
||||
kpis={[
|
||||
{
|
||||
value: "30",
|
||||
label: "Gün İade Garantisi",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
label: "FDA Sertifikalı",
|
||||
},
|
||||
{
|
||||
value: "Sessiz",
|
||||
label: "Konforlu Kullanım",
|
||||
},
|
||||
{ value: "30", label: "Gün İade Garantisi" },
|
||||
{ value: "100%", label: "FDA Sertifikalı" },
|
||||
{ value: "Sessiz", label: "Konforlu Kullanım" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Ürünü İncele",
|
||||
href: "#product",
|
||||
},
|
||||
text: "Ürünü İncele", href: "#product"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CjRSWUnODXgqJFtMwqpS3WfNeK/uploaded-1776897016027-tfvnbfgn.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CjRSWUnODXgqJFtMwqpS3WfNeK/uploaded-1776897016027-tfvnbfgn.png"
|
||||
imageAlt="Çantalık Nebülizatör Cihazı"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-doctor-wearing-medical-uniform-with-stethoscope-holding-test-jar-pointing-with-finger-side-smiling-standing-white-wall_141793-47738.jpg",
|
||||
alt: "Doktor 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-doctor-wearing-medical-uniform-with-stethoscope-holding-test-jar-smiling-with-happy-face-showing-thumbs-up-standing-white-wall_141793-47740.jpg",
|
||||
alt: "Doktor 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-doctor-wearing-medical-uniform-with-stethoscope-holding-test-jar-smiling-with-happy-face-raising-arm-standing-white-wall_141793-47739.jpg",
|
||||
alt: "Doktor 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-995.jpg",
|
||||
alt: "Kullanıcı 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-doctor-holding-her-medical-mask-shoulder_23-2148757394.jpg",
|
||||
alt: "Doktor 4",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-woman-doctor-wearing-medical-uniform-with-stethoscope-holding-test-jar-pointing-with-finger-side-smiling-standing-white-wall_141793-47738.jpg", alt: "Doktor 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-woman-doctor-wearing-medical-uniform-with-stethoscope-holding-test-jar-smiling-with-happy-face-showing-thumbs-up-standing-white-wall_141793-47740.jpg", alt: "Doktor 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-woman-doctor-wearing-medical-uniform-with-stethoscope-holding-test-jar-smiling-with-happy-face-raising-arm-standing-white-wall_141793-47739.jpg", alt: "Doktor 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-995.jpg", alt: "Kullanıcı 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/female-doctor-holding-her-medical-mask-shoulder_23-2148757394.jpg", alt: "Doktor 4" },
|
||||
]}
|
||||
avatarText="Binlerce mutlu kullanıcı"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Sessiz Teknoloji",
|
||||
icon: Volume2,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "FDA Onaylı",
|
||||
icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Hafif Tasarım",
|
||||
icon: Gauge,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "USB Şarjlı",
|
||||
icon: Star,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Kolay Temizlik",
|
||||
icon: Sparkles,
|
||||
},
|
||||
{ type: "text-icon", text: "Sessiz Teknoloji", icon: Volume2 },
|
||||
{ type: "text-icon", text: "FDA Onaylı", icon: ShieldCheck },
|
||||
{ type: "text-icon", text: "Hafif Tasarım", icon: Gauge },
|
||||
{ type: "text-icon", text: "USB Şarjlı", icon: Star },
|
||||
{ type: "text-icon", text: "Kolay Temizlik", icon: Sparkles },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -156,24 +89,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Sessiz Çalışma",
|
||||
description: "Gelişmiş motor yapısı sayesinde etrafı rahatsız etmeden, sessiz bir tedavi süreci sunar.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-teenage-boy-using-nebulizer-home-respiratory-health-problems_23-2150574012.jpg?_wi=1",
|
||||
imageAlt: "Sessiz çalışma",
|
||||
},
|
||||
{
|
||||
title: "Kolay Taşınabilirlik",
|
||||
description: "Hafif ve çantalık tasarımıyla dilediğiniz her yere kolayca yanınızda götürebilirsiniz.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-setting-mobile-support-film_23-2148360114.jpg?_wi=1",
|
||||
imageAlt: "Kolay taşınabilirlik",
|
||||
},
|
||||
{
|
||||
title: "Her Yaş İçin Uygun",
|
||||
description: "Çocuklardan yetişkinlere kadar her yaş grubuna özel maske seçenekleriyle güvenli kullanım sağlar.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medical-mask-hanging-gym-equipment_23-2148766071.jpg?_wi=1",
|
||||
imageAlt: "Her yaş için uygun",
|
||||
},
|
||||
{ title: "Sessiz Çalışma", description: "Gelişmiş motor yapısı sayesinde etrafı rahatsız etmeden, sessiz bir tedavi süreci sunar.", imageSrc: "http://img.b2bpic.net/free-photo/view-teenage-boy-using-nebulizer-home-respiratory-health-problems_23-2150574012.jpg", imageAlt: "Sessiz çalışma" },
|
||||
{ title: "Kolay Taşınabilirlik", description: "Hafif ve çantalık tasarımıyla dilediğiniz her yere kolayca yanınızda götürebilirsiniz.", imageSrc: "http://img.b2bpic.net/free-photo/woman-setting-mobile-support-film_23-2148360114.jpg", imageAlt: "Kolay taşınabilirlik" },
|
||||
{ title: "Her Yaş İçin Uygun", description: "Çocuklardan yetişkinlere kadar her yaş grubuna özel maske seçenekleriyle güvenli kullanım sağlar.", imageSrc: "http://img.b2bpic.net/free-photo/medical-mask-hanging-gym-equipment_23-2148766071.jpg", imageAlt: "Her yaş için uygun" },
|
||||
]}
|
||||
title="Üstün Özellikler"
|
||||
description="Günlük yaşamınızı kolaylaştıran, modern teknolojiyle üretilmiş nebülizatör özellikleri."
|
||||
@@ -182,64 +100,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="product" data-section="product">
|
||||
<ProductCardTwo
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Pulmoly",
|
||||
name: "Standart Model",
|
||||
price: "₺1.299",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CjRSWUnODXgqJFtMwqpS3WfNeK/uploaded-1776897016027-tfvnbfgn.png?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Pulmoly",
|
||||
name: "Profesyonel Seri",
|
||||
price: "₺1.599",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-teenage-boy-using-nebulizer-home-respiratory-health-problems_23-2150574012.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Pulmoly",
|
||||
name: "Travel Edition",
|
||||
price: "₺1.899",
|
||||
rating: 5,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-setting-mobile-support-film_23-2148360114.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Pulmoly",
|
||||
name: "Plus Edition",
|
||||
price: "₺2.199",
|
||||
rating: 5,
|
||||
reviewCount: "32",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medical-mask-hanging-gym-equipment_23-2148766071.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Pulmoly",
|
||||
name: "Elite Set",
|
||||
price: "₺2.499",
|
||||
rating: 5,
|
||||
reviewCount: "20",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-surgeon-senior-woman-handshaking-while-greeting-lobby-clinic-focus-is-woman_637285-644.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Pulmoly",
|
||||
name: "Ultra Kit",
|
||||
price: "₺2.799",
|
||||
rating: 5,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handheld-shot-happy-pensioner-preparing-exercise-physical-activity-portrait-senior-man-smiling-looking-camera-getting-ready-training-with-equipment_482257-33826.jpg",
|
||||
},
|
||||
{ id: "p1", brand: "Pulmoly", name: "Standart Model", price: "₺1.299", rating: 5, reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CjRSWUnODXgqJFtMwqpS3WfNeK/uploaded-1776897016027-tfvnbfgn.png" },
|
||||
{ id: "p2", brand: "Pulmoly", name: "Profesyonel Seri", price: "₺1.599", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/view-teenage-boy-using-nebulizer-home-respiratory-health-problems_23-2150574012.jpg" },
|
||||
{ id: "p3", brand: "Pulmoly", name: "Travel Edition", price: "₺1.899", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/woman-setting-mobile-support-film_23-2148360114.jpg" },
|
||||
]}
|
||||
title="Ürünlerimiz"
|
||||
description="Sağlığınızı korumak için tasarlanmış profesyonel cihaz serimiz."
|
||||
@@ -251,7 +119,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Neden Pulmoly?"
|
||||
description="Sağlığınız için en güvenli, en taşınabilir ve en verimli nebülizatör çözümünü sunuyoruz. FDA onaylı teknolojimizle her nefeste güven."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CjRSWUnODXgqJFtMwqpS3WfNeK/uploaded-1776897016027-tfvnbfgn.png?_wi=3"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CjRSWUnODXgqJFtMwqpS3WfNeK/uploaded-1776897016027-tfvnbfgn.png"
|
||||
imageAlt="Pulmoly Nebülizatör"
|
||||
/>
|
||||
</div>
|
||||
@@ -261,61 +129,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ayşe Yılmaz",
|
||||
date: "12.05.2023",
|
||||
title: "Harika ürün",
|
||||
quote: "İnanılmaz sessiz çalışıyor, bebeğim uyurken bile tedavi edebiliyorum.",
|
||||
tag: "Anne",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-surgeon-senior-woman-handshaking-while-greeting-lobby-clinic-focus-is-woman_637285-644.jpg",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CjRSWUnODXgqJFtMwqpS3WfNeK/uploaded-1776897016027-tfvnbfgn.png?_wi=4",
|
||||
imageAlt: "smiling patient portrait",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mehmet Demir",
|
||||
date: "15.06.2023",
|
||||
title: "Çok pratik",
|
||||
quote: "İş seyahatlerimde çantama atıp götürüyorum, kullanımı çok kolay.",
|
||||
tag: "İş İnsanı",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/handheld-shot-happy-pensioner-preparing-exercise-physical-activity-portrait-senior-man-smiling-looking-camera-getting-ready-training-with-equipment_482257-33826.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-teenage-boy-using-nebulizer-home-respiratory-health-problems_23-2150574012.jpg?_wi=3",
|
||||
imageAlt: "smiling patient portrait",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Zeynep Kaya",
|
||||
date: "20.07.2023",
|
||||
title: "Tavsiye ederim",
|
||||
quote: "Doktorum önerdi, gerçekten çok verimli bir cihaz, memnunuz.",
|
||||
tag: "Öğretmen",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-patient-standing-medical-bed-explaining-sickness-symptoms-african-american-doctor-clinical-appointment-hospital-office-specialist-physician-doctor-writing-medication-treatment_482257-31276.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-setting-mobile-support-film_23-2148360114.jpg?_wi=3",
|
||||
imageAlt: "smiling patient portrait",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Canan Öztürk",
|
||||
date: "25.08.2023",
|
||||
title: "Çok hafif",
|
||||
quote: "Hafifliği sayesinde dışarıdayken bile kullanabiliyorum. Hayat kurtarıcı.",
|
||||
tag: "Öğrenci",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-nurse_23-2151061659.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medical-mask-hanging-gym-equipment_23-2148766071.jpg?_wi=3",
|
||||
imageAlt: "smiling patient portrait",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Ali Vural",
|
||||
date: "10.09.2023",
|
||||
title: "Güvenilir",
|
||||
quote: "FDA onaylı olması tercih sebebimdi, malzeme kalitesi harika.",
|
||||
tag: "Emekli",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-african-woman-sleepwear-smiling-looking-tablet-listening-music-headphones-sitting-bed_176420-12849.jpg",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2y3y91",
|
||||
imageAlt: "smiling patient portrait",
|
||||
},
|
||||
{ id: "t1", name: "Ayşe Yılmaz", date: "12.05.2023", title: "Harika ürün", quote: "İnanılmaz sessiz çalışıyor, bebeğim uyurken bile tedavi edebiliyorum.", tag: "Anne", avatarSrc: "http://img.b2bpic.net/free-photo/happy-surgeon-senior-woman-handshaking-while-greeting-lobby-clinic-focus-is-woman_637285-644.jpg" },
|
||||
{ id: "t2", name: "Mehmet Demir", date: "15.06.2023", title: "Çok pratik", quote: "İş seyahatlerimde çantama atıp götürüyorum, kullanımı çok kolay.", tag: "İş İnsanı", avatarSrc: "http://img.b2bpic.net/free-photo/handheld-shot-happy-pensioner-preparing-exercise-physical-activity-portrait-senior-man-smiling-looking-camera-getting-ready-training-with-equipment_482257-33826.jpg" },
|
||||
{ id: "t3", name: "Zeynep Kaya", date: "20.07.2023", title: "Tavsiye ederim", quote: "Doktorum önerdi, gerçekten çok verimli bir cihaz, memnunuz.", tag: "Öğretmen", avatarSrc: "http://img.b2bpic.net/free-photo/woman-patient-standing-medical-bed-explaining-sickness-symptoms-african-american-doctor-clinical-appointment-hospital-office-specialist-physician-doctor-writing-medication-treatment_482257-31276.jpg" },
|
||||
{ id: "t4", name: "Canan Öztürk", date: "25.08.2023", title: "Çok hafif", quote: "Hafifliği sayesinde dışarıdayken bile kullanabiliyorum. Hayat kurtarıcı.", tag: "Öğrenci", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-nurse_23-2151061659.jpg" },
|
||||
{ id: "t5", name: "Ali Vural", date: "10.09.2023", title: "Güvenilir", quote: "FDA onaylı olması tercih sebebimdi, malzeme kalitesi harika.", tag: "Emekli", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-african-woman-sleepwear-smiling-looking-tablet-listening-music-headphones-sitting-bed_176420-12849.jpg" },
|
||||
]}
|
||||
title="Kullanıcı Deneyimleri"
|
||||
description="Binlerce memnun kullanıcımızdan gelen değerlendirmeler."
|
||||
@@ -327,14 +145,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"MedTech",
|
||||
"HealthLink",
|
||||
"CarePro",
|
||||
"VitalCare",
|
||||
"BreathingWorld",
|
||||
"SafePulse",
|
||||
"PureAir",
|
||||
]}
|
||||
"MedTech", "HealthLink", "CarePro", "VitalCare", "BreathingWorld", "SafePulse", "PureAir"]}
|
||||
title="Güvenilir İş Ortakları"
|
||||
description="Kaliteyi ve güveni temsil eden sağlık kuruluşları ile çalışıyoruz."
|
||||
/>
|
||||
@@ -345,23 +156,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Nasıl temizlenir?",
|
||||
content: "Sadece ılık su ile durulayıp kurumaya bırakmanız yeterlidir.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Pille mi çalışır?",
|
||||
content: "Hem pille hem de USB ile şarj edilerek çalışabilir.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Garanti süresi nedir?",
|
||||
content: "2 yıl boyunca resmi teknik servis garantisi altındadır.",
|
||||
},
|
||||
{ id: "q1", title: "Nasıl temizlenir?", content: "Sadece ılık su ile durulayıp kurumaya bırakmanız yeterlidir." },
|
||||
{ id: "q2", title: "Pille mi çalışır?", content: "Hem pille hem de USB ile şarj edilerek çalışabilir." },
|
||||
{ id: "q3", title: "Garanti süresi nedir?", content: "2 yıl boyunca resmi teknik servis garantisi altındadır." },
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CjRSWUnODXgqJFtMwqpS3WfNeK/uploaded-1776897016027-tfvnbfgn.png?_wi=5"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CjRSWUnODXgqJFtMwqpS3WfNeK/uploaded-1776897016027-tfvnbfgn.png"
|
||||
title="Sıkça Sorulan Sorular"
|
||||
description="Ürünümüzle ilgili merak ettiğiniz her şey burada."
|
||||
faqsAnimation="slide-up"
|
||||
@@ -374,20 +173,10 @@ export default function LandingPage() {
|
||||
title="Bize Ulaşın"
|
||||
description="Sorularınız için bizimle iletişime geçin, uzman ekibimiz size yardımcı olmaktan mutluluk duyacaktır."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Adınız",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "E-posta",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Adınız", required: true },
|
||||
{ name: "email", type: "email", placeholder: "E-posta", required: true },
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CjRSWUnODXgqJFtMwqpS3WfNeK/uploaded-1776897016027-tfvnbfgn.png?_wi=6"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CjRSWUnODXgqJFtMwqpS3WfNeK/uploaded-1776897016027-tfvnbfgn.png"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -396,43 +185,13 @@ export default function LandingPage() {
|
||||
logoText="Pulmoly"
|
||||
columns={[
|
||||
{
|
||||
title: "Ürünler",
|
||||
items: [
|
||||
{
|
||||
label: "Tüm Modeller",
|
||||
href: "#product",
|
||||
},
|
||||
{
|
||||
label: "Aksesuarlar",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
title: "Ürünler", items: [{ label: "Tüm Modeller", href: "#product" }, { label: "Aksesuarlar", href: "#" }],
|
||||
},
|
||||
{
|
||||
title: "Şirket",
|
||||
items: [
|
||||
{
|
||||
label: "Hakkımızda",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "İletişim",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
title: "Şirket", items: [{ label: "Hakkımızda", href: "#" }, { label: "İletişim", href: "#contact" }],
|
||||
},
|
||||
{
|
||||
title: "Destek",
|
||||
items: [
|
||||
{
|
||||
label: "SSS",
|
||||
href: "#faq",
|
||||
},
|
||||
{
|
||||
label: "Garanti",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
title: "Destek", items: [{ label: "SSS", href: "#faq" }, { label: "Garanti", href: "#" }],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2023 Pulmoly. Tüm hakları saklıdır."
|
||||
@@ -441,4 +200,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user