Skip to content

Commit 99b13d5

Browse files
update testimonials and roadmap (#46)
1 parent 912fc3f commit 99b13d5

File tree

25 files changed

+655
-276
lines changed

25 files changed

+655
-276
lines changed

Diff for: astro.config.mjs

+7
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ import react from "@astrojs/react";
1111

1212
import sitemap from "@astrojs/sitemap";
1313

14+
import partytown from "@astrojs/partytown";
15+
1416
const __filename = fileURLToPath(import.meta.url);
1517

1618
const __dirname = path.dirname(__filename);
@@ -32,6 +34,11 @@ export default defineConfig({
3234
},
3335
},
3436
}),
37+
partytown({
38+
config: {
39+
forward: ["dataLayer.push"],
40+
},
41+
}),
3542
],
3643
markdown: {
3744
rehypePlugins: [

Diff for: package.json

+6
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"dependencies": {
2626
"@astrojs/check": "^0.9.4",
2727
"@astrojs/mdx": "^3.1.9",
28+
"@astrojs/partytown": "^2.1.2",
2829
"@astrojs/react": "^3.6.3",
2930
"@astrojs/sitemap": "^3.2.1",
3031
"@astrolib/analytics": "^0.6.1",
@@ -40,15 +41,19 @@
4041
"react": "^18.3.1",
4142
"react-dom": "^18.3.1",
4243
"react-markdown": "^9.0.1",
44+
"react-multi-carousel": "^2.8.5",
45+
"react-slick": "^0.30.2",
4346
"rehype-external-links": "^3.0.0",
4447
"rehype-raw": "^7.0.0",
4548
"sass": "^1.81.0",
4649
"sharp": "0.33.5",
4750
"short-unique-id": "^5.2.0",
51+
"slick-carousel": "^1.8.1",
4852
"typescript": "^5.6.3",
4953
"use-breakpoint": "^4.0.5",
5054
"use-sync-external-store": "^1.2.2",
5155
"user-agent-data-types": "^0.4.2",
56+
"zod": "^3.23.8",
5257
"zustand": "^5.0.1"
5358
},
5459
"devDependencies": {
@@ -57,6 +62,7 @@
5762
"@types/lodash-es": "^4.17.12",
5863
"@types/react": "^18.3.12",
5964
"@types/react-dom": "^18.3.1",
65+
"@types/react-slick": "^0.23.13",
6066
"eslint": "^9.15.0",
6167
"eslint-config-prettier": "^9.1.0",
6268
"eslint-plugin-astro": "^1.3.1",

Diff for: pnpm-lock.yaml

+108
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

Diff for: public/images/data/testimonials/prusa/ta-1.jpg

90.2 KB
Loading

Diff for: public/images/data/testimonials/prusa/tl-1.png

6.26 KB
Loading

0 commit comments

Comments
 (0)