Skip to content

Commit

Permalink
og tags update
Browse files Browse the repository at this point in the history
  • Loading branch information
vladkens committed Feb 9, 2024
1 parent 7086b60 commit c983c35
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
8 changes: 7 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,11 @@
"trailingComma": "all",
"jsxSingleQuote": false,
"arrowParens": "always",
"plugins": ["prettier-plugin-organize-imports", "prettier-plugin-tailwindcss"]
"plugins": ["prettier-plugin-organize-imports", "prettier-plugin-tailwindcss"],
"overrides": [
{
"files": ["index.html"],
"options": { "printWidth": 1024 }
}
]
}
20 changes: 15 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,23 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<meta name="theme-color" content="#ffffff" />
<meta name="theme-color" content="#202020" />

<title>TimeWiz – Effortlessly Schedule Meetings Across Time Zones</title>
<meta
name="description"
content="TimeWiz is your ultimate solution for effortlessly scheduling meetings across different time zones. Our intuitive platform takes the headache out of coordinating global meetings, allowing you to seamlessly collaborate with colleagues and clients worldwide. Say goodbye to time zone confusion and hello to efficient scheduling with TimeWiz. Try it now!"
/>
<meta name="description" content="TimeWiz is your ultimate solution for effortlessly scheduling meetings across different time zones. Our intuitive platform takes the headache out of coordinating global meetings, allowing you to seamlessly collaborate with colleagues and clients worldwide. Say goodbye to time zone confusion and hello to efficient scheduling with TimeWiz. Try it now!" />

<meta property="og:url" content="https://timewiz.cc/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="TimeWiz – Effortlessly Schedule Meetings Across Time Zones" />
<meta property="og:description" content="TimeWiz is your ultimate solution for effortlessly scheduling meetings across different time zones. Our intuitive platform takes the headache out of coordinating global meetings, allowing you to seamlessly collaborate with colleagues and clients worldwide. Say goodbye to time zone confusion and hello to efficient scheduling with TimeWiz. Try it now!" />
<meta property="og:image" content="https://timewiz.cc/og.png" />

<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="timewiz.cc" />
<meta property="twitter:url" content="https://timewiz.cc/" />
<meta name="twitter:title" content="TimeWiz – Effortlessly Schedule Meetings Across Time Zones" />
<meta name="twitter:description" content="TimeWiz is your ultimate solution for effortlessly scheduling meetings across different time zones. Our intuitive platform takes the headache out of coordinating global meetings, allowing you to seamlessly collaborate with colleagues and clients worldwide. Say goodbye to time zone confusion and hello to efficient scheduling with TimeWiz. Try it now!" />
<meta name="twitter:image" content="https://timewiz.cc/og.png" />

<style>
body.dark {
Expand Down
Binary file added public/og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c983c35

Please sign in to comment.