Skip to content

Commit 1c2f753

Browse files
committed
feat: add a src to the hero
1 parent fd3197f commit 1c2f753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ invariant(i18n, "No homepage content found");
3333
class="relative w-full aspect-video rounded-2xl overflow-hidden"
3434
>
3535
<img
36-
src={i18n.hero.image ?? ""}
36+
src="https://cdn.trieve.ai/wordmark2.png"
3737
alt="Hero product sample view"
3838
class="rounded-2xl w-full h-full object-cover absolute inset-0"
3939
loading="eager"

0 commit comments

Comments
 (0)