Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bd8127f777 | |||
| ba88bea593 | |||
| 5e1bf6dc7d | |||
| 055714bb11 |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
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 HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||||
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';
|
||||||
@@ -37,14 +37,13 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplit
|
<HeroOverlay
|
||||||
title="TECHSHOP"
|
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"
|
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"
|
imageAlt="Techshop VC Milan office and team collaboration"
|
||||||
imagePosition="right"
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get Started", href: "contact"
|
text: "Get Started", href: "contact"
|
||||||
|
|||||||
Reference in New Issue
Block a user