Merge version_4 into main #4

Merged
development merged 5 commits from version_4 into main 2026-01-29 16:52:28 +00:00
Showing only changes of commit 7684e01b7c - Show all commits

View File

@@ -67,7 +67,7 @@ export default function ProductsPage() {
{ name: "Home", id: "/" },
{ name: "Products", id: "/products" },
{ name: "Pricing", id: "/pricing" },
{ name: "Contact", id: "contact" },
{ name: "Contact", id: "/contact" },
]}
button={{
text: "Order Now", href: "/products"
@@ -95,4 +95,4 @@ export default function ProductsPage() {
</div>
</ThemeProvider>
);
}
}