Merge version_6 into main #9
@@ -8,6 +8,7 @@ import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/F
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
@@ -152,6 +153,20 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metric-cards" data-section="metric-cards">
|
||||
<MetricCardThree
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
title="Önemli Göstergeler"
|
||||
description="Sağlık yolculuğunuzdaki temel metrikler."
|
||||
metrics={[
|
||||
{ id: "metric-1", icon: Award, title: "Sertifikalar", value: "15+" },
|
||||
{ id: "metric-2", icon: Zap, title: "Vaka Çalışması", value: "800+" },
|
||||
{ id: "metric-3", icon: Shield, title: "Yıllık Deneyim", value: "10+" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user