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 ? (
-
- ) : (
-
+
- )}
+
-
+
+ {isLoading ? (
+
+ ) : (
+
+ )}
+
+
+
);
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() {