Merge version_5 into main #8
@@ -11,6 +11,7 @@ import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import { Award, BarChart2, BarChart3, CheckCircle, Cloud, Code, Github, Lightbulb, Linkedin, Lock, MessageSquare, Palette, Paintbrush, Search, Share2, ShoppingCart, Smartphone, Sparkles, Star, Target, TrendingUp, Twitter, Users, Zap } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -68,6 +69,23 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="trusted-by" data-section="trusted-by">
|
||||
<SocialProofOne
|
||||
title="Trusted by over 10,000 people"
|
||||
description="Join thousands of businesses and professionals who rely on Webild for their digital success"
|
||||
tag="Social Proof"
|
||||
tagIcon={Users}
|
||||
tagAnimation="slide-up"
|
||||
names={[
|
||||
"TechVentures Estonia", "StartupHub Tallinn", "BrandForce", "EcommercePro", "DataSolutions OÜ", "CreativeStudio Tallinn", "Innovation Labs", "Digital Minds"
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
tag="About Webild"
|
||||
|
||||
Reference in New Issue
Block a user