Merge version_4 into main #3

Merged
development merged 4 commits from version_4 into main 2026-01-29 13:47:27 +00:00
Showing only changes of commit 6cbf93e76e - Show all commits

View File

@@ -87,8 +87,8 @@ export default function ProductsPage() {
animationType="slide-up"
useInvertedBackground="noInvert"
buttons={[
{ text: "View All Products", href: "/products" },
{ text: "Filter by Category", href: "/products" }
{ text: "View All Products", href: "/shop" },
{ text: "Filter by Category", href: "/shop" }
]}
/>
</div>