From 3ed4f300ea79c12187a891cb1ebcce34cf9e88bf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:47:39 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +} -- 2.49.1 From 65c6fab1bb6e4a50a7c3623f58ff42fd660dd405 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:47:40 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +} -- 2.49.1