diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index b0f0ad7..d8a723b 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -65,7 +65,7 @@ export default function BlogPage() { columns={[ { title: 'Company', - links: [ + items: [ { text: 'Home', href: '/' }, { text: 'About', href: '/#about' }, { text: 'Services', href: '/#services' }, @@ -74,7 +74,7 @@ export default function BlogPage() { }, { title: 'Connect', - links: [ + items: [ { text: 'Contact Us', href: '/#contact' }, { text: 'Blog', href: '/blog' }, ], diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 5be37e6..2717163 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -88,7 +88,7 @@ function ProductPageContent({ params }: ProductPageProps) { headingFontWeight="normal" > -