Skip to content

Commit 7a1d91f

Browse files
committed
feat: change hero
1 parent 2f283c2 commit 7a1d91f

File tree

3 files changed

+9
-22
lines changed

3 files changed

+9
-22
lines changed
1.85 MB
Loading

website/src/content/singles/homepage/index.yaml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,17 @@ metadata:
55
generative AI powering discovery experiences that delight users and drive
66
conversions.
77
hero:
8-
tagline: GenAI for your Shopify store
9-
taglineURL: https://apps.shopify.com/trieve
108
title: |
11-
Conversational AI that *Converts*
9+
*Thank you* for all of the searches!
1210
leadText: >-
13-
Instantly add AI search, chat, and recommendations with our widget, or build
14-
custom experiences with our API.
15-
externalImageUrl: https://trieve.b-cdn.net/laptop-hero-gif-final-final-last.gif
11+
Trieve is being sunset on November 1st and the license changed to MIT open
12+
source as part of the acquisition by Mintlify. See more details on our blog.
13+
image: /src/assets/images/home/hero/image.png
1614
overrideActions:
17-
- label: Start Free
18-
href: https://dashboard.trieve.ai
19-
newTab: true
15+
- label: See the Announcement
16+
href: https://www.trieve.ai/blog/trieve-is-being-acquired-by-mintlify
17+
newTab: false
2018
variant: primary
21-
- label: Request a Demo
22-
href: https://cal.com/team/trieve/trieve-demo
23-
newTab: true
24-
variant: secondary
2519
killerFeatures:
2620
title: |
2721
The Everything Platform for AI

website/src/pages/index.astro

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@ invariant(i18n, "No homepage content found");
2020
<section
2121
class="min-h-[80vh] container text-center flex flex-col items-center gap-8 pt-8"
2222
>
23-
{
24-
i18n.hero.tagline ? (
25-
<Tagline href={i18n.hero.taglineURL} target="_blank">
26-
{i18n.hero.tagline}
27-
</Tagline>
28-
) : null
29-
}
3023
<h1
3124
class="text-balance text-6xl md:text-7xl lg:text-8xl font-medium -mt-4 md:mt-0"
3225
set:html={marked.parseInline(i18n.hero.title)}
@@ -37,10 +30,10 @@ invariant(i18n, "No homepage content found");
3730
<CallToAction actions={i18n.hero.overrideActions} />
3831
<div class="w-full md:w-4xl">
3932
<div
40-
class="relative w-full aspect-[1.500013392976723] rounded-2xl overflow-hidden"
33+
class="relative w-full aspect-video rounded-2xl overflow-hidden"
4134
>
4235
<img
43-
src={i18n.hero.externalImageUrl ?? ""}
36+
src={i18n.hero.image ?? ""}
4437
alt="Hero product sample view"
4538
class="rounded-2xl w-full h-full object-cover absolute inset-0"
4639
loading="eager"

0 commit comments

Comments
 (0)