Skip to content

Commit 5861ecd

Browse files
committed
Update Phone Number
1 parent bbe30bf commit 5861ecd

10 files changed

Lines changed: 12 additions & 11 deletions

File tree

src/components/canvas/Canvas.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ const Canvas = ({ bladeMode = '', ofCanvasArea }) => {
188188
<h3>{t("canvas.contact.title")}</h3>
189189
<ul>
190190
<li>
191-
<a href="tel:02094980547">1900088883</a>
191+
<a href="tel:18003108">18003108</a>
192192
</li>
193193
<li>
194194
<a href="mailto:info@extradesign.com">hi@nphdigital.com</a>

src/components/common/PortfolioSwiperDestop.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ const PortfolioSwiperDestop = ({ portfolioSection, portfolioHeroImg }) => {
427427
</h3>
428428
<ul>
429429
<li>
430-
<a href="tel:+(2)578365379">1900088883</a>
430+
<a href="tel:18003108">18003108</a>
431431
</li>
432432
<li>
433433
<a href="mailto:hi@nphdigital.com">hi@nphdigital.com</a>

src/components/common/PortfolioSwiperMobile.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ const PortfolioSwiperMobile = ({ portfolioSection, portfolioHeroImg }) => {
384384
</h3>
385385
<ul>
386386
<li>
387-
<a href="tel:+(2)578365379">1900088883</a>
387+
<a href="tel:18003108">18003108</a>
388388
</li>
389389
<li>
390390
<a href="mailto:hi@nphdigital.com">hi@nphdigital.com</a>

src/components/contact/Contact1.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const Contact1 = () => {
9999
</h3>
100100
<ul>
101101
<li>
102-
<a href="tel:+(2)578365379">1900088883</a>
102+
<a href="tel:18003108">18003108</a>
103103
</li>
104104
<li>
105105
<a href="mailto:hi@nphdigital.com">hi@nphdigital.com</a>

src/components/footer/Footer3.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ export default function Footer3() {
270270
<li>{t('footer.contact.address')}</li>
271271
<li>
272272
<a
273-
href="tel:02574328301"
273+
href="tel:18003108"
274274
className="phone">
275275
{t('footer.contact.phone')}
276276
</a>

src/components/header/Header3.jsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,10 @@ export default function Header3() {
8383
/>
8484
</button>
8585
</div>
86-
<div className="header__support">
86+
<div className="header__support text-center">
8787
<p>
88-
{t('header.support')} <a href="tel:0777018333">1900088883</a>
88+
{t('header.support')} <br />
89+
<a href="tel:18003108">18003108</a>
8990
</p>
9091
</div>
9192
</div>

src/locales/en/common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"contact": {
4040
"address": "838, Vinh Binh Hamlet, An Vinh Ngai Commune, Tan An City, Long An Province",
41-
"phone": "1900088883",
41+
"phone": "18003108",
4242
"email": "hi@nphdigital.com",
4343
"time": "08:00 AM - 10:00 PM",
4444
"day": "Every day of the week",

src/locales/hi/common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"contact": {
4040
"address": "सर्वे नंबर 838, विंह बिन गांव, अन विंह नाई सामुदायिक क्षेत्र, तान आंन शहर, लॉन्ग आंन",
41-
"phone": "1900088883",
41+
"phone": "18003108",
4242
"email": "hi@nphdigital.com",
4343
"time": "08:00 पूर्वाह्न - 10:00 पूर्वाह्न",
4444
"day": "सप्ताह के सभी दिन",

src/locales/vi/common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"contact": {
4040
"address": "Số 838, Ấp Vĩnh Bình, Xã An Vĩnh Ngãi, Tp Tân An, T Long An",
41-
"phone": "1900088883",
41+
"phone": "18003108",
4242
"email": "hi@nphdigital.com",
4343
"time": "08 : 00 AM - 10 : 00 PM",
4444
"day": "tất cả các ngày trong tuần",

src/locales/zh/common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"contact": {
4040
"address": "838号, Vĩnh Bình村, An Vĩnh Ngãi社, Tân An市, 龙安省",
41-
"phone": "1900088883",
41+
"phone": "18003108",
4242
"email": "hi@nphdigital.com",
4343
"time": "上午08:00 - 晚上10:00",
4444
"day": "每周七天",

0 commit comments

Comments
 (0)