4 Commits

Author SHA1 Message Date
bd8127f777 Update src/app/page.tsx 2026-01-13 16:51:51 +00:00
ba88bea593 Update src/app/layout.tsx 2026-01-13 16:51:50 +00:00
5e1bf6dc7d Update src/app/page.tsx 2026-01-13 16:48:16 +00:00
055714bb11 Update src/app/layout.tsx 2026-01-13 16:48:15 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
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 FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
@@ -37,14 +37,13 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroSplit
<HeroOverlay
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}
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"
imagePosition="right"
buttons={[
{
text: "Get Started", href: "contact"