diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 3d2353c..ea6521c 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -34,7 +34,9 @@ export default function HomePage() { name: "Contact", href: "#contact", }, - ]} + + { name: "Blog", id: "/blog" }, +]} ctaButton={{ text: "Order Online", href: "#contact",