From f147905e8fd7eb0e1730cc1ab66ec7301b5f7a2d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 10:12:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d14c70..af77f96 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -184,6 +184,7 @@ export default function LandingPage() { { id: "f2", title: "Can I return items?", content: "Yes, return any unworn item within 30 days." }, { id: "f3", title: "Is gold Hallmarked?", content: "All our gold items are BIS Hallmarked for authenticity." }, ]} + buttons={[{ text: "Email Support", href: "mailto:support@houseofzeez.com" }]} imageSrc="http://img.b2bpic.net/free-photo/young-man-helping-his-girlfriend-with-fitting-necklace-je_7502-7600.jpg" title="Frequently Asked" description="Have questions? We have the answers you need." @@ -214,4 +215,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1