5 Commits

Author SHA1 Message Date
dbacb8a8e6 Update src/app/page.tsx 2026-04-11 16:25:15 +00:00
4878caab4a Merge version_2 into main
Merge version_2 into main
2026-04-11 16:23:23 +00:00
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 you're looking for? Give them a call at +13173182191", href: "tel:+13173182191" }
]}
/>
</div>