Merge version_2 into main #4
@@ -2,10 +2,10 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
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 MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
@@ -65,7 +65,7 @@ export default function LandingPage() {
|
||||
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-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-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" },
|
||||
@@ -152,37 +152,34 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
<FaqSplitText
|
||||
sideTitle="Sıkça Sorulan Sorular"
|
||||
sideDescription="Ürünümüzle ilgili merak ettiğiniz her şey burada."
|
||||
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." },
|
||||
]}
|
||||
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"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={true}
|
||||
<ContactCenter
|
||||
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 },
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CjRSWUnODXgqJFtMwqpS3WfNeK/uploaded-1776897016027-tfvnbfgn.png?_wi=5"
|
||||
tag="İletişim"
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "animated-grid"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
<FooterMedia
|
||||
logoText="Pulmoly"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CjRSWUnODXgqJFtMwqpS3WfNeK/uploaded-1776897016027-tfvnbfgn.png?_wi=4"
|
||||
columns={[
|
||||
{
|
||||
title: "Ürünler", items: [{ label: "Tüm Modeller", href: "#product" }, { label: "Aksesuarlar", href: "#" }],
|
||||
|
||||
Reference in New Issue
Block a user