diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index d8030f5..2802d53 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -13,7 +13,7 @@ const posts = [ excerpt: 'Discover our top secrets to achieving radiant, healthy-looking skin that glows from within.', imageSrc: 'https://img.b2bpic.net/free-photo/minimal-assortment-beauty-products_23-2148961325.jpg', authorName: 'Lee Coral', - authorAvatar: 'https://img.b2bpic.net/free-photo/studio-shot-sensual-woman-pink-suit_197531-16807.jpg', + authorAvatar: 'https://img.b2bpic.net/free-photo/minimal-geometric-pattern-wall_23-2149673909.jpg', date: 'Oct 20, 2023', }, { @@ -23,7 +23,7 @@ const posts = [ excerpt: 'Get a sneak peek into the exclusive bundles and new drops featured in our upcoming live event.', imageSrc: 'https://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg?_wi=2', authorName: 'Ariel S.', - authorAvatar: 'https://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg', + authorAvatar: 'https://img.b2bpic.net/free-photo/minimal-geometric-pattern-wall_23-2149673909.jpg', date: 'Oct 15, 2023', }, { @@ -58,8 +58,9 @@ export default function BlogPage() { brandName="Glow Theory" navItems={[ { name: "Home", id: "/" }, + { name: "Live Shows", id: "/#live-shows" }, { name: "Shop", id: "/shop" }, - { name: "Support", id: "/support" } + { name: "Support", id: "/#contact-support" } ]} button={{ text: "Join Live", href: "/#live-shows" }} className="py-4 px-6 md:px-8" @@ -82,7 +83,7 @@ export default function BlogPage() {
+