Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-09 22:46:20 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -108,9 +108,9 @@ export default function ProductListingPage() {
{
name: "About", id: "#about"},
{
name: "Shop", href: "/shop"},
name: "Shop", id: "/shop"},
{
name: "Products", href: "/products"},
name: "Products", id: "/products"},
{
name: "Features", id: "#features"},
{

View File

@@ -124,9 +124,9 @@ export default function ShopPage() {
{
name: "About", id: "#about"},
{
name: "Shop", href: "/shop"},
name: "Shop", id: "/shop"},
{
name: "Products", href: "/products"},
name: "Products", id: "/products"},
{
name: "Features", id: "#features"},
{