diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 5024bfc..f29b525 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -1,17 +1,51 @@
import type { Metadata } from "next";
-import "./styles/globals.css";
+import { Mulish } from "next/font/google";
+import { Inter } from "next/font/google";
+import "./globals.css";
+import { ServiceWrapper } from "@/components/ServiceWrapper";
+import Tag from "@/tag/Tag";
+
+const mulish = Mulish({
+ variable: "--font-mulish", subsets: ["latin"],
+});
+
+const inter = Inter({
+ variable: "--font-inter", subsets: ["latin"],
+});
export const metadata: Metadata = {
- title: "Webild - MVP Development for Startups", description: "Ship your MVP in weeks, not months. We turn your product vision into market-ready software with transparent process and startup-focused delivery."};
+ title: "MVP Development Agency | Ship in Weeks, Not Months", description: "Turn your product vision into market-ready software. Transparent process, experienced team, startup-focused delivery. 50+ MVPs launched. 4-8 week delivery.", keywords: "MVP development, startup development, rapid prototyping, SaaS development, MVP agency", metadataBase: new URL("https://webild.dev"),
+ alternates: {
+ canonical: "https://webild.dev"
+ },
+ openGraph: {
+ title: "Ship Your MVP in Weeks | Webild", description: "Expert MVP development for early-stage founders. Transparent pricing, proven track record, startup expertise.", type: "website", siteName: "Webild", images: [{
+ url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARJeYX8Eds8VZQrJWHsamdmY5p/a-modern-clean-mvp-development-dashboard-1772549675828-98387a7e.png", alt: "MVP development platform"
+ }]
+ },
+ twitter: {
+ card: "summary_large_image", title: "Ship Your MVP Fast | Webild", description: "Transparent MVP development for startups. 50+ MVPs delivered. 4-8 week timeline.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARJeYX8Eds8VZQrJWHsamdmY5p/a-modern-clean-mvp-development-dashboard-1772549675828-98387a7e.png"]
+ },
+ robots: {
+ index: true,
+ follow: true
+ }
+};
export default function RootLayout({
children,
-}: {
+}: Readonly<{
children: React.ReactNode;
-}) {
+}>) {
return (
-
-
{children}
+
+
+
+
+ {children}
+
+
);
}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5f0ee4d..e8bb1ce 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,7 +10,6 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Zap, Sparkles, TrendingUp, Heart, HelpCircle } from "lucide-react";
-import Link from "next/link";
export default function LandingPage() {
return (
@@ -33,7 +32,8 @@ export default function LandingPage() {
{ name: "Services", id: "services" },
{ name: "Process", id: "about" },
{ name: "Results", id: "metrics" },
- { name: "Reviews", id: "faq" }
+ { name: "Reviews", id: "testimonials" },
+ { name: "FAQ", id: "faq" }
]}
button={{ text: "Start your project", href: "contact" }}
/>
@@ -44,34 +44,31 @@ export default function LandingPage() {
title="Ship your MVP in weeks, not months"
description="We turn your product vision into market-ready software. Transparent process, experienced team, startup-focused delivery."
background={{ variant: "plain" }}
- avatars={[
- { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARJeYX8Eds8VZQrJWHsamdmY5p/a-professional-headshot-of-a-confident-m-1772549677631-fe254b42.png", alt: "Founder testimonial" },
- { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARJeYX8Eds8VZQrJWHsamdmY5p/a-professional-headshot-of-a-female-cto--1772549675414-bd393948.png", alt: "Startup founder" },
- { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARJeYX8Eds8VZQrJWHsamdmY5p/a-professional-headshot-of-a-male-produc-1772549675516-58be5645.png", alt: "Product manager" }
- ]}
- avatarText="Trusted by 50+ startups"
+ tag="MVP Development"
+ tagIcon={Zap}
buttons={[
{ text: "Start your project", href: "contact" },
{ text: "View our work", href: "testimonials" }
]}
+ imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARJeYX8Eds8VZQrJWHsamdmY5p/a-modern-clean-mvp-development-dashboard-1772549675828-98387a7e.png"
+ imageAlt="MVP development platform dashboard"
+ mediaAnimation="slide-up"
buttonAnimation="slide-up"
/>
@@ -83,30 +80,26 @@ export default function LandingPage() {
tagIcon={Sparkles}
features={[
{
- id: 1,
- tag: "Development", title: "Full-Stack Development", subtitle: "Complete Solutions", description: "From backend architecture to responsive frontend, we build complete, scalable MVPs using modern tech stacks.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARJeYX8Eds8VZQrJWHsamdmY5p/an-illustration-showing-full-stack-web-d-1772549676836-f67fe53a.png", imageAlt: "Full-Stack Development"
+ title: "Full-Stack Development", description: "From backend architecture to responsive frontend, we build complete, scalable MVPs using modern tech stacks.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARJeYX8Eds8VZQrJWHsamdmY5p/an-illustration-showing-full-stack-web-d-1772549676836-f67fe53a.png"
},
{
- id: 2,
- tag: "Speed", title: "Rapid Prototyping", subtitle: "Quick Validation", description: "Validate your concept in weeks. We iterate quickly based on feedback to ensure product-market fit.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARJeYX8Eds8VZQrJWHsamdmY5p/an-illustration-depicting-rapid-prototyp-1772549676043-790dc1a3.png", imageAlt: "Rapid Prototyping"
+ title: "Rapid Prototyping", description: "Validate your concept in weeks. We iterate quickly based on feedback to ensure product-market fit.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARJeYX8Eds8VZQrJWHsamdmY5p/an-illustration-depicting-rapid-prototyp-1772549676043-790dc1a3.png"
},
{
- id: 3,
- tag: "Process", title: "Transparent Process", subtitle: "Clear Communication", description: "Regular updates, clear communication, and predictable timelines. You're never left wondering where your project stands.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARJeYX8Eds8VZQrJWHsamdmY5p/an-illustration-representing-transparent-1772549676346-0ef468aa.png", imageAlt: "Transparent Process"
+ title: "Transparent Process", description: "Regular updates, clear communication, and predictable timelines. You're never left wondering where your project stands.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARJeYX8Eds8VZQrJWHsamdmY5p/an-illustration-representing-transparent-1772549676346-0ef468aa.png"
},
{
- id: 4,
- tag: "Experience", title: "Startup Expertise", subtitle: "Proven Track Record", description: "We've built 50+ MVPs for founders just like you. We understand your constraints and priorities.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARJeYX8Eds8VZQrJWHsamdmY5p/an-illustration-showing-startup-expertis-1772549678299-71f4942e.png", imageAlt: "Startup Expertise"
+ title: "Startup Expertise", description: "We've built 50+ MVPs for founders just like you. We understand your constraints and priorities.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARJeYX8Eds8VZQrJWHsamdmY5p/an-illustration-showing-startup-expertis-1772549678299-71f4942e.png"
},
{
- id: 5,
- tag: "Support", title: "Post-Launch Support", subtitle: "Ongoing Assistance", description: "Your MVP success doesn't end at launch. We provide onboarding support and optimization guidance.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARJeYX8Eds8VZQrJWHsamdmY5p/an-illustration-representing-post-launch-1772549676364-c7ea749f.png", imageAlt: "Post-Launch Support"
+ title: "Post-Launch Support", description: "Your MVP success doesn't end at launch. We provide onboarding support and optimization guidance.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARJeYX8Eds8VZQrJWHsamdmY5p/an-illustration-representing-post-launch-1772549676364-c7ea749f.png"
},
{
- id: 6,
- tag: "Value", title: "Cost-Effective Solutions", subtitle: "Maximum Value", description: "Fixed pricing models and optimized workflows mean you get maximum value for your development budget.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARJeYX8Eds8VZQrJWHsamdmY5p/an-illustration-depicting-cost-effective-1772549676605-358044db.png", imageAlt: "Cost-Effective Solutions"
+ title: "Cost-Effective Solutions", description: "Fixed pricing models and optimized workflows mean you get maximum value for your development budget.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARJeYX8Eds8VZQrJWHsamdmY5p/an-illustration-depicting-cost-effective-1772549676605-358044db.png"
}
]}
+ gridVariant="two-items-per-row"
+ animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
buttons={[
@@ -118,35 +111,34 @@ export default function LandingPage() {
@@ -160,16 +152,16 @@ export default function LandingPage() {
tagIcon={TrendingUp}
metrics={[
{
- id: "1", value: "50+", title: "MVPs launched for startups", description: "From seed to Series A funding"
+ id: "1", value: "50+", title: "MVPs launched for startups"
},
{
- id: "2", value: "4-8 weeks", title: "Average MVP delivery time", description: "40% faster than industry average"
+ id: "2", value: "4-8 weeks", title: "Average MVP delivery time"
},
{
- id: "3", value: "$50K-$150K", title: "Typical MVP investment range", description: "Cost-effective vs. in-house hiring"
+ id: "3", value: "$50K-$150K", title: "Typical MVP investment range"
},
{
- id: "4", value: "92%", title: "Client satisfaction rating", description: "Founders recommend us to peers"
+ id: "4", value: "92%", title: "Client satisfaction rating"
}
]}
animationType="slide-up"
@@ -182,6 +174,35 @@ export default function LandingPage() {
/>
+
+
+
+
+
Reviews
+
Founder Love
+
What early-stage founders and startup CTOs have to say about working with us.
+
+
+
+
"Webild turned our idea into a fully functional MVP in just 6 weeks. Their transparent process made us feel like true partners, not just another client."
+
Alex Chen
+
Founder & CEO
+
+
+
"We tried hiring developers locally but the costs were astronomical. Webild delivered better quality code at 60% of the cost."
+
Sarah Martinez
+
CTO
+
+
+
"The communication was exceptional. We had weekly updates and they actually guided us on product decisions."
+
James Wilson
+
Product Manager
+
+
+
+
+
+