From 761540eada1582b710bb2c325c1d9b69ad90f7f0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 13:22:46 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) 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 ? (
From 75461b525d1f60b8e95119e6ae783991a914ce1f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 13:22:47 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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" />
From bb7a4720051b538729ff9e8df6b62bcefd90618d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 13:22:48 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 3 --- 1 file changed, 3 deletions(-) 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) }} />
From 5963dca30d2ab3f663d1edd484d28599d2f6d149 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 13:22:48 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 2 -- 1 file changed, 2 deletions(-) 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) }} />