From 863f3ca1465d6470d11d9de2f16e9e5a500376b8 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 13 Jan 2026 16:45:20 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index de9ce93..6a81cb9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -10,19 +10,19 @@ const spectral = Spectral({ }); export const metadata: Metadata = { - title: "Techshop VC | Early-Stage B2B Software Investment | Milan", description: "Patient capital for exceptional B2B software founders. Techshop provides seed-stage investment, hands-on support, and strategic expertise to drive growth.", keywords: "venture capital, early-stage, B2B software, seed investment, Milan, startup funding", metadataBase: new URL("https://techshop.vc"), + title: "TECHSHOP | Innovation Hub", description: "TECHSHOP - Your destination for cutting-edge technology and innovation.", keywords: "techshop, technology, innovation", metadataBase: new URL("https://techshop.com"), alternates: { - canonical: "https://techshop.vc" + canonical: "https://techshop.com" }, robots: { index: true, follow: true }, openGraph: { - title: "Techshop VC | Seed Stage Investment for B2B Software", description: "Partner with Techshop for patient capital and hands-on support in B2B software. Active capital for exceptional founders.", siteName: "Techshop", type: "website" + title: "TECHSHOP | Innovation Hub", description: "TECHSHOP - Your destination for cutting-edge technology and innovation.", siteName: "TECHSHOP", type: "website" }, twitter: { - card: "summary_large_image", title: "Techshop VC | Early-Stage B2B Software Investment", description: "Patient capital and strategic support for exceptional B2B software founders building the future." + card: "summary_large_image", title: "TECHSHOP | Innovation Hub", description: "TECHSHOP - Your destination for cutting-edge technology and innovation." } }; @@ -1261,4 +1261,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 83912237f0c032c25403449a28d8c905eeb1bc24 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 13 Jan 2026 16:45:21 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f0335d4..52c2c95 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { >