Merge version_5 into main #8

Merged
bender merged 1 commits from version_5 into main 2026-04-19 15:15:03 +00:00

View File

@@ -11,7 +11,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import TextAbout from '@/components/sections/about/TextAbout';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import { Award, FileText, Shield, Sparkles, User, Zap } from "lucide-react";
export default function LandingPage() {
@@ -73,13 +73,15 @@ export default function LandingPage() {
</div>
<div id="about" data-section="about">
<TextAbout
useInvertedBackground={true}
<TextSplitAbout
title="Neden Fonksiyonel Tıp ve Beslenme?"
buttons={[
{
text: "Daha Fazlasını Öğren", href: "#"},
description={[
"Fonksiyonel tıp, hastalıkları sadece semptomları bastırmakla değil, kök nedenlerini anlayarak ele alır.", "Beslenme planlarımızı tamamen sizin biyokimyasal ihtiyaçlarınıza ve yaşam tarzınıza göre özelleştiriyoruz.", "Amacımız sadece kilo vermek değil, uzun vadeli ve sürdürülebilir bir sağlık durumuna kavuşmanızı sağlamak."
]}
buttons={[
{ text: "Randevu Al", href: "#contact" }
]}
useInvertedBackground={true}
/>
</div>
@@ -223,4 +225,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}