Update src/app/reviews/page.tsx
This commit is contained in:
@@ -12,6 +12,7 @@ import { Sparkles } from "lucide-react";
|
||||
export default function ReviewsPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Products", id: "/products" },
|
||||
{ name: "Reviews", id: "/reviews" },
|
||||
{ name: "Guides", id: "/guides" },
|
||||
{ name: "Blog", id: "/blog" },
|
||||
@@ -69,7 +70,7 @@ export default function ReviewsPage() {
|
||||
<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>
|
||||
@@ -89,7 +90,7 @@ export default function ReviewsPage() {
|
||||
]}
|
||||
avatarText="Tested by 10,000+ beauty enthusiasts"
|
||||
buttons={[
|
||||
{ text: "Shop Top Picks", href: "#products" },
|
||||
{ text: "Shop Top Picks", href: "/products" },
|
||||
{ text: "Back to Home", href: "/" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -145,4 +146,4 @@ export default function ReviewsPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user