Merge version_1 into main #4

Merged
bender merged 4 commits from version_1 into main 2026-02-25 11:38:49 +00:00
Showing only changes of commit 8335f6b9a8 - Show all commits

View File

@@ -75,6 +75,7 @@ function ProductPageContent({ params }: ProductPageProps) {
const navItems = [ const navItems = [
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "Blog", id: "/blog" },
{ name: "Shop", id: "/shop" } { name: "Shop", id: "/shop" }
]; ];