Merge version_2 into main #1

Merged
development merged 4 commits from version_2 into main 2026-02-02 14:32:14 +00:00
Showing only changes of commit af5aaf05d7 - Show all commits

View File

@@ -34,7 +34,8 @@ export default function BlogPage() {
{ name: "About", id: "about" },
{ name: "Why Us", id: "features" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" }
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
]}
button={{ text: "Shop Now", href: "products" }}
/>
@@ -78,4 +79,4 @@ export default function BlogPage() {
</ReactLenis>
</ThemeProvider>
);
}
}