Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c9a80999b8 | |||
| cb88eed4e6 | |||
| ff82d59233 | |||
| bafc037903 | |||
| 29984d4c74 | |||
| f9a57be598 |
@@ -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;
|
||||
}
|
||||
@@ -1,36 +1,36 @@
|
||||
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"],
|
||||
});
|
||||
|
||||
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"]
|
||||
}
|
||||
};
|
||||
@@ -44,7 +44,7 @@ export default function RootLayout({
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={publicSans.variable}
|
||||
className={montserrat.variable}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
@@ -1270,4 +1270,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,7 +29,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
brandName="TechVenture"
|
||||
brandName="mertes"
|
||||
navItems={[
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "About", id: "about" },
|
||||
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
logoText="TechVenture"
|
||||
logoText="mertes"
|
||||
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"
|
||||
imageAlt="Modern tech startup office environment"
|
||||
@@ -56,7 +56,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
title="Why Choose TechVenture"
|
||||
title="Why Choose mertes"
|
||||
description="We combine innovation with reliability to deliver software solutions that matter."
|
||||
tag="Our Mission"
|
||||
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"
|
||||
imageAlt="TechVenture team collaborating on innovative projects"
|
||||
imageAlt="mertes team collaborating on innovative projects"
|
||||
imagePosition="right"
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
title="Common Questions Answered"
|
||||
description="Everything you need to know about TechVenture"
|
||||
description="Everything you need to know about mertes"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
mediaPosition="left"
|
||||
@@ -338,7 +338,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
text="Ready to transform your software development? Join leading companies using TechVenture today."
|
||||
text="Ready to transform your software development? Join leading companies using mertes today."
|
||||
animationType="entrance-slide"
|
||||
useInvertedBackground="noInvert"
|
||||
buttons={[
|
||||
@@ -387,9 +387,9 @@ export default function LandingPage() {
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2025 TechVenture. All rights reserved."
|
||||
copyrightText="© 2025 mertes. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user