2 Commits

Author SHA1 Message Date
8aa43efcfc Update src/app/page.tsx 2026-02-06 13:53:49 +00:00
c358ad4700 Bob AI: [Block: hero-logo|Hero Logo|/blocks/hero/heroLogo.... 2026-02-06 00:23:08 +00:00

View File

@@ -34,8 +34,10 @@ export default function LandingPage() {
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
{ name: "Team", id: "team" }, { name: "Team", id: "team" },
{ name: "About", id: "about" }, { name: "About", id: "about" },
{ name: "Contact", id: "contact" } { name: "Contact", id: "contact" },
]}
{ name: "Blog", id: "/blog" },
]}
/> />
</div> </div>