6 Commits

Author SHA1 Message Date
a30233f9db Merge version_2 into main
Merge version_2 into main
2026-03-03 16:11:31 +00:00
b9bee5afd4 Update src/app/styles/variables.css 2026-03-03 16:11:23 +00:00
e873937de5 Update src/app/layout.tsx 2026-03-03 16:11:21 +00:00
6f561c4cf6 Merge version_1 into main
Merge version_1 into main
2026-03-03 16:01:39 +00:00
8c603ea4ad Merge version_1 into main
Merge version_1 into main
2026-03-03 15:58:35 +00:00
0c0637cffd Merge version_1 into main
Merge version_1 into main
2026-03-03 15:54:47 +00:00
2 changed files with 21 additions and 60 deletions

View File

@@ -1,56 +1,18 @@
import type { Metadata } from "next";
import { Libre_Baskerville } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const libreBaskerville = Libre_Baskerville({
variable: "--font-libre-baskerville", subsets: ["latin"],
weight: ["400", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "MVP Development Agency | Fast-Track Your Product Launch", description: "Build market-ready MVPs in 8 weeks. Expert product strategy, full-stack development, and rapid deployment. Trusted by 80+ founders. Let's accelerate your idea.", keywords: "MVP development, product development agency, startup MVP, rapid prototyping, product launch", metadataBase: new URL("https://mvplabs.io"),
alternates: {
canonical: "https://mvplabs.io"
},
openGraph: {
title: "MVP Development Agency | Fast-Track Your Product Launch", description: "Build market-ready MVPs in 8 weeks. Expert product strategy, full-stack development, and rapid deployment.", url: "https://mvplabs.io", siteName: "MVPLabs", type: "website", images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROrDM04pHgayXzoyOn216Oj1M/a-modern-sleek-mvp-development-dashboard-1772552217898-87e81b0a.png", alt: "MVP development dashboard"
}
]
},
twitter: {
card: "summary_large_image", title: "MVP Development Agency | Fast-Track Your Product Launch", description: "Build market-ready MVPs in 8 weeks. Expert product strategy, full-stack development, and rapid deployment.", images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AROrDM04pHgayXzoyOn216Oj1M/a-modern-sleek-mvp-development-dashboard-1772552217898-87e81b0a.png"
]
},
robots: {
index: true,
follow: true
}
};
title: "MVPLabs - MVP Development Agency", description: "Build your MVP in weeks, not months. Expert MVP development, product strategy, and rapid deployment."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${libreBaskerville.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1418,7 +1380,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #080200;;
--card: #1a0d0b;;
--foreground: #ffe6d5;;
--primary-cta: #ffaa70;;
--secondary-cta: #170b07;;
--accent: #7b5e4a;;
--background-accent: #b8541e;; */
/* --background: #000000;;
--card: #0c0c0c;;
--foreground: #ffffff;;
--primary-cta: #106EFB;;
--secondary-cta: #000000;;
--accent: #535353;;
--background-accent: #106EFB;; */
--background: #080200;;
--card: #1a0d0b;;
--foreground: #ffe6d5;;
--primary-cta: #ffaa70;;
--background: #000000;;
--card: #0c0c0c;;
--foreground: #ffffff;;
--primary-cta: #106EFB;;
--primary-cta-text: #080200;;
--secondary-cta: #170b07;;
--secondary-cta: #000000;;
--secondary-cta-text: #ffe6d5;;
--accent: #7b5e4a;;
--background-accent: #b8541e;;
--accent: #535353;;
--background-accent: #106EFB;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);