Update src/app/blog/page.tsx

This commit is contained in:
2026-02-25 16:39:31 +00:00
parent cdeb5c59eb
commit 3059b6fcfc

View File

@@ -36,8 +36,7 @@ export default function BlogPage() {
{ name: "Home", id: "/" },
{ name: "About", id: "/#about" },
{ name: "Shop", id: "/shop" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Contact", id: "/#contact" },
{ name: "Testimonials", id: "/#testimonials" }
]}
brandName="Angola"
bottomLeftText="Experience the Beauty"
@@ -72,13 +71,12 @@ export default function BlogPage() {
title: "Shop", items: [
{ label: "Bouquets", href: "/shop" },
{ label: "Arrangements", href: "/shop" },
{ label: "Custom Orders", href: "/#contact" },
{ label: "Custom Orders", href: "/shop" },
],
},
{
title: "Company", items: [
{ label: "About Us", href: "/#about" },
{ label: "Contact", href: "/#contact" },
{ label: "About Us", href: "/#about" }
],
},
{