Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -71,7 +71,7 @@ export default function AboutPage() {
|
||||
icon: Users,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/team-working-together-project_23-2149325493.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/team-working-together-project_23-2149325493.jpg?_wi=2"
|
||||
imageAlt="TechShop Capital team collaborating"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
@@ -93,42 +93,42 @@ export default function AboutPage() {
|
||||
id: "partner-1",
|
||||
name: "James Chen",
|
||||
role: "Managing Partner & Co-founder",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait_1296-491.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait_1296-491.jpg?_wi=2",
|
||||
imageAlt: "asian male executive founder portrait",
|
||||
},
|
||||
{
|
||||
id: "partner-2",
|
||||
name: "Victoria Okonkwo",
|
||||
role: "General Partner, AI & ML",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21402.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21402.jpg?_wi=2",
|
||||
imageAlt: "african woman tech leader portrait",
|
||||
},
|
||||
{
|
||||
id: "partner-3",
|
||||
name: "David Müller",
|
||||
role: "General Partner, Enterprise",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-elderly-white-collar-worker_1098-16743.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-elderly-white-collar-worker_1098-16743.jpg?_wi=2",
|
||||
imageAlt: "european male executive portrait",
|
||||
},
|
||||
{
|
||||
id: "partner-4",
|
||||
name: "Sophia Rodriguez",
|
||||
role: "Partner, Operations & Growth",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg?_wi=2",
|
||||
imageAlt: "latin female executive portrait",
|
||||
},
|
||||
{
|
||||
id: "partner-5",
|
||||
name: "Alexander Park",
|
||||
role: "Venture Associate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-it-engineer_1098-18393.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-it-engineer_1098-18393.jpg?_wi=2",
|
||||
imageAlt: "young male analyst professional portrait",
|
||||
},
|
||||
{
|
||||
id: "partner-6",
|
||||
name: "Emma Thompson",
|
||||
role: "Founder in Residence",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3268.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3268.jpg?_wi=2",
|
||||
imageAlt: "founder in residence mentor portrait",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -79,7 +79,7 @@ export default function ContactPage() {
|
||||
icon: MapPin,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/team-working-together-project_23-2149325493.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/team-working-together-project_23-2149325493.jpg?_wi=3"
|
||||
imageAlt="TechShop Capital office"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
|
||||
@@ -1,24 +1,61 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Montserrat } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Montserrat } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const montserrat = Montserrat({
|
||||
variable: "--font-montserrat",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "TechShop Capital - Fund II Investment Opportunities",
|
||||
description: "Back transformative tech founders with TechShop Capital Fund II. 24 portfolio companies, $500M AUM, proven exits. Strategic capital + deep expertise.",
|
||||
keywords: "venture capital, tech investment, startup funding, VC fund, fund II",
|
||||
metadataBase: new URL("https://techshopcapital.com"),
|
||||
alternates: {
|
||||
canonical: "https://techshopcapital.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "TechShop Capital Fund II",
|
||||
description: "Empowering the next generation of tech founders with strategic capital and unparalleled network access.",
|
||||
url: "https://techshopcapital.com",
|
||||
siteName: "TechShop Capital",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://techshopcapital.com/og-image.jpg",
|
||||
alt: "TechShop Capital Fund II",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "TechShop Capital Fund II - Backing Transformative Tech",
|
||||
description: "Strategic capital and expertise for exceptional founders",
|
||||
images: ["https://techshopcapital.com/og-image.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +64,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${montserrat.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${montserrat.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +78,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -118,7 +118,7 @@ export default function HomePage() {
|
||||
icon: Users,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/team-working-together-project_23-2149325493.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/team-working-together-project_23-2149325493.jpg?_wi=1"
|
||||
imageAlt="TechShop Capital team collaborating"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
@@ -188,7 +188,7 @@ export default function HomePage() {
|
||||
price: "Series B",
|
||||
rating: 5,
|
||||
reviewCount: "Raised $45M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-army-technology-specialist-troubleshooting-military-pc-systems-data-center-networks-using_482257-135445.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-army-technology-specialist-troubleshooting-military-pc-systems-data-center-networks-using_482257-135445.jpg?_wi=1",
|
||||
imageAlt: "artificial intelligence machine learning visualization",
|
||||
},
|
||||
{
|
||||
@@ -198,7 +198,7 @@ export default function HomePage() {
|
||||
price: "Series A+",
|
||||
rating: 5,
|
||||
reviewCount: "Raised $28M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-paying-using-nfc-technology_23-2149893757.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-paying-using-nfc-technology_23-2149893757.jpg?_wi=1",
|
||||
imageAlt: "payment technology digital transaction",
|
||||
},
|
||||
{
|
||||
@@ -208,7 +208,7 @@ export default function HomePage() {
|
||||
price: "Series B",
|
||||
rating: 5,
|
||||
reviewCount: "Raised $52M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crystal-ball-shot_181624-560.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crystal-ball-shot_181624-560.jpg?_wi=1",
|
||||
imageAlt: "carbon emissions sustainability green tech",
|
||||
},
|
||||
{
|
||||
@@ -218,7 +218,7 @@ export default function HomePage() {
|
||||
price: "Series A",
|
||||
rating: 5,
|
||||
reviewCount: "Raised $15M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineer-with-paraplegia-using-ai-visualization-tools-inclusive-data-center_482257-125718.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineer-with-paraplegia-using-ai-visualization-tools-inclusive-data-center_482257-125718.jpg?_wi=1",
|
||||
imageAlt: "developer tools programming code",
|
||||
},
|
||||
{
|
||||
@@ -228,7 +228,7 @@ export default function HomePage() {
|
||||
price: "Series B",
|
||||
rating: 5,
|
||||
reviewCount: "Raised $38M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lab-technicians-talking-video-call-with-professional-chemist-doctor-explaning-vaccine-reactions_482257-507.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lab-technicians-talking-video-call-with-professional-chemist-doctor-explaning-vaccine-reactions_482257-507.jpg?_wi=1",
|
||||
imageAlt: "biotechnology dna research laboratory",
|
||||
},
|
||||
{
|
||||
@@ -238,7 +238,7 @@ export default function HomePage() {
|
||||
price: "Series A+",
|
||||
rating: 5,
|
||||
reviewCount: "Raised $22M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/logistics-means-transport-together-with-technological-futuristic-holograms_23-2151662939.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/logistics-means-transport-together-with-technological-futuristic-holograms_23-2151662939.jpg?_wi=1",
|
||||
imageAlt: "supply chain logistics network",
|
||||
},
|
||||
]}
|
||||
@@ -258,42 +258,42 @@ export default function HomePage() {
|
||||
id: "partner-1",
|
||||
name: "James Chen",
|
||||
role: "Managing Partner & Co-founder",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait_1296-491.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait_1296-491.jpg?_wi=1",
|
||||
imageAlt: "asian male executive founder portrait",
|
||||
},
|
||||
{
|
||||
id: "partner-2",
|
||||
name: "Victoria Okonkwo",
|
||||
role: "General Partner, AI & ML",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21402.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21402.jpg?_wi=1",
|
||||
imageAlt: "african woman tech leader portrait",
|
||||
},
|
||||
{
|
||||
id: "partner-3",
|
||||
name: "David Müller",
|
||||
role: "General Partner, Enterprise",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-elderly-white-collar-worker_1098-16743.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-elderly-white-collar-worker_1098-16743.jpg?_wi=1",
|
||||
imageAlt: "european male executive portrait",
|
||||
},
|
||||
{
|
||||
id: "partner-4",
|
||||
name: "Sophia Rodriguez",
|
||||
role: "Partner, Operations & Growth",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg?_wi=1",
|
||||
imageAlt: "latin female executive portrait",
|
||||
},
|
||||
{
|
||||
id: "partner-5",
|
||||
name: "Alexander Park",
|
||||
role: "Venture Associate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-it-engineer_1098-18393.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-it-engineer_1098-18393.jpg?_wi=1",
|
||||
imageAlt: "young male analyst professional portrait",
|
||||
},
|
||||
{
|
||||
id: "partner-6",
|
||||
name: "Emma Thompson",
|
||||
role: "Founder in Residence",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3268.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3268.jpg?_wi=1",
|
||||
imageAlt: "founder in residence mentor portrait",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -58,7 +58,7 @@ export default function PortfolioPage() {
|
||||
price: "Series B",
|
||||
rating: 5,
|
||||
reviewCount: "Raised $45M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-army-technology-specialist-troubleshooting-military-pc-systems-data-center-networks-using_482257-135445.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-army-technology-specialist-troubleshooting-military-pc-systems-data-center-networks-using_482257-135445.jpg?_wi=2",
|
||||
imageAlt: "artificial intelligence machine learning visualization",
|
||||
},
|
||||
{
|
||||
@@ -68,7 +68,7 @@ export default function PortfolioPage() {
|
||||
price: "Series A+",
|
||||
rating: 5,
|
||||
reviewCount: "Raised $28M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-paying-using-nfc-technology_23-2149893757.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-paying-using-nfc-technology_23-2149893757.jpg?_wi=2",
|
||||
imageAlt: "payment technology digital transaction",
|
||||
},
|
||||
{
|
||||
@@ -78,7 +78,7 @@ export default function PortfolioPage() {
|
||||
price: "Series B",
|
||||
rating: 5,
|
||||
reviewCount: "Raised $52M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crystal-ball-shot_181624-560.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crystal-ball-shot_181624-560.jpg?_wi=2",
|
||||
imageAlt: "carbon emissions sustainability green tech",
|
||||
},
|
||||
{
|
||||
@@ -88,7 +88,7 @@ export default function PortfolioPage() {
|
||||
price: "Series A",
|
||||
rating: 5,
|
||||
reviewCount: "Raised $15M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineer-with-paraplegia-using-ai-visualization-tools-inclusive-data-center_482257-125718.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineer-with-paraplegia-using-ai-visualization-tools-inclusive-data-center_482257-125718.jpg?_wi=2",
|
||||
imageAlt: "developer tools programming code",
|
||||
},
|
||||
{
|
||||
@@ -98,7 +98,7 @@ export default function PortfolioPage() {
|
||||
price: "Series B",
|
||||
rating: 5,
|
||||
reviewCount: "Raised $38M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lab-technicians-talking-video-call-with-professional-chemist-doctor-explaning-vaccine-reactions_482257-507.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lab-technicians-talking-video-call-with-professional-chemist-doctor-explaning-vaccine-reactions_482257-507.jpg?_wi=2",
|
||||
imageAlt: "biotechnology dna research laboratory",
|
||||
},
|
||||
{
|
||||
@@ -108,7 +108,7 @@ export default function PortfolioPage() {
|
||||
price: "Series A+",
|
||||
rating: 5,
|
||||
reviewCount: "Raised $22M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/logistics-means-transport-together-with-technological-futuristic-holograms_23-2151662939.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/logistics-means-transport-together-with-technological-futuristic-holograms_23-2151662939.jpg?_wi=2",
|
||||
imageAlt: "supply chain logistics network",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user