From e5a4a7f3df811a939877d916e54518acb55d570e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 21:09:54 +0000 Subject: [PATCH 1/3] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 61 +++++++++++++++++++++++-------------------- 1 file changed, 33 insertions(+), 28 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 73848ce..cd4c7e5 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -24,40 +24,45 @@ export default function BlogPage() { headingFontWeight="semibold" > - + {isLoading ? ( -
+

Loading posts...

-
+ ) : ( - +
+ +
)} - +
); From 2d8db4af56cb5107f7e1beb19473d879bc066815 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 21:09:55 +0000 Subject: [PATCH 2/3] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index e07420e..c8b71a4 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -1,4 +1,4 @@ -use client"; +"use client"; import { Suspense, use, useCallback } from "react"; import { useRouter } from "next/navigation"; @@ -108,7 +108,6 @@ function ProductPageContent({ params }: ProductPageProps) { logoText="Bella Italia" leftLink={{ text: "Privacy Policy", href: "#" }} rightLink={{ text: "Terms of Service", href: "#" }} - useInvertedBackground={false} className="py-8 px-6" /> @@ -159,7 +158,6 @@ function ProductPageContent({ params }: ProductPageProps) { logoText="Bella Italia" leftLink={{ text: "Privacy Policy", href: "#" }} rightLink={{ text: "Terms of Service", href: "#" }} - useInvertedBackground={false} className="py-8 px-6" /> @@ -234,7 +232,6 @@ function ProductPageContent({ params }: ProductPageProps) { logoText="Bella Italia" leftLink={{ text: "Privacy Policy", href: "#" }} rightLink={{ text: "Terms of Service", href: "#" }} - useInvertedBackground={false} className="py-8 px-6" /> From 72d5aa6bf3dd598481762b0d4daf5eca631058b3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 21:09:56 +0000 Subject: [PATCH 3/3] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 8d02bfa..aa6375f 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -1,4 +1,4 @@ -use client"; +"use client"; import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; @@ -50,7 +50,6 @@ export default function ShopPage() { logoText="Bella Italia" leftLink={{ text: "Privacy Policy", href: "#" }} rightLink={{ text: "Terms of Service", href: "#" }} - useInvertedBackground={false} className="py-8 px-6" /> @@ -100,7 +99,6 @@ export default function ShopPage() { logoText="Bella Italia" leftLink={{ text: "Privacy Policy", href: "#" }} rightLink={{ text: "Terms of Service", href: "#" }} - useInvertedBackground={false} className="py-8 px-6" />