Switch to version 4: modified src/app/blog/page.tsx

This commit is contained in:
2026-02-25 17:17:49 +00:00
parent 373d7536ef
commit a8e8f6ecfe

View File

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