Skip to content

Commit ef4385f

Browse files
committed
Removed 'About' links from navigation menus to simplify the site structure.
1. 'demo/src/app/layout.tsx' (Updated): Removed 'About' links from navigation components - Removed 'About' link from the navbar menu - Removed 'About' category and its links from the footer
1 parent ddbb2f9 commit ef4385f

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

demo/src/app/layout.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ export default function RootLayout({
9898
links={
9999
<>
100100
<NavbarLink href="/pricing">Pricing</NavbarLink>
101-
<NavbarLink href="/about">About</NavbarLink>
102101
<NavbarLink href="/contact">Contact</NavbarLink>
103102
<NavbarLink href="https://app.bulma.com.au/login" className="sm:hidden">
104103
Log in
@@ -150,12 +149,6 @@ export default function RootLayout({
150149
<FooterLink href="/pricing">Pricing</FooterLink>
151150
{/* <FooterLink href="#">Integrations</FooterLink> */}
152151
</FooterCategory>
153-
<FooterCategory title="About">
154-
<FooterLink href="/about">About</FooterLink>
155-
{/* <FooterLink href="#">Careers</FooterLink> */}
156-
{/* <FooterLink href="#">Blog</FooterLink> */}
157-
{/* <FooterLink href="#">Press Kit</FooterLink> */}
158-
</FooterCategory>
159152
<FooterCategory title="Support">
160153
{/* <FooterLink href="#">Help Center</FooterLink> */}
161154
{/* <FooterLink href="#">API Docs</FooterLink> */}

0 commit comments

Comments
 (0)