diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index c440048..5a593ff 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -11,7 +11,7 @@ const posts = [ category: 'Skincare', title: '5 Tips for a Glowing Complexion', 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', + imageSrc: 'https://img.b2bpic.net/free-photo/hand-holding-bottle-beauty-product_23-2148496466.jpg', authorName: 'Lee Coral', authorAvatar: 'https://img.b2bpic.net/free-photo/minimal-geometric-pattern-wall_23-2149673909.jpg', date: 'Oct 20, 2023', @@ -21,7 +21,7 @@ const posts = [ category: 'Live Shows', title: 'What to Expect in Our Next Live Show', 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', + imageSrc: 'https://img.b2bpic.net/free-photo/hands-holding-various-cosmetics_23-2148496467.jpg', authorName: 'Ariel S.', authorAvatar: 'https://img.b2bpic.net/free-photo/minimal-geometric-pattern-wall_23-2149673909.jpg', date: 'Oct 15, 2023', @@ -31,9 +31,9 @@ const posts = [ category: 'Cosmetics', title: 'The Ultimate Guide to Pro Cosmetics', excerpt: 'Learn how to use our professional cosmetic kits to create stunning looks for any occasion.', - imageSrc: 'https://img.b2bpic.net/free-photo/foundation-bottles-advertising-arrangement_23-2149511243.jpg?_wi=2', + imageSrc: 'https://img.b2bpic.net/free-photo/woman-holding-makeup-brush_23-2148496463.jpg', authorName: 'Glow Theory', - authorAvatar: 'https://img.b2bpic.net/free-photo/minimal-assortment-beauty-products_23-2148961325.jpg', + authorAvatar: 'https://img.b2bpic.net/free-photo/minimal-geometric-pattern-wall_23-2149673909.jpg', date: 'Oct 10, 2023', } ]; @@ -42,16 +42,16 @@ export default function BlogPage() { return (