Merge version_2 into main #3
@@ -3,7 +3,6 @@
|
||||
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 FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
||||
@@ -57,6 +56,7 @@ export default function LandingPage() {
|
||||
description={[
|
||||
"Olena Orbey Güzellik Salonu, estetik ve bakım dünyasında profesyonel hizmet sunmaktadır.", "Uzman kadromuzla cildinize ve vücudunuza en iyi bakımı uygulamayı hedefliyoruz."
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -65,6 +65,8 @@ export default function LandingPage() {
|
||||
title="Hizmetlerimiz"
|
||||
description="Sizin için tasarlanmış özel güzellik protokolleri."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "s1", title: "Cilt Bakımı", description: "Derinlemesine temizlik ve yenileyici bakımlar.", tag: "Popüler", imageSrc: "http://img.b2bpic.net/free-photo/beautician-doing-face-beauty-routine-female-client_23-2148875484.jpg" },
|
||||
{ id: "s2", title: "Lazer Epilasyon", description: "İleri teknoloji ile kalıcı sonuçlar.", tag: "Uzman", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-theraphy-salon_23-2148824083.jpg" },
|
||||
@@ -81,6 +83,7 @@ export default function LandingPage() {
|
||||
avatars={[]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -88,6 +91,7 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
title="İletişim ve Randevu"
|
||||
description="Güzellik yolculuğunuzu başlatmak için bizi arayın veya formumuzu doldurun."
|
||||
useInvertedBackground={false}
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "İsim", required: true },
|
||||
{ name: "email", type: "email", placeholder: "E-posta", required: true }
|
||||
|
||||
Reference in New Issue
Block a user