Update src/app/contact/page.tsx
This commit is contained in:
@@ -9,6 +9,7 @@ import Link from "next/link";
|
||||
export default function ContactPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Products", id: "/products" },
|
||||
{ name: "Reviews", id: "/reviews" },
|
||||
{ name: "Guides", id: "/guides" },
|
||||
{ name: "Blog", id: "/blog" },
|
||||
@@ -66,7 +67,7 @@ export default function ContactPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={navItems}
|
||||
button={{ text: "Shop Now", href: "/reviews" }}
|
||||
button={{ text: "Shop Now", href: "/products" }}
|
||||
brandName="Aura Hub Finds"
|
||||
/>
|
||||
</div>
|
||||
@@ -93,4 +94,4 @@ export default function ContactPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user