Skip to content

Commit 96c33c5

Browse files
committed
demo request page, main page change
1 parent bda0651 commit 96c33c5

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

src/pages/_home/components/HomeHeader.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ import TrustedBy from "./TrustedBy.astro";
2020

2121
<AstroButton
2222
link={{
23-
href: "/download-confirm",
23+
href: "/pricing/",
2424
target: "_self",
2525
preload: true,
2626
}}
27-
text="Download"
27+
text="Pricing"
2828
/>
2929

3030
<AstroButton
3131
link={{
32-
href: "/pricing",
32+
href: "/book-a-demo/",
3333
target: "_self",
3434
preload: true,
3535
}}
36-
text="Buy Enterprise"
36+
text="Book a Demo"
3737
/>
3838

3939
</div>

src/pages/book-a-demo.astro

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,19 @@ const tags = [
7777
theme="light"
7878
>
7979
<div slot="left">
80+
<p>
81+
What you can expect?
82+
</p>
8083
<p>
8184
<ul>
82-
<li>Streamline identity and access management with ease</li>
83-
<li>Strengthen your organization’s security posture</li>
84-
<li>See how defguard fits into your infrastructure</li>
85+
<li>A walkthrough of defguard’s core features, including secure identity management, access policies, and user enrollment</li>
86+
<li>Insights into how defguard can enhance your security and streamline operations</li>
87+
<li>A discussion on how defguard can integrate with your existing infrastructure</li>
8588
</ul>
8689
</p>
90+
<p>
91+
Our demo takes around 20-30 min.
92+
</p>
8793
</div>
8894
<div slot="right">
8995
<BookDemoForm client:load />

0 commit comments

Comments
 (0)