11 Commits

Author SHA1 Message Date
16b834536b Update src/app/page.tsx 2026-03-02 00:44:29 +00:00
350e8e9b89 Merge version_6 into main
Merge version_6 into main
2026-03-02 00:41:58 +00:00
f5c06d273b Update src/app/page.tsx 2026-03-02 00:41:54 +00:00
964aafba66 Merge version_5 into main
Merge version_5 into main
2026-03-02 00:38:59 +00:00
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
7194f64502 Update src/app/page.tsx 2026-03-02 00:36:44 +00:00
9fbd58bd55 Merge version_4 into main
Merge version_4 into main
2026-03-02 00:34:26 +00:00
428c721024 Update src/app/page.tsx 2026-03-02 00:34:22 +00:00
5c7100f7ce Update src/app/layout.tsx 2026-03-02 00:34:21 +00:00
25ffc74228 Merge version_3 into main
Merge version_3 into main
2026-03-02 00:30:24 +00:00
2 changed files with 24 additions and 2 deletions

View File

@@ -9,7 +9,8 @@ const inter = Inter({
});
export const metadata: Metadata = {
title: "Webild - Digital Solutions for Modern Businesses", description: "We craft stunning websites and digital experiences that drive growth. From strategy to launch, we transform your vision into reality with cutting-edge technology and creative excellence."};
title: "Webild - Digital Solutions for Modern Businesses", description: "We craft stunning websites and digital experiences that drive growth. From strategy to launch, we transform your vision into reality with cutting-edge technology and creative excellence."
};
export default function RootLayout({
children,

View File

@@ -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() {
@@ -18,7 +19,7 @@ export default function LandingPage() {
<ThemeProvider
defaultButtonVariant="icon-arrow"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="aurora"
@@ -68,6 +69,26 @@ 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"
]}
logos={[
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/placeholder-logo-1.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/placeholder-logo-2.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/placeholder-logo-3.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/placeholder-logo-4.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/placeholder-logo-5.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/placeholder-logo-6.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/placeholder-logo-7.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/placeholder-logo-8.png"
]}
textboxLayout="default"
useInvertedBackground={false}
speed={40}
showCard={true}
/>
</div>
<div id="about" data-section="about">
<TextAbout
tag="About Webild"