From 53c1f9729e9bffbcd324120089b6f15a54ffb78f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 12:16:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 174cfbe..b66cde3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} /> @@ -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} /> @@ -88,6 +91,7 @@ export default function LandingPage() {