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

This commit is contained in:
2026-02-25 17:15:47 +00:00
parent b5a4e12537
commit 1989243ef4

View File

@@ -36,9 +36,7 @@ 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: "Team", id: "/#team" }, { name: "Testimonials", id: "/#testimonials" }
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Contact", id: "/#contact" }
]} ]}
brandName="Angola" brandName="Angola"
bottomLeftText="Experience the Beauty" bottomLeftText="Experience the Beauty"
@@ -73,21 +71,20 @@ 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: "/#contact" } { label: "Custom Orders", href: "/shop" },
] ],
}, },
{ {
title: "Company", items: [ title: "Company", items: [
{ label: "About Us", href: "/#about" }, { label: "About Us", href: "/#about" }
{ label: "Contact", href: "/#contact" } ],
]
}, },
{ {
title: "Connect", items: [ title: "Connect", items: [
{ label: "Instagram", href: "https://instagram.com/angola_flowers" }, { label: "Instagram", href: "https://instagram.com/angola_flowers" },
{ label: "Facebook", href: "https://facebook.com/angola_flowers" } { label: "Facebook", href: "https://facebook.com/angola_flowers" },
] ],
} },
]} ]}
logoText="Angola" logoText="Angola"
copyrightText="© 2024 Angola Flowers Studio. All rights reserved." copyrightText="© 2024 Angola Flowers Studio. All rights reserved."