Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e65a0c4e5e | |||
| 7935837e0e | |||
| db951555aa | |||
| 9b080073a3 | |||
| ba7376ae91 | |||
| d95f1210c1 | |||
| e69e7228b2 | |||
| 7c9a705fbc |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user