Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-03 09:47:45 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1409,4 +1409,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}