From 58a2101bff92967a3255b01787789e5968862f44 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 14 Jun 2026 11:30:26 +0000 Subject: [PATCH] Bob AI: Translate all text content on the page to Hindi, localizing it for customers in --- src/pages/HomePage.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index a333341..72a4afd 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -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() {
-- 2.49.1