diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index dc19ae6..69fc66b 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -11,17 +11,16 @@ import { BookMarked } from "lucide-react"; export default function BlogPage() { const navItems = [ - { name: "Home", id: "home" }, - { name: "Reviews", id: "reviews" }, - { name: "Guides", id: "guides" }, - { name: "Blog", id: "blog" }, - { name: "Contact", id: "contact" }, + { name: "Home", id: "/" }, + { name: "Reviews", id: "/reviews" }, + { name: "Guides", id: "/guides" }, + { name: "Blog", id: "/blog" }, + { name: "Contact", id: "/contact" }, ]; const footerColumns = [ { - title: "Discover", - items: [ + title: "Discover", items: [ { label: "Product Reviews", href: "/reviews" }, { label: "Beauty Guides", href: "/guides" }, { label: "Blog Articles", href: "/blog" }, @@ -29,8 +28,7 @@ export default function BlogPage() { ], }, { - title: "Categories", - items: [ + title: "Categories", items: [ { label: "Skincare", href: "#" }, { label: "Makeup", href: "#" }, { label: "Lip Care", href: "#" }, @@ -38,17 +36,15 @@ export default function BlogPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "#" }, - { label: "Contact", href: "/" }, + { label: "Contact", href: "/contact" }, { label: "Advertise", href: "#" }, { label: "Affiliate Program", href: "#" }, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Disclosure", href: "#" }, @@ -75,9 +71,7 @@ export default function BlogPage() { brandName="Aura Hub Finds" navItems={navItems} button={{ - text: "Shop Now", - href: "/", - }} + text: "Shop Now", href: "/reviews"}} /> @@ -85,49 +79,17 @@ export default function BlogPage() { @@ -152,35 +112,17 @@ export default function BlogPage() { @@ -203,18 +143,13 @@ export default function BlogPage() { text="Found a product we should review? Have a beauty question for our experts? Reach out and let's connect with the community!" animationType="entrance-slide" background={{ - variant: "plain", - }} + variant: "plain"}} useInvertedBackground={false} buttons={[ { - text: "Get in Touch", - href: "/", - }, + text: "Get in Touch", href: "/contact"}, { - text: "Subscribe for Updates", - href: "/", - }, + text: "Subscribe for Updates", href: "#"}, ]} />