Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bab9c6ed2f | |||
| 3373a15471 | |||
| f343648d7a | |||
| 013ada1c4e | |||
| 5075759386 |
@@ -9,8 +9,9 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
|||||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||||
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import { Award, Facebook, Heart, Instagram, Linkedin, Mail, Sparkles, Target, TrendingUp, Twitter } from "lucide-react";
|
import { Award, Facebook, Heart, Instagram, Linkedin, Mail, Sparkles, Target, TrendingUp, Twitter, Users } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -133,6 +134,22 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="trust" data-section="trust">
|
||||||
|
<SocialProofOne
|
||||||
|
title="Trusted by Over 10,000 People"
|
||||||
|
description="Join thousands of satisfied clients who've transformed their brands with us"
|
||||||
|
tag="Social Proof"
|
||||||
|
tagIcon={Users}
|
||||||
|
tagAnimation="slide-up"
|
||||||
|
names={[
|
||||||
|
"TechFlow Inc", "Creative Studios", "Digital Ventures", "Growth Labs", "Innovation Hub", "Brand Factory"]}
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground={false}
|
||||||
|
speed={40}
|
||||||
|
showCard={true}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="metrics" data-section="metrics">
|
<div id="metrics" data-section="metrics">
|
||||||
<MetricCardSeven
|
<MetricCardSeven
|
||||||
title="Our Impact by the Numbers"
|
title="Our Impact by the Numbers"
|
||||||
|
|||||||
Reference in New Issue
Block a user