From 94b3cbc6cdd7e7e8d66f63c4925fb374327c490a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 20:27:15 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 2802d53..c440048 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -1,6 +1,6 @@ "use client"; -import BlogCardTwo from '@/components/sections/blog/BlogCardTwo'; +import BlogCardThree from '@/components/sections/blog/BlogCardThree'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; @@ -8,7 +8,7 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin const posts = [ { id: '1', - category: ['Skincare', 'Tips'], + 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', @@ -18,7 +18,7 @@ const posts = [ }, { id: '2', - category: ['Live Shows'], + 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', @@ -28,7 +28,7 @@ const posts = [ }, { id: '3', - category: ['Cosmetics'], + 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', @@ -70,7 +70,7 @@ export default function BlogPage() {
- Date: Sat, 21 Feb 2026 20:27:16 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4fa79f0..7d09363 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,11 +47,11 @@ export default function LandingPage() { description="Elevate Your Glow" background={{ variant: "radial-gradient" }} buttons={[{ text: "Join Our Live Show", href: "https://www.whatnot.com/s/xeIJ5XNt" }]} - mediaItems=[ + mediaItems={[ { imageSrc: "https://img.b2bpic.net/free-photo/minimal-assortment-beauty-products_23-2148961325.jpg?_wi=1", imageAlt: "Beauty products with a soft pink glow" }, { imageSrc: "https://img.b2bpic.net/free-photo/minimal-assortment-beauty-products_23-2148961325.jpg?_wi=2", imageAlt: "Beauty products with a soft pink glow" }, { imageSrc: "https://img.b2bpic.net/free-photo/minimal-assortment-beauty-products_23-2148961325.jpg?_wi=3", imageAlt: "Beauty products with a soft pink glow" } - ] + ]} mediaAnimation="opacity" buttonAnimation="opacity" className="bg-[--background] text-[--foreground]" -- 2.49.1 From 4b39e5bd237e798ae3376102bb78a61311435fd4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 20:27:17 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index f25bdc4..949d307 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -87,7 +87,7 @@ function ProductPageContent({ params }: ProductPageProps) { secondaryButtonStyle="radial-glow" headingFontWeight="medium" > -