diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 75dc707..1ade629 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -76,4 +76,4 @@ export default function BlogPage() { ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index bb62ad2..e6c5f8a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function HomePage() { imagePosition="right" mediaAnimation="blur-reveal" tag="Your Daily Ritual" - textBoxTitleClassName="text-foreground" + titleClassName="text-foreground" descriptionClassName="text-foreground" tagClassName="text-primary-cta" buttonClassName="text-primary-cta"