From 09360d668dc872f827d04a0902eec9136db47d84 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 16:23:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) 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" } + ]} /> -- 2.49.1