Update src/app/blog/page.tsx

This commit is contained in:
2026-02-16 09:16:32 +00:00
parent 10898c48e6
commit 83b1999b5d

View File

@@ -28,12 +28,11 @@ export default function BlogPage() {
<NavbarStyleFullscreen
brandName="Beauty and the Beast"
navItems={[
{ name: "Home", id: "/" },
{ name: "Shop", id: "products" },
{ name: "About", id: "about" },
{ name: "Collection", id: "features" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" }
{ name: "Contact", id: "/contact" }
]}
bottomLeftText="Enchanted Drinkware"
bottomRightText="hello@beautyandthebeast.com"
@@ -82,7 +81,7 @@ export default function BlogPage() {
{
items: [
{ label: "Customer Reviews", href: "testimonials" },
{ label: "Contact Us", href: "contact" },
{ label: "Contact Us", href: "/contact" },
{ label: "Shipping Info", href: "#" },
{ label: "Returns Policy", href: "#" }
]