Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e1bf6dc7d | |||
| 055714bb11 | |||
| 83912237f0 | |||
| 863f3ca146 |
@@ -10,19 +10,19 @@ const spectral = Spectral({
|
|||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
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: {
|
alternates: {
|
||||||
canonical: "https://techshop.vc"
|
canonical: "https://techshop.com"
|
||||||
},
|
},
|
||||||
robots: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
follow: true
|
follow: true
|
||||||
},
|
},
|
||||||
openGraph: {
|
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: {
|
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."
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
||||||
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||||
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
@@ -29,7 +29,7 @@ export default function LandingPage() {
|
|||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleMinimal
|
<NavbarStyleMinimal
|
||||||
brandName="Techshop"
|
brandName="TECHSHOP"
|
||||||
button={{
|
button={{
|
||||||
text: "Get in Touch", href: "contact"
|
text: "Get in Touch", href: "contact"
|
||||||
}}
|
}}
|
||||||
@@ -37,14 +37,34 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplit
|
<HeroBillboardCarousel
|
||||||
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."
|
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"
|
tag="Seed Stage VC"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/successful-businesswoman-looking-city-standing-street-smiling-happily_1258-118023.jpg"
|
mediaItems={[
|
||||||
imageAlt="Techshop VC Milan office and team collaboration"
|
{
|
||||||
imagePosition="right"
|
imageSrc: "https://img.b2bpic.net/free-photo/successful-businesswoman-looking-city-standing-street-smiling-happily_1258-118023.jpg", imageAlt: "Techshop VC Milan office and team collaboration"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
imageSrc: "https://img.b2bpic.net/free-photo/successful-businesswoman-looking-city-standing-street-smiling-happily_1258-121025.jpg", imageAlt: "Techshop team working with founders"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
imageSrc: "https://img.b2bpic.net/free-photo/young-business-director-reviews-sales-trends-budget-reports_482257-123279.jpg", imageAlt: "Business analysis and planning"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
imageSrc: "https://img.b2bpic.net/free-photo/people-office-analyzing-checking-finance-graphs_23-2150377138.jpg", imageAlt: "Financial review and metrics"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Leadership portrait"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
imageSrc: "https://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Business professional"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", imageAlt: "Team collaboration"
|
||||||
|
}
|
||||||
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get Started", href: "contact"
|
text: "Get Started", href: "contact"
|
||||||
@@ -217,7 +237,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoEmphasis
|
<FooterLogoEmphasis
|
||||||
logoText="Techshop"
|
logoText="TECHSHOP"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
|
|||||||
Reference in New Issue
Block a user