Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dadfd01e58 | |||
| 67b3255b74 | |||
| 4292e7bdb6 | |||
| ac6c0afa33 |
@@ -11,6 +11,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
|||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||||
|
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||||
import { BarChart, Clock, DollarSign, MessageSquare, Shield, TrendingUp, Zap } from "lucide-react";
|
import { BarChart, Clock, DollarSign, MessageSquare, Shield, TrendingUp, Zap } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -70,6 +71,17 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="social-proof" data-section="social-proof">
|
||||||
|
<SocialProofOne
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground={false}
|
||||||
|
names={[
|
||||||
|
"Google", "Meta", "Microsoft", "Amazon", "Apple", "Nvidia", "Intel"]}
|
||||||
|
title="Entegre Çalışıyoruz"
|
||||||
|
description="Favori iş araçlarınızla uyumlu çalışın."
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureBento
|
<FeatureBento
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -102,14 +114,17 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="social-proof" data-section="social-proof">
|
<div id="roi-calculator" data-section="roi-calculator">
|
||||||
<SocialProofOne
|
<MetricCardFourteen
|
||||||
textboxLayout="default"
|
tag="ROI HESAPLAYICI"
|
||||||
useInvertedBackground={false}
|
title="Yatırım Getirinizi Keşfedin"
|
||||||
names={[
|
metrics={[
|
||||||
"Google", "Meta", "Microsoft", "Amazon", "Apple", "Nvidia", "Intel"]}
|
{ id: "r1", value: "$50K", description: "Yıllık Potansiyel Tasarruf" },
|
||||||
title="İş Ortaklarımız"
|
{ id: "r2", value: "4x", description: "Verimlilik Artışı" },
|
||||||
description="Küresel ölçekte güvenle çalışıyoruz."
|
{ id: "r3", value: "%20", description: "Kâr Marjı İyileştirmesi" },
|
||||||
|
]}
|
||||||
|
metricsAnimation="slide-up"
|
||||||
|
useInvertedBackground={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -200,4 +215,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user