Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ad15d61cf4 | |||
| bcee1dca4e | |||
| dc85cdcaed | |||
| 4820d45f16 |
@@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
@@ -65,7 +65,7 @@ export default function LandingPage() {
|
|||||||
imageAlt="Çantalık Nebülizatör Cihazı"
|
imageAlt="Çantalık Nebülizatör Cihazı"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
avatars={[
|
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-pointing-with-finger-side-smiling-standing-white-wall_141793-47733.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-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/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/expressive-senior-female-posing-indoor_344912-995.jpg", alt: "Kullanıcı 1" },
|
||||||
@@ -152,37 +152,34 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqSplitMedia
|
<FaqSplitText
|
||||||
textboxLayout="split"
|
sideTitle="Sıkça Sorulan Sorular"
|
||||||
useInvertedBackground={false}
|
sideDescription="Ürünümüzle ilgili merak ettiğiniz her şey burada."
|
||||||
faqs={[
|
faqs={[
|
||||||
{ id: "q1", title: "Nasıl temizlenir?", content: "Sadece ılık su ile durulayıp kurumaya bırakmanız yeterlidir." },
|
{ 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: "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: "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=4"
|
|
||||||
title="Sıkça Sorulan Sorular"
|
|
||||||
description="Ürünümüzle ilgili merak ettiğiniz her şey burada."
|
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactCenter
|
||||||
useInvertedBackground={true}
|
|
||||||
title="Bize Ulaşın"
|
title="Bize Ulaşın"
|
||||||
description="Sorularınız için bizimle iletişime geçin, uzman ekibimiz size yardımcı olmaktan mutluluk duyacaktır."
|
description="Sorularınız için bizimle iletişime geçin, uzman ekibimiz size yardımcı olmaktan mutluluk duyacaktır."
|
||||||
inputs={[
|
tag="İletişim"
|
||||||
{ name: "name", type: "text", placeholder: "Adınız", required: true },
|
useInvertedBackground={true}
|
||||||
{ name: "email", type: "email", placeholder: "E-posta", required: true },
|
background={{
|
||||||
]}
|
variant: "animated-grid"}}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CjRSWUnODXgqJFtMwqpS3WfNeK/uploaded-1776897016027-tfvnbfgn.png?_wi=5"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseReveal
|
<FooterMedia
|
||||||
logoText="Pulmoly"
|
logoText="Pulmoly"
|
||||||
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CjRSWUnODXgqJFtMwqpS3WfNeK/uploaded-1776897016027-tfvnbfgn.png?_wi=4"
|
||||||
columns={[
|
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: "#" }],
|
||||||
|
|||||||
Reference in New Issue
Block a user