Update src/app/page.tsx

This commit is contained in:
2026-04-22 18:39:07 +00:00
parent 1cbb360129
commit 55c70dc99f

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>
);
}
}