Merge version_1 into main #2

Open
development wants to merge 2 commits from version_1 into main
Showing only changes of commit 6d79e7f1c8 - Show all commits

View File

@@ -33,8 +33,10 @@ export default function Page() {
{ name: "Products", id: "products" },
{ name: "About", id: "about" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" }
]}
{ name: "Contact", id: "contact" },
{ name: "Blog", id: "/blog" },
]}
button={{
text: "Order Now", href: "contact"
}}