From ad15d61cf43f07386c395fdb44662a07516334cd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 22:33:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 33 +++++++++++++++------------------ 1 file changed, 15 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 998976d..e3e6436 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {
-
-