3 Commits

Author SHA1 Message Date
6c55b46ce5 Update src/app/page.tsx 2026-03-02 00:38:55 +00:00
6337f6dfeb Merge version_4 into main
Merge version_4 into main
2026-03-02 00:36:48 +00:00
9fbd58bd55 Merge version_4 into main
Merge version_4 into main
2026-03-02 00:34:26 +00:00

View File

@@ -11,6 +11,7 @@ import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import ContactText from '@/components/sections/contact/ContactText'; import ContactText from '@/components/sections/contact/ContactText';
import FooterCard from '@/components/sections/footer/FooterCard'; 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'; 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() { export default function LandingPage() {
@@ -68,6 +69,23 @@ export default function LandingPage() {
/> />
</div> </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"> <div id="about" data-section="about">
<TextAbout <TextAbout
tag="About Webild" tag="About Webild"