Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c386c2f8e5 | |||
| 33231488fd | |||
| 0b535d00f7 | |||
| 5f89265a55 |
@@ -9,7 +9,6 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -104,25 +103,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="ekibimiz" data-section="ekibimiz">
|
||||
<TeamCardOne
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "m1", name: "Ayşe Yılmaz", role: "Baş Masöz", imageSrc: "http://img.b2bpic.net/free-photo/portrait-dentist-standing-with-arms-crossed_107420-73977.jpg"},
|
||||
{
|
||||
id: "m2", name: "Mehmet Demir", role: "Fizyoterapist", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg"},
|
||||
{
|
||||
id: "m3", name: "Deniz Kara", role: "Spa Uzmanı", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-face-treatment-her-client_23-2149037152.jpg"},
|
||||
]}
|
||||
title="Uzman Terapistlerimiz"
|
||||
description="Alanında uzman, ruhunuza dokunacak profesyonel kadromuzla hizmetinizdeyiz."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
@@ -172,7 +152,7 @@ export default function LandingPage() {
|
||||
variant: "canvas-reveal"}}
|
||||
tag="İletişim"
|
||||
title="Randevu Oluşturun"
|
||||
description="Huzur dolu bir mola için hemen randevu talebinizi iletin."
|
||||
description="Huzur dolu bir mola için hemen 05526470611 numarasından bize ulaşın veya WhatsApp butonumuza tıklayın."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -190,9 +170,9 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "İletişim", items: [
|
||||
{
|
||||
label: "WhatsApp", href: "https://wa.me/905550000000"},
|
||||
label: "WhatsApp", href: "https://wa.me/905526470611"},
|
||||
{
|
||||
label: "0212 555 00 00", href: "tel:+902125550000"},
|
||||
label: "0552 647 06 11", href: "tel:+905526470611"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -203,4 +183,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user