Update src/app/guides/page.tsx
This commit is contained in:
@@ -12,6 +12,7 @@ import { BookOpen } from "lucide-react";
|
||||
export default function GuidesPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Products", id: "/products" },
|
||||
{ name: "Reviews", id: "/reviews" },
|
||||
{ name: "Guides", id: "/guides" },
|
||||
{ name: "Blog", id: "/blog" },
|
||||
@@ -71,7 +72,7 @@ export default function GuidesPage() {
|
||||
brandName="Aura Hub Finds"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Shop Now", href: "/reviews"}}
|
||||
text: "Shop Now", href: "/products"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -158,4 +159,4 @@ export default function GuidesPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user