Skip to content

Commit 895f3cf

Browse files
Fix/new docusaurus and small improvements (#126)
- Upgraded Docusaurus core and related plugins to version 3.8.1 for improved features and performance. - Updated Algolia client packages to version 5.36.0, enhancing functionality and compatibility. - Added new Algolia abtesting module version 1.2.0 to package-lock and yarn.lock for A/B testing capabilities. - Adjusted package.json and package-lock.json to reflect these changes. - Changed the title in docusaurus.config.js to better reflect the focus on AI Testing Agents for Web Apps. - Updated the HomeHeroVibe component to enhance the messaging by adding "With AI" to the description. - Revised the HomeHowItWorks component for clarity, changing "in less than 5 min" to "in 5 minutes." - Corrected alt text for images in the HomeTrustedBy component for better accessibility and accuracy.
1 parent 392ea93 commit 895f3cf

File tree

7 files changed

+2914
-2744
lines changed

7 files changed

+2914
-2744
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const path = require("path");
77

88
/** @type {import('@docusaurus/types').Config} */
99
const config = {
10-
title: "Wopee.io, the AI Agents for Software Testing",
10+
title: "Wopee.io, the AI Testing Agents for Web Apps",
1111
tagline:
1212
"Boost your testing team. Elevate your quality & speed up release pace.",
1313
favicon: "img/favicon.png",

package-lock.json

Lines changed: 1833 additions & 1436 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"optimize-images": "node scripts/optimize-images.js"
1717
},
1818
"dependencies": {
19-
"@docusaurus/core": "^3.7.0",
20-
"@docusaurus/plugin-google-gtag": "^3.7.0",
21-
"@docusaurus/plugin-google-tag-manager": "^3.7.0",
22-
"@docusaurus/preset-classic": "^3.7.0",
19+
"@docusaurus/core": "^3.8.1",
20+
"@docusaurus/plugin-google-gtag": "^3.8.1",
21+
"@docusaurus/plugin-google-tag-manager": "^3.8.1",
22+
"@docusaurus/preset-classic": "^3.8.1",
2323
"@fortawesome/free-brands-svg-icons": "^6.4.2",
2424
"@fortawesome/free-regular-svg-icons": "^6.4.2",
2525
"@mdi/js": "^7.4.47",
@@ -47,7 +47,7 @@
4747
"usehooks-ts": "^2.9.1"
4848
},
4949
"devDependencies": {
50-
"@docusaurus/module-type-aliases": "^3.7.0",
50+
"@docusaurus/module-type-aliases": "^3.8.1",
5151
"@tsconfig/docusaurus": "^1.0.5",
5252
"tailwindcss-animate": "^1.0.7",
5353
"typescript": "^4.7.4"

src/components/home-page/HomeHeroVibe.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ const HomeHeroVibe = () => {
9999
<h1 className="font-bold text-center text-4xl sm:text-5xl md:text-6xl text-pretty">
100100
Test better. Ship faster.
101101
</h1>
102-
<h6 className="text-secondary-wopee dark:text-primary-wopee text-center text-md sm:text-lg md:text-xl text-pretty">
103-
Map your app. Create tests. Automate instantly.
104-
</h6>
102+
<h2 className="text-secondary-wopee dark:text-primary-wopee text-center text-md sm:text-lg md:text-xl text-pretty">
103+
Map your app. Create tests. Automate instantly. With AI.
104+
</h2>
105105
</section>
106106

107107
<div className="p-0.5 rounded-md w-full max-w-3xl bg-gradient-to-br from-blue-500 to-secondary-wopee z-10">

src/components/home-page/HomeHowItWorks.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default function HomeHowItWorks(): JSX.Element {
1919
🚀 AI-powered web-app testing
2020
</h2>
2121
<p className="text-xl text-gray-300 max-w-4xl mx-auto leading-relaxed">
22-
From a single URL to 80%+ regression coverage in less than 5 min.
22+
From a single URL to 80%+ regression coverage in 5 minutes.
2323
<br />
2424
No scripts, no extra QA hires.
2525
</p>

src/components/home-page/HomeTrustedBy.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ const HomeTrustedBy = () => {
1414
<img
1515
className="h-full"
1616
src="/img/customers/flash-score-logo.png"
17-
alt="multitude"
17+
alt="livesport"
1818
/>
1919

2020
<img
2121
className="h-full"
2222
src="/img/customers/inventi-logo.png"
23-
alt="multitude"
23+
alt="inventi"
2424
/>
2525
</div>
2626

0 commit comments

Comments
 (0)