diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 9229bb5..4b78bd2 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -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', + 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', date: 'Oct 15, 2023', @@ -31,7 +31,7 @@ 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', + imageSrc: 'https://img.b2bpic.net/free-photo/foundation-bottles-advertising-arrangement_23-2149511243.jpg?_wi=2', authorName: 'Glow Theory', authorAvatar: 'https://img.b2bpic.net/free-photo/minimal-assortment-beauty-products_23-2148961325.jpg', date: 'Oct 10, 2023', diff --git a/src/app/page.tsx b/src/app/page.tsx index 20751da..3c34e82 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -117,9 +117,9 @@ export default function LandingPage() { title="Featured Bundles" description="Discover our curated selection of reseller beauty bundles, perfect for elevating your inventory. Available exclusively on our live shows!" products={[ - { id: "bundle-1", brand: "Glow Theory", name: "Skincare Essentials Bundle", price: "Live Show Price", rating: 5, reviewCount: "1.2K", imageSrc: "https://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg", imageAlt: "Skincare Essentials Bundle" }, + { id: "bundle-1", brand: "Glow Theory", name: "Skincare Essentials Bundle", price: "Live Show Price", rating: 5, reviewCount: "1.2K", imageSrc: "https://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg?_wi=1", imageAlt: "Skincare Essentials Bundle" }, { id: "bundle-2", brand: "Glow Theory", name: "Fragrance Discovery Set", price: "Live Show Price", rating: 5, reviewCount: "890", imageSrc: "https://img.b2bpic.net/free-photo/close-up-variety-cosmetic-products-desk-isolated_574295-5284.jpg", imageAlt: "Fragrance Discovery Set" }, - { id: "bundle-3", brand: "Glow Theory", name: "Cosmetic Pro Kit", price: "Live Show Price", rating: 5, reviewCount: "2.5K", imageSrc: "https://img.b2bpic.net/free-photo/foundation-bottles-advertising-arrangement_23-2149511243.jpg", imageAlt: "Cosmetic Pro Kit" }, + { id: "bundle-3", brand: "Glow Theory", name: "Cosmetic Pro Kit", price: "Live Show Price", rating: 5, reviewCount: "2.5K", imageSrc: "https://img.b2bpic.net/free-photo/foundation-bottles-advertising-arrangement_23-2149511243.jpg?_wi=1", imageAlt: "Cosmetic Pro Kit" }, ]} gridVariant="uniform-all-items-equal" animationType="slide-up"