Skip to content

Commit

Permalink
footer: update services
Browse files Browse the repository at this point in the history
  • Loading branch information
danstarns committed May 30, 2024
1 parent cae8c99 commit 669097e
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions frontend/content/footer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,24 @@ export const footer = {
href: "https://www.linkedin.com/company/rocketconnect/",
},
{ label: "Twitter", href: "https://x.com/rconnect_tech" },
{ label: "Github", href: "https://github.com/rocket-connect" },
],
},
{
name: "Services",
links: [
{ label: "Library Development", href: "/#service-section" },
{ label: "Developer Relations", href: "/#service-section" },
{ label: "Business Connections", href: "/#service-section" },
{ label: "Open Source Development", href: "/services" },
{ label: "Community Management", href: "/services" },
{ label: "Developer Relations", href: "/services" },
{ label: "Software Training", href: "/services" },
],
},
{
name: "About",
links: [{ label: "Contact us", href: "/contact-us" }],
links: [
{ label: "About Us", href: "/about" },
{ label: "Contact us", href: "/contact-us" },
],
},
],
};

0 comments on commit 669097e

Please sign in to comment.