4 Commits

Author SHA1 Message Date
f147905e8f Update src/app/page.tsx 2026-05-01 10:12:00 +00:00
d98f725b50 Merge version_1 into main
Merge version_1 into main
2026-05-01 10:09:30 +00:00
d2298e9ae9 Merge version_1 into main
Merge version_1 into main
2026-05-01 10:09:06 +00:00
b4a10c17be Merge version_1 into main
Merge version_1 into main
2026-05-01 10:08:38 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}