Update src/app/blog/page.tsx

This commit is contained in:
2026-02-25 16:44:55 +00:00
parent 286bea2148
commit 5f344b2bbf

View File

@@ -36,8 +36,9 @@ export default function BlogPage() {
{ name: "Home", id: "/" },
{ name: "About", id: "/#about" },
{ name: "Shop", id: "/shop" },
{ name: "Team", id: "/#team" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Contact", id: "/#contact" },
{ name: "Contact", id: "/#contact" }
]}
brandName="Angola"
bottomLeftText="Experience the Beauty"
@@ -72,21 +73,21 @@ export default function BlogPage() {
title: "Shop", items: [
{ label: "Bouquets", href: "/shop" },
{ label: "Arrangements", href: "/shop" },
{ label: "Custom Orders", href: "/#contact" },
],
{ label: "Custom Orders", href: "/#contact" }
]
},
{
title: "Company", items: [
{ label: "About Us", href: "/#about" },
{ label: "Contact", href: "/#contact" },
],
{ label: "Contact", href: "/#contact" }
]
},
{
title: "Connect", items: [
{ 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"
copyrightText="© 2024 Angola Flowers Studio. All rights reserved."