diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index a3f414c..2e944fb 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -169,4 +169,4 @@ export default function BlogPage() { ); -} +} \ No newline at end of file diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f49f015..177c2c7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1263,4 +1263,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 16cdf30..e3ec364 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,6 +60,7 @@ export default function LandingPage() { { type: "text", content: "" } ]} useInvertedBackground="invertDefault" + imageClassName="mx-auto" buttons={[ { text: "Learn More", href: "#benefits" } ]} @@ -211,4 +212,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file