diff --git a/src/app/page.tsx b/src/app/page.tsx index 870a40d..bb62a10 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } + ]} />