Update src/app/publishing/page.tsx
This commit is contained in:
@@ -21,16 +21,16 @@ 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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user