diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e9f0074..1ae7ad5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1409,4 +1409,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 8721a24..32992cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function HomePage() { logoText="PawsHope" description="Connecting people healing from trauma with rescue dogs seeking homes. A digital movement for mutual healing and belonging." buttons={[ - { text: "Learn Our Story", href: "/about" }, + { text: "Start Your Journey", href: "/about" }, { text: "Explore Real Stories", href: "/stories" }, ]} imageSrc="http://img.b2bpic.net/free-photo/side-view-senior-couple-with-dog_23-2149613970.jpg?_wi=1" @@ -172,4 +172,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}