3 Commits

Author SHA1 Message Date
09360d668d Update src/app/page.tsx 2026-04-11 16:23:17 +00:00
6f80026d86 Merge version_1 into main
Merge version_1 into main
2026-04-11 15:40:06 +00:00
7460899045 Merge version_1 into main
Merge version_1 into main
2026-04-11 15:39:25 +00:00

View File

@@ -46,6 +46,10 @@ export default function LandingPage() {
description="Your local home for unique treasures on Main Street. From handcrafted jewelry to cozy bookstore nooks, come find your next hidden gem at Gilded Nest."
imageSrc="http://img.b2bpic.net/free-photo/still-life-cozy-room-with-beautiful-cup_169016-2283.jpg"
imageAlt="Inside our shop featuring unique artisan goods"
buttons={[
{ text: "Visit Us", href: "/visit" },
{ text: "Wonder if they have what your looking for? Give them a call", href: "tel:+15555555555" }
]}
/>
</div>