Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-05-02 22:44:18 +00:00

View File

@@ -31,7 +31,7 @@ export default function LandingPage() {
{ name: "Home", id: "hero" },
{ name: "Products", id: "products" },
{ name: "About", id: "about" },
{ name: "Contact", id: "location" }
{ name: "Location", id: "location" }
]}
button={{ text: "Visit Us", href: "#location" }}
/>