2 Commits

Author SHA1 Message Date
4d212fdcac Merge version_2_1781436539559 into main
Merge version_2_1781436539559 into main
2026-06-14 11:30:33 +00:00
kudinDmitriyUp
58a2101bff Bob AI: Translate all text content on the page to Hindi, localizing it for customers in 2026-06-14 11:30:26 +00:00

View File

@@ -210,8 +210,8 @@ export default function HomePage() {
answer: "We offer custom jewellery design services. Visit us to discuss your requirements.",
},
{
question: "Do you buy back gold?",
answer: "Yes, we offer gold exchange and buy-back services at current market rates.",
question: "क्या आप पुराना सोना खरीदते हैं?",
answer: "हाँ, हम वर्तमान बाजार दर पर सोने के बदले सोना और नकद वापसी की सुविधा देते हैं।",
},
]}
/>
@@ -221,15 +221,15 @@ export default function HomePage() {
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<ContactCta
tag="Contact Us"
text="Visit our showroom in Colonelganj today to experience the finest gold craftsmanship."
tag="संपर्क करें"
text="सर्वोत्तम सोने की कारीगरी का अनुभव करने के लिए आज ही कर्नलगंज में हमारे शोरूम पर आएं। ईमेल: guddusarrafa@gmail.com"
primaryButton={{
text: "Get Directions",
text: "रास्ता देखें",
href: "https://maps.google.com",
}}
secondaryButton={{
text: "Call Now",
href: "tel:+919999999999",
text: "अभी कॉल करें",
href: "tel:+9198399742762",
}}
/>
</SectionErrorBoundary>