Merge version_2 into main #1

Merged
development merged 2 commits from version_2 into main 2026-01-13 16:45:26 +00:00
Showing only changes of commit 83912237f0 - Show all commits

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
@@ -29,7 +29,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarStyleMinimal
brandName="Techshop"
brandName="TECHSHOP"
button={{
text: "Get in Touch", href: "contact"
}}
@@ -38,7 +38,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplit
title="Patient Capital for Bold Founders"
title="TECHSHOP"
description="We partner with exceptional founders building the future of B2B software. Active support, strategic know-how, and genuine belief in your vision."
tag="Seed Stage VC"
tagIcon={Sparkles}
@@ -217,7 +217,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
logoText="Techshop"
logoText="TECHSHOP"
columns={[
{
items: [
@@ -276,4 +276,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}