Skip to content

Commit

Permalink
rename title & meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
denyssheremeta committed Jun 19, 2024
1 parent a77c391 commit 1730baa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
18 changes: 10 additions & 8 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,25 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Phone Store - Smartphones, Tablets, Accessories, and Gadgets</title>
<title>
Gadgets Depot - Smartphones, Tablets, Accessories, and Gadgets
</title>
<meta
name="description"
content="Phone Store - The best selection of smartphones, tablets, accessories, and other gadgets at great prices. Buy modern devices with delivery across Ukraine."
content="Gadgets Depot - The best selection of smartphones, tablets, accessories, and other gadgets at great prices. Buy modern devices with delivery across Ukraine."
/>
<meta
name="keywords"
content="smartphones, tablets, accessories, gadgets, buy smartphone, buy tablet, gadget store"
/>
<meta name="author" content="Phone Store" />
<meta name="author" content="Gadgets Depot" />
<meta
property="og:title"
content="Phone Store - Smartphones, Tablets, Accessories, and Gadgets"
content="Gadgets Depot - Smartphones, Tablets, Accessories, and Gadgets"
/>
<meta
property="og:description"
content="Phone Store - The best selection of smartphones, tablets, accessories, and other gadgets at great prices. Buy modern devices with delivery across Ukraine."
content="Gadgets Depot - The best selection of smartphones, tablets, accessories, and other gadgets at great prices. Buy modern devices with delivery across Ukraine."
/>
<meta property="og:type" content="website" />
<meta
Expand All @@ -30,15 +32,15 @@
property="og:image"
content="https://fs-mar24-codemafia.github.io/react_phone-store/promo/banner-phones.png"
/>
<meta property="og:site_name" content="Phone Store" />
<meta property="og:site_name" content="Gadgets Depot" />
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="Phone Store - Smartphones, Tablets, Accessories, and Gadgets"
content="Gadgets Depot - Smartphones, Tablets, Accessories, and Gadgets"
/>
<meta
name="twitter:description"
content="Phone Store - The best selection of smartphones, tablets, accessories, and other gadgets at great prices. Buy modern devices with delivery across Ukraine."
content="Gadgets Depot - The best selection of smartphones, tablets, accessories, and other gadgets at great prices. Buy modern devices with delivery across Ukraine."
/>
<meta
name="twitter:image"
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/locales/en.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"welcome": "Welcome to Nice Gadgets store!",
"welcome": "Welcome to Gadgets Depot store!",
"nav": {
"home": "Home",
"phones": "Phones",
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/locales/ua.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"welcome": "Ласкаво просимо до магазину Nice Gadgets",
"welcome": "Ласкаво просимо до магазину Gadgets Depot",
"nav": {
"home": "Головна",
"phones": "Телефони",
Expand Down

0 comments on commit 1730baa

Please sign in to comment.