Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 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"
|
||||
|
||||
Reference in New Issue
Block a user