Update src/app/publishing/page.tsx

This commit is contained in:
2026-05-10 02:41:15 +00:00
parent 61e68bc146
commit 01d2214c60

View File

@@ -21,14 +21,14 @@ export default function PublishingPage() {
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered navItems={[{ name: "Features", id: "features" }, { name: "Metrics", id: "metrics" }, { name: "Pricing", id: "pricing" }, { name: "Publishing", id: "/publishing" }, { name: "Marketing", id: "/marketing" }]} />
<NavbarStyleCentered navItems={[{ name: "Features", id: "features" }, { name: "Metrics", id: "metrics" }, { name: "Pricing", id: "pricing" }, { name: "Publishing", id: "/publishing" }, { name: "Marketing", id: "/marketing" }]} brandName="Streamzy" />
</div>
<FooterBase
columns={[
{ title: "Platform", items: [{ label: "Features", href: "/" }, { label: "Pricing", href: "/" }] },
{ title: "Support", items: [{ label: "Contact", href: "/" }] }
]}
logoText="TuneLogic"
logoText="Streamzy"
/>
</ReactLenis>
</ThemeProvider>