diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 1b4c9dd..e78a665 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -24,17 +24,19 @@ export default function BlogPage() { headingFontWeight="light" > - +
{isLoading ? (
diff --git a/src/app/page.tsx b/src/app/page.tsx index ba64cdf..775f1c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -136,7 +136,6 @@ export default function LandingPage() { description="A curated showcase of our most distinguished custom builds and luxury renovations." tag="Our Work" tagIcon={Image} - gridVariant="standard" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 478a745..e89ba76 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -4,7 +4,7 @@ import { Suspense, use, useCallback } from "react"; import { useRouter } from "next/navigation"; import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import ProductDetailCard from "@/components/ecommerce/productDetail/ProductDetailCard"; import ProductCart from "@/components/ecommerce/cart/ProductCart"; @@ -89,7 +89,7 @@ function ProductPageContent({ params }: ProductPageProps) { headingFontWeight="light" > -