diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 4d2aba1..6ff503d 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -23,19 +23,21 @@ export default function BlogPage() { headingFontWeight="bold" > - + {isLoading ? (
diff --git a/src/app/page.tsx b/src/app/page.tsx index 685fe91..0aa0ad5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,11 +28,12 @@ export default function LandingPage() { @@ -72,6 +75,7 @@ export default function LandingPage() { useInvertedBackground={true} tag="About Dmitry" tagIcon={HeartHandshake} + tagAnimation="slide-up" imageSrc="https://img.b2bpic.net/free-photo/portrait-cheerful-hairless-elder-man-dressed-dark-blue-suit-against-dark-background_613910-17566.jpg" imageAlt="Dmitry in a candid, gentle pose" mediaAnimation="slide-up" @@ -93,11 +97,12 @@ export default function LandingPage() { useInvertedBackground={false} tag="Our Services" tagIcon={Star} + tagAnimation="slide-up" />
diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index f1ce26a..aebe01c 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -86,7 +86,6 @@ export default function ProductPage({ params }: ProductPageProps) { brandName="Dmitry" bottomLeftText="Private & Confidential" bottomRightText="Connect with Dmitry" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -118,7 +117,6 @@ export default function ProductPage({ params }: ProductPageProps) { brandName="Dmitry" bottomLeftText="Private & Confidential" bottomRightText="Connect with Dmitry" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -157,7 +155,6 @@ export default function ProductPage({ params }: ProductPageProps) { brandName="Dmitry" bottomLeftText="Private & Confidential" bottomRightText="Connect with Dmitry" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 70fc138..99b47bf 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -61,7 +61,6 @@ export default function ShopPage() { brandName="Dmitry" bottomLeftText="Private & Confidential" bottomRightText="Connect with Dmitry" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -92,7 +91,6 @@ export default function ShopPage() { brandName="Dmitry" bottomLeftText="Private & Confidential" bottomRightText="Connect with Dmitry" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />