From 865178e9cc5290100232c40d49613c15e3aeb24e Mon Sep 17 00:00:00 2001 From: development Date: Wed, 24 Dec 2025 14:49:17 +0000 Subject: [PATCH 1/9] Update src/app/globals.css --- src/app/globals.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 461165c..30749f8 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #fbfaff; - --card: #f7f5ff; - --foreground: #0f0022; - --primary-cta: #8b5cf6; + --background: #fffef5; + --card: #fffef5; + --foreground: #0f0f00e6; + --primary-cta: #ffae00; --secondary-cta: #ffffff; - --accent: #d8cef5; - --background-accent: #c4a8f9; + --accent: #e2e2e2; + --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1 From 85c4a3cd9b6a3c70b90b0ba38446011f3fce9966 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 24 Dec 2025 14:49:18 +0000 Subject: [PATCH 2/9] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8b92004..4a3ed5d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1270,4 +1270,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 269c4e66ec912e46ef21ea13fa2c9ff533ca0925 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 24 Dec 2025 14:49:19 +0000 Subject: [PATCH 3/9] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8cafd27..2ae428d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -392,4 +392,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From f9a57be59881f3430f9a77b07a81e087d46f99fe Mon Sep 17 00:00:00 2001 From: development Date: Wed, 24 Dec 2025 14:52:05 +0000 Subject: [PATCH 4/9] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4a3ed5d..8b92004 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1270,4 +1270,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 29984d4c744bc8a98cac55106219ac87d515dfc5 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 24 Dec 2025 14:52:06 +0000 Subject: [PATCH 5/9] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ae428d..d348e60 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() {
); -} \ No newline at end of file +} -- 2.49.1 From bafc037903aa7362cecb086d8309e4b48130b788 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 24 Dec 2025 15:53:15 +0000 Subject: [PATCH 6/9] Update src/app/layout.tsx --- src/app/layout.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8b92004..33bb7b1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -10,27 +10,27 @@ const publicSans = Public_Sans({ }); export const metadata: Metadata = { - title: "TechVenture - Intelligent Software Solutions for Startups", - description: "Transform your software development with TechVenture's scalable platform. Fast deployment, 24/7 support, and enterprise-grade security. Start free today.", + title: "mertesLOCKED_SELECTION JSON - Intelligent Software Solutions for Startups", + description: "Transform your software development with mertesLOCKED_SELECTION JSON's scalable platform. Fast deployment, 24/7 support, and enterprise-grade security. Start free today.", keywords: "software development, SaaS platform, API, startup technology, cloud solutions, development platform", robots: { index: true, follow: true }, openGraph: { - title: "TechVenture - Intelligent Software Solutions", - description: "Build faster with TechVenture's powerful platform for modern development teams", + title: "mertesLOCKED_SELECTION JSON - Intelligent Software Solutions", + description: "Build faster with mertesLOCKED_SELECTION JSON's powerful platform for modern development teams", type: "website", - siteName: "TechVenture", + siteName: "mertesLOCKED_SELECTION JSON", images: [{ url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766402154996-hfblxpxy.jpg", - alt: "TechVenture platform showcase" + alt: "mertesLOCKED_SELECTION JSON platform showcase" }] }, twitter: { card: "summary_large_image", - title: "TechVenture - Intelligent Software Solutions", - description: "Transform your software development with TechVenture", + title: "mertesLOCKED_SELECTION JSON - Intelligent Software Solutions", + description: "Transform your software development with mertesLOCKED_SELECTION JSON", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766402154996-hfblxpxy.jpg"] } }; -- 2.49.1 From ff82d59233bcd16003f4368bb4ef5687155de0b4 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 24 Dec 2025 15:53:16 +0000 Subject: [PATCH 7/9] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d348e60..5f267bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,7 +29,7 @@ export default function LandingPage() { > @@ -227,7 +227,7 @@ export default function LandingPage() { { id: "1", value: "50K+", - description: "Active developers using TechVenture platform globally" + description: "Active developers using mertes platform globally" }, { id: "2", @@ -260,7 +260,7 @@ export default function LandingPage() { id: "1", name: "Sarah Chen", role: "CTO", - testimonial: "TechVenture transformed our infrastructure. Deployment time reduced by 80% and our team is significantly more productive.", + testimonial: "mertes transformed our infrastructure. Deployment time reduced by 80% and our team is significantly more productive.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766399490259-ptyv09vk.jpg", imageAlt: "Sarah Chen, CTO" }, @@ -276,7 +276,7 @@ export default function LandingPage() { id: "3", name: "Emily Rodriguez", role: "Founder & CEO", - testimonial: "As a startup, we needed a solution that could scale with us. TechVenture delivered exactly that at a fraction of the cost.", + testimonial: "As a startup, we needed a solution that could scale with us. mertes delivered exactly that at a fraction of the cost.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766402157943-c3nj0vnx.jpg", imageAlt: "Emily Rodriguez, Founder & CEO" }, @@ -295,7 +295,7 @@ export default function LandingPage() {
-- 2.49.1 From cb88eed4e69940d8a61738ed977b313e105a7ea8 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 24 Dec 2025 15:58:39 +0000 Subject: [PATCH 8/9] Update src/app/globals.css --- src/app/globals.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 30749f8..155ad7d 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #fffef5; - --card: #fffef5; - --foreground: #0f0f00e6; - --primary-cta: #ffae00; - --secondary-cta: #ffffff; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #fffef5e6; + --primary-cta: #facc15; + --secondary-cta: #1a1a1a; + --accent: #737373; + --background-accent: #737373; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); @@ -495,7 +495,7 @@ html { body { background-color: var(--background); color: var(--foreground); - font-family: var(--font-inter-tight), sans-serif; + font-family: var(--font-montserrat), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -508,5 +508,5 @@ h3, h4, h5, h6 { - font-family: var(--font-inter-tight), sans-serif; + font-family: var(--font-montserrat), sans-serif; } \ No newline at end of file -- 2.49.1 From c9a80999b892687a9ff3582fc8c0775fb13dcd7f Mon Sep 17 00:00:00 2001 From: development Date: Wed, 24 Dec 2025 15:58:40 +0000 Subject: [PATCH 9/9] Update src/app/layout.tsx --- src/app/layout.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 33bb7b1..ec56659 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,11 +1,11 @@ import type { Metadata } from "next"; -import { Public_Sans } from "next/font/google"; +import { Montserrat } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; -const publicSans = Public_Sans({ - variable: "--font-public-sans", +const montserrat = Montserrat({ + variable: "--font-montserrat", subsets: ["latin"], }); @@ -44,7 +44,7 @@ export default function RootLayout({ {children} -- 2.49.1