Merge version_1 into main #4
@@ -66,14 +66,15 @@ export default function BlogPage() {
|
||||
copyrightText="© 2024 PandaCoffee. All Rights Reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Pages", links: [
|
||||
title: "Pages",
|
||||
items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "Shop", href: "/shop" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Social", links: [
|
||||
title: "Social", items: [
|
||||
{ label: "Twitter", href: "#" },
|
||||
{ label: "Instagram", href: "#" },
|
||||
{ label: "Facebook", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user