11 Commits

Author SHA1 Message Date
7194f64502 Update src/app/page.tsx 2026-03-02 00:36:44 +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
170937a2a2 Update src/app/page.tsx 2026-03-02 00:30:20 +00:00
d5bc1cd097 Update src/app/layout.tsx 2026-03-02 00:30:19 +00:00
0580b88045 Merge version_2 into main
Merge version_2 into main
2026-03-02 00:24:43 +00:00
814dfca90f Update src/app/page.tsx 2026-03-02 00:24:38 +00:00
923b3b3d48 Merge version_1 into main
Merge version_1 into main
2026-03-02 00:21:25 +00:00
7f11bbfaa3 Merge version_1 into main
Merge version_1 into main
2026-03-02 00:20:46 +00:00
cefd1d2245 Merge version_1 into main
Merge version_1 into main
2026-03-02 00:18:28 +00:00
2 changed files with 51 additions and 37 deletions

View File

@@ -1,46 +1,25 @@
import type { Metadata } from "next"; import type { Metadata } from "next";
import { Cabin } from "next/font/google"; import { Inter } from "next/font/google";
import "./globals.css"; import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper"; import "./styles/variables.css";
import Tag from "@/tag/Tag"; import "./styles/base.css";
const cabin = Cabin({ const inter = Inter({
variable: "--font-cabin", subsets: ["latin"], variable: "--font-inter", subsets: ["latin"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Webild | Web Design & Development Agency Estonia", description: "Award-winning web agency in Estonia. We create stunning websites, e-commerce solutions, and digital experiences that drive growth. 150+ projects delivered.", keywords: "web design, web development, Estonia, digital agency, e-commerce, branding, UI/UX design", metadataBase: new URL("https://webild.ee"), 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."
alternates: {
canonical: "https://webild.ee"
},
openGraph: {
title: "Webild - Digital Solutions for Modern Businesses", description: "We craft stunning websites and digital experiences that drive growth. Award-winning Estonian web agency.", url: "https://webild.ee", siteName: "Webild", type: "website", images: [{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/a-modern-sleek-web-design-dashboard-inte-1772410620806-a7d4fdfe.png", alt: "Webild - Web Design & Development"
}]
},
twitter: {
card: "summary_large_image", title: "Webild | Web Design & Development Agency Estonia", description: "Award-winning web agency creating stunning digital experiences. 150+ projects delivered.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/a-modern-sleek-web-design-dashboard-inte-1772410620806-a7d4fdfe.png"]
},
robots: {
index: true,
follow: true
}
}; };
export default function RootLayout({ export default function RootLayout({
children, children,
}: Readonly<{ }: {
children: React.ReactNode; children: React.ReactNode;
}>) { }) {
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en">
<ServiceWrapper> <body className={inter.variable}>{children}
<body
className={`${cabin.variable} antialiased`}
>
<Tag />
{children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
__html: ` __html: `
@@ -1408,7 +1387,6 @@ export default function RootLayout({
}} }}
/> />
</body> </body>
</ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -8,6 +8,7 @@ import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNinete
import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
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 { 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';
@@ -17,11 +18,11 @@ export default function LandingPage() {
<ThemeProvider <ThemeProvider
defaultButtonVariant="icon-arrow" defaultButtonVariant="icon-arrow"
defaultTextAnimation="entrance-slide" defaultTextAnimation="entrance-slide"
borderRadius="pill" borderRadius="rounded"
contentWidth="medium" contentWidth="medium"
sizing="medium" sizing="medium"
background="aurora" background="aurora"
cardStyle="layered-gradient" cardStyle="glass-elevated"
primaryButtonStyle="gradient" primaryButtonStyle="gradient"
secondaryButtonStyle="glass" secondaryButtonStyle="glass"
headingFontWeight="medium" headingFontWeight="medium"
@@ -172,6 +173,41 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="completed-projects" data-section="completed-projects">
<FeatureCardThree
title="Completed Projects"
description="Explore the digital solutions we've created for our clients that drive real results"
tag="Our Work"
tagIcon={Star}
tagAnimation="slide-up"
features={[
{
id: "01", title: "E-Commerce Platform Redesign", description: "Complete redesign and optimization of a major e-commerce platform resulting in 65% increase in conversions and improved user experience across all devices.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/a-modern-sleek-web-design-dashboard-inte-1772410620806-a7d4fdfe.png?_wi=1", imageAlt: "E-commerce platform redesign"
},
{
id: "02", title: "SaaS Dashboard Development", description: "Built a comprehensive analytics dashboard for a leading SaaS platform enabling users to track KPIs, generate reports, and make data-driven decisions in real-time.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/a-designer-working-on-ui-ux-design-mocku-1772410619859-2afc13ae.png?_wi=1", imageAlt: "SaaS dashboard development"
},
{
id: "03", title: "Corporate Website Overhaul", description: "Transformed a legacy corporate website into a modern, responsive platform that reflects the company's innovation and expertise, resulting in 40% more leads.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/a-developer-coding-and-building-a-web-ap-1772410619313-a14e8bb8.png?_wi=1", imageAlt: "Corporate website overhaul"
},
{
id: "04", title: "Mobile App Launch", description: "Developed and launched a native iOS and Android app for a fintech startup, delivering a seamless user experience with secure payment integration and real-time notifications.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/a-collaborative-team-working-on-digital--1772410619773-fb0bf645.png?_wi=1", imageAlt: "Mobile app launch"
},
{
id: "05", title: "Brand Identity & Web Portal", description: "Created comprehensive brand identity and built a custom web portal for a creative agency, establishing their market presence and attracting premium clients.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/a-successful-project-launch-moment-with--1772410619834-2853f669.png?_wi=1", imageAlt: "Brand identity and web portal"
},
{
id: "06", title: "Real Estate Platform", description: "Built a feature-rich real estate marketplace with virtual tours, advanced search filters, and integrated CRM system for property management and lead tracking.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/a-professional-headshot-of-a-business-ex-1772410619456-f96891a2.png?_wi=1", imageAlt: "Real estate platform"
}
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
carouselMode="buttons"
/>
</div>
<div id="detailed-services" data-section="detailed-services"> <div id="detailed-services" data-section="detailed-services">
<FeatureCardTen <FeatureCardTen
title="Comprehensive Digital Services" title="Comprehensive Digital Services"