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...

-
+ ) : ( - +
+ +
)} - +
); 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" /> 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" />