Update src/app/page.tsx
This commit is contained in:
@@ -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() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleMinimal
|
||||
brandName="Techshop"
|
||||
brandName="TECHSHOP"
|
||||
button={{
|
||||
text: "Get in Touch", href: "contact"
|
||||
}}
|
||||
@@ -38,7 +38,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
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."
|
||||
tag="Seed Stage VC"
|
||||
tagIcon={Sparkles}
|
||||
@@ -217,7 +217,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoText="Techshop"
|
||||
logoText="TECHSHOP"
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
@@ -276,4 +276,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user