diff --git a/package.json b/package.json index fc5ee8ec2..6218941dd 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "optimize": "node ./scripts/optimize-assets.js", "optimize:all": "node ./scripts/optimize-all.js" }, - "packageManager": "pnpm@10.9.0", + "packageManager": "pnpm@10.11.1", "dependencies": { "h3": "^1.14.0", "posthog-js": "^1.210.2", diff --git a/src/lib/components/ProductsSubmenu.svelte b/src/lib/components/ProductsSubmenu.svelte index fb57c3501..10f76cd9f 100644 --- a/src/lib/components/ProductsSubmenu.svelte +++ b/src/lib/components/ProductsSubmenu.svelte @@ -77,6 +77,7 @@ import { trackEvent } from '$lib/actions/analytics'; import { classNames } from '$lib/utils/classnames'; import { createDropdownMenu, melt } from '@melt-ui/svelte'; + import Icon from './ui/icon'; const { elements: { trigger, menu, item, overlay }, @@ -171,9 +172,10 @@ See more Read more customer stories" diff --git a/src/routes/(marketing)/(components)/case-studies.svelte b/src/routes/(marketing)/(components)/case-studies.svelte index b047faf04..c2805eb1b 100644 --- a/src/routes/(marketing)/(components)/case-studies.svelte +++ b/src/routes/(marketing)/(components)/case-studies.svelte @@ -14,7 +14,7 @@ blurb: 'A special thanks to Appwrite for providing robust features and seamless functionality.', name: 'Hassan Ahmed', title: 'Engineer at DevKind', - avatar: '/images/testimonials/hassan.jpeg', + avatar: '/images/testimonials/hassan.png', url: '/blog/post/customer-stories-storealert' }, { diff --git a/src/routes/(marketing)/(components)/scale.svelte b/src/routes/(marketing)/(components)/scale.svelte index afe073b7c..b8b6009ee 100644 --- a/src/routes/(marketing)/(components)/scale.svelte +++ b/src/routes/(marketing)/(components)/scale.svelte @@ -3,6 +3,7 @@ import NumberFlow from '@number-flow/svelte'; import { inView } from 'motion'; import { onDestroy, type Snippet } from 'svelte'; + import { browser } from '$app/environment'; const animationDuration = 3; @@ -128,12 +129,15 @@ {#each localStats as stat, i}
- - {stat.description} + {#if browser} + + + {stat.description} + {/if}
{/each} @@ -148,14 +152,16 @@ class="absolute" style="bottom: calc(50px + {25 + (75 / 3) * (i / 2)}%)" > - - - {stat.description} - + {#if browser} + + + {stat.description} + + {/if} {/each} diff --git a/src/routes/(marketing)/+page.svelte b/src/routes/(marketing)/+page.svelte index d90593486..84695a068 100644 --- a/src/routes/(marketing)/+page.svelte +++ b/src/routes/(marketing)/+page.svelte @@ -35,7 +35,7 @@
- +