2 Commits

Author SHA1 Message Date
55c70dc99f Update src/app/page.tsx 2026-04-22 18:39:07 +00:00
1cbb360129 Merge version_1 into main
Merge version_1 into main
2026-04-22 18:33:37 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
<HeroBillboardGallery
background={{
variant: "gradient-bars"}}
title="Welcome to The Bearport in Natick"
title="The Local Toy Store: Welcome to The Bearport in Natick"
description="Discover a wonderland of hand-picked toys, games, puzzles, and stuffed animals. Perfect for birthdays, gifts, or just because!"
buttons={[
{
@@ -220,4 +220,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}