6 Commits

Author SHA1 Message Date
0d91ebac6c Update src/app/page.tsx 2025-12-23 14:48:27 +00:00
1255489591 Update src/app/globals.css 2025-12-23 14:48:26 +00:00
a126e6be93 Update src/app/page.tsx 2025-12-23 14:45:57 +00:00
34bbe9533a Update src/app/layout.tsx 2025-12-23 14:45:56 +00:00
e2b19befea Merge version_3 into main
Merge version_3 into main
2025-12-23 13:46:52 +00:00
fad4506405 Merge version_2 into main
Merge version_2 into main
2025-12-23 13:39:57 +00:00
3 changed files with 27 additions and 27 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #fffef5; --background: #000602;
--card: #fffef5; --card: #0d1d0d;
--foreground: #0f0f00e6; --foreground: #e6ffe6;
--primary-cta: #ffae00; --primary-cta: #1cde5d;
--secondary-cta: #ffffff; --secondary-cta: #0a1f0f;
--accent: #e2e2e2; --accent: #2e6841;
--background-accent: #c4c4c4; --background-accent: #0d6b32;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

@@ -10,27 +10,27 @@ const publicSans = Public_Sans({
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "mertesLOCKED_SELECTION JSON - Intelligent Software Solutions for Startups", title: "TechVenture - 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.", description: "Transform your software development with TechVenture'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", keywords: "software development, SaaS platform, API, startup technology, cloud solutions, development platform",
robots: { robots: {
index: true, index: true,
follow: true follow: true
}, },
openGraph: { openGraph: {
title: "mertesLOCKED_SELECTION JSON - Intelligent Software Solutions", title: "TechVenture - Intelligent Software Solutions",
description: "Build faster with mertesLOCKED_SELECTION JSON's powerful platform for modern development teams", description: "Build faster with TechVenture's powerful platform for modern development teams",
type: "website", type: "website",
siteName: "mertesLOCKED_SELECTION JSON", siteName: "TechVenture",
images: [{ images: [{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766402154996-hfblxpxy.jpg", url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766402154996-hfblxpxy.jpg",
alt: "mertesLOCKED_SELECTION JSON platform showcase" alt: "TechVenture platform showcase"
}] }]
}, },
twitter: { twitter: {
card: "summary_large_image", card: "summary_large_image",
title: "mertesLOCKED_SELECTION JSON - Intelligent Software Solutions", title: "TechVenture - Intelligent Software Solutions",
description: "Transform your software development with mertesLOCKED_SELECTION JSON", description: "Transform your software development with TechVenture",
images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766402154996-hfblxpxy.jpg"] images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766402154996-hfblxpxy.jpg"]
} }
}; };

View File

@@ -29,7 +29,7 @@ export default function LandingPage() {
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleCentered <NavbarStyleCentered
brandName="mertes" brandName="TechVenture"
navItems={[ navItems={[
{ name: "Home", id: "home" }, { name: "Home", id: "home" },
{ name: "About", id: "about" }, { name: "About", id: "about" },
@@ -46,7 +46,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogoBillboard <HeroLogoBillboard
logoText="mertes" logoText="TechVenture"
description="Build the future with intelligent software solutions. We empower startups and enterprises with cutting-edge technology platforms that scale." description="Build the future with intelligent software solutions. We empower startups and enterprises with cutting-edge technology platforms that scale."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766402154996-hfblxpxy.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766402154996-hfblxpxy.jpg"
imageAlt="Modern tech startup office environment" imageAlt="Modern tech startup office environment"
@@ -56,7 +56,7 @@ export default function LandingPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<SplitAbout <SplitAbout
title="Why Choose mertes" title="Why Choose TechVenture"
description="We combine innovation with reliability to deliver software solutions that matter." description="We combine innovation with reliability to deliver software solutions that matter."
tag="Our Mission" tag="Our Mission"
textboxLayout="default" textboxLayout="default"
@@ -84,7 +84,7 @@ export default function LandingPage() {
} }
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766496689882-hqygyxp0.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766496689882-hqygyxp0.jpg"
imageAlt="mertes team collaborating on innovative projects" imageAlt="TechVenture team collaborating on innovative projects"
imagePosition="right" imagePosition="right"
/> />
</div> </div>
@@ -227,7 +227,7 @@ export default function LandingPage() {
{ {
id: "1", id: "1",
value: "50K+", value: "50K+",
description: "Active developers using mertes platform globally" description: "Active developers using TechVenture platform globally"
}, },
{ {
id: "2", id: "2",
@@ -260,7 +260,7 @@ export default function LandingPage() {
id: "1", id: "1",
name: "Sarah Chen", name: "Sarah Chen",
role: "CTO", role: "CTO",
testimonial: "mertes transformed our infrastructure. Deployment time reduced by 80% and our team is significantly more productive.", testimonial: "TechVenture 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", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766399490259-ptyv09vk.jpg",
imageAlt: "Sarah Chen, CTO" imageAlt: "Sarah Chen, CTO"
}, },
@@ -276,7 +276,7 @@ export default function LandingPage() {
id: "3", id: "3",
name: "Emily Rodriguez", name: "Emily Rodriguez",
role: "Founder & CEO", role: "Founder & CEO",
testimonial: "As a startup, we needed a solution that could scale with us. mertes delivered exactly that at a fraction of the cost.", testimonial: "As a startup, we needed a solution that could scale with us. TechVenture delivered exactly that at a fraction of the cost.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766402157943-c3nj0vnx.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766402157943-c3nj0vnx.jpg",
imageAlt: "Emily Rodriguez, Founder & CEO" imageAlt: "Emily Rodriguez, Founder & CEO"
}, },
@@ -295,7 +295,7 @@ export default function LandingPage() {
<div id="faq" data-section="faq"> <div id="faq" data-section="faq">
<FaqSplitMedia <FaqSplitMedia
title="Common Questions Answered" title="Common Questions Answered"
description="Everything you need to know about mertes" description="Everything you need to know about TechVenture"
textboxLayout="default" textboxLayout="default"
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
mediaPosition="left" mediaPosition="left"
@@ -338,7 +338,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactText <ContactText
text="Ready to transform your software development? Join leading companies using mertes today." text="Ready to transform your software development? Join leading companies using TechVenture today."
animationType="entrance-slide" animationType="entrance-slide"
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
buttons={[ buttons={[
@@ -387,7 +387,7 @@ export default function LandingPage() {
] ]
} }
]} ]}
copyrightText="© 2025 mertes. All rights reserved." copyrightText="© 2025 TechVenture. All rights reserved."
/> />
</div> </div>
</ThemeProvider> </ThemeProvider>