"use client"; import { ArrowRight, CheckCircle, Star, Users, Zap, Shield, Globe, Code, Sparkles } from 'lucide-react'; import { useState } from 'react'; export default function HomePage() { const [activeTestimonial, setActiveTestimonial] = useState(0); const testimonials = [ { name: "Sarah Johnson", role: "CTO at TechCorp", content: "The team delivered exceptional results. Their expertise in modern web technologies is unmatched.", rating: 5 }, { name: "Michael Chen", role: "Product Manager at StartupXYZ", content: "Outstanding communication and delivery. They turned our vision into reality with incredible attention to detail.", rating: 5 }, { name: "Emily Rodriguez", role: "Founder at InnovateLab", content: "Professional, reliable, and innovative. They exceeded our expectations in every aspect of the project.", rating: 5 } ]; const logos = [ { src: '/images/adidas.718f26f2-1768998558589.svg', alt: 'Adidas' }, { src: '/images/bmw.0ce4c05c-1768998558637.svg', alt: 'BMW' }, { src: '/images/gitlab.4f9d2995-1768998558580.png', alt: 'GitLab' }, { src: '/images/totalenergies.5a993082-1768998558602.svg', alt: 'TotalEnergies' }, { src: '/images/decathlon.1f3c4744-1768998558606.png', alt: 'Decathlon' }, { src: '/images/sanofi.b18c1526-1768998558646.png', alt: 'Sanofi' }, { src: '/images/roche-logo.979d9061-1768998558649.png', alt: 'Roche' }, { src: '/images/autodesk.a7f2b58e-1768998558654.png', alt: 'Autodesk' }, { src: '/images/societe-generale-logo.ec64d013-1768998558655.png', alt: 'Société Générale' }, { src: '/images/jetbrains.536f2da5-1768998558655.svg', alt: 'JetBrains' }, { src: '/images/rewe.1250e1e4-1768998558655.svg', alt: 'REWE' }, { src: '/images/capgemini.a1d43b77-1768998558655.svg', alt: 'Capgemini' }, { src: '/images/red-hat.c5e6e64a-1768998558658.svg', alt: 'Red Hat' }, { src: '/images/ibm.b8c76e06-1768998558659.svg', alt: 'IBM' }, { src: '/images/hired.123ab98d-1768998558664.svg', alt: 'Hired' }, { src: '/images/mercedes.ee8047a9-1768998558857.png', alt: 'Mercedes' }, { src: '/images/startup.b4dbf43d-1768998558638.svg', alt: 'Startup' } ]; return (
{/* Navigation */} {/* Hero Section */}
Trusted by 500+ companies worldwide

Build Amazing Digital Products

We create exceptional web applications, mobile apps, and digital experiences that drive business growth and engage users.

{/* Hero Image */}
Digital workspace
{/* Features Section */}

Why Choose Webild?

We combine cutting-edge technology with exceptional design to deliver solutions that exceed expectations.

Expert Development

Our team of skilled developers uses the latest technologies and best practices.

Lightning Fast

Optimized performance and blazing-fast loading times for better user experience.

Secure & Reliable

Enterprise-grade security and reliability you can trust for your business.

Global Reach

Scalable solutions designed to reach users worldwide with optimal performance.

{/* Services Section */}

Our Services

From concept to launch, we provide comprehensive digital solutions tailored to your business needs.

Web Development

Web Development

Custom web applications built with modern frameworks and technologies for optimal performance and user experience.

  • React & Next.js Applications
  • E-commerce Platforms
  • Progressive Web Apps
Mobile Development

Mobile Development

Native and cross-platform mobile applications that deliver seamless experiences across all devices.

  • iOS & Android Apps
  • React Native Development
  • App Store Optimization
Cloud Solutions

Cloud Solutions

Scalable cloud infrastructure and DevOps solutions to ensure your applications perform at their best.

  • AWS & Azure Integration
  • CI/CD Pipeline Setup
  • Performance Monitoring
{/* Process Section */}

Our Approach

We follow a proven methodology to deliver exceptional results on time and within budget.

1

Discovery & Planning

We analyze your requirements, understand your goals, and create a comprehensive project roadmap.

2

Design & Development

Our expert team creates stunning designs and develops robust, scalable solutions using cutting-edge technologies.

3

Launch & Support

We deploy your solution and provide ongoing support to ensure optimal performance and continuous improvement.

{/* Trust Section */}

Trusted by Industry Leaders

We've had the privilege of working with amazing companies around the world.

{logos.slice(0, 12).map((logo, index) => (
{logo.alt}
))}
{/* Testimonials Section */}

What Our Clients Say

Don't just take our word for it - hear from our satisfied clients.

{[...Array(testimonials[activeTestimonial].rating)].map((_, i) => ( ))}
"{testimonials[activeTestimonial].content}"
{testimonials[activeTestimonial].name.split(' ').map(n => n[0]).join('')}

{testimonials[activeTestimonial].name}

{testimonials[activeTestimonial].role}

{testimonials.map((_, index) => (
{/* Features Grid */}

Built for Scale

Our solutions are designed to grow with your business and handle any challenge.

Scalable Architecture

Scalable Architecture

Enterprise-ready applications designed to handle millions of requests with optimal performance and reliability.

Advanced Security

Multi-layered security measures including encryption, authentication, and regular security audits to protect your data.

24/7 Support

Round-the-clock technical support and monitoring to ensure your applications run smoothly at all times.

Development team
{/* CTA Section */}

Ready to Build Something Amazing?

Let's discuss your project and turn your ideas into reality. Get in touch with our team today.

500+
Projects Completed
98%
Client Satisfaction
24/7
Support Available
{/* Footer */}
); }