From 014ff4fe8d78cb9a58ffe91f77ffbead8757ef4b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 13:55:10 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 116 ++++++++++++++++++++++-------------------- 1 file changed, 61 insertions(+), 55 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 35062fc..1b2efa4 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -26,63 +26,69 @@ export default function BlogPage() { headingFontWeight="light" > - - - {isLoading ? ( -
-

Loading posts...

-
- ) : ( - + - )} + - +
+ {isLoading ? ( +
+

Loading posts...

+
+ ) : ( + + )} +
+ +
); -- 2.49.1 From 365050885d496ea64cc27a0c38cc77b153bf95f2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 13:55:11 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ae7bd4..b305b79 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,13 +29,13 @@ export default function LandingPage() { @@ -43,11 +43,11 @@ export default function LandingPage() { @@ -134,7 +134,7 @@ export default function LandingPage() { useInvertedBackground={false} imageSrc="https://img.b2bpic.net/free-photo/medium-shot-smiley-woman-flower-shop_23-2149247584.jpg" imageAlt="Florist arranging flowers in a beautiful shop" - mediaAnimation="entrance-slide" + mediaAnimation="slide-up" mediaPosition="right" buttonText="Send Message" onSubmit={(data) => console.log(data)} @@ -144,7 +144,7 @@ export default function LandingPage() {