Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
SEO updates to AI solutions page
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronkao committed Feb 20, 2024
1 parent 812662f commit a4427ed
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 25 deletions.
12 changes: 6 additions & 6 deletions themes/default/content/solutions/ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ overview:
Pulumi makes it trivial to take local AI development to production in the cloud
benefits:
title: Benefits of Pulumi for AI
author:
title: Author Code with AI
img: /images/solutions/ai/ai_author_code.svg
Expand Down Expand Up @@ -53,7 +54,7 @@ case_studies:
architectures:
title: AI Templates
title: Infrastructure as Code AI Templates
items:
- name: Pinecone
link: https://www.pulumi.com/solutions/ai-arch/
Expand Down Expand Up @@ -95,9 +96,8 @@ customer_logos:
- name: taranis

get_started:
get_started:
title: Get Started
description: |
Schedule some time with our customer engineering team, and we will help you scale your AI infrastructure with Pulumi.
cta_text: Schedule now
title: Got IaC Questions? We're here to help!
description: |
Schedule some time with our customer engineering team, and we will help you scale your AI infrastructure with Pulumi.
cta_text: Schedule now
---
34 changes: 15 additions & 19 deletions themes/default/layouts/page/ai-solutions.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<h1 class="flex flex-col items-center">
<span class="rainbow-text inline-block text-center">{{ .Params.overview.title }}</span>
</h1>
<p class="text-center leading-7">{{ .Params.overview.description }}</p>
<p text-xl class="text-center leading-7">{{ .Params.overview.description }}</p>
</div>
</header>
{{ end }}
Expand Down Expand Up @@ -47,19 +47,21 @@ <h1 class="flex flex-col items-center">


<!-- Benefit Blades -->
<section id="benefits" class="container mx-auto">
<div class="max-w-5xl mx-auto text-center py-4">
<h2>{{ .Params.benefits.title }}</h2>
</div>
</section>

<section id="benefits" class="container mx-auto my-16">
<!-- <div class="max-w-5xl mx-auto text-center py-8">
<h2>Centrally manage all environments</h2>
</div> -->
<section id="benefits1" class="container mx-auto my-16">
<div class="flex flex-wrap items-stretch">
<div class="w-full lg:w-2/3">
<img src={{ .Params.benefits.author.img }} alt={{ .Params.benefits.author.alt }} />
</div>
<div class="w-full content-center lg:w-1/3 p-4">
<div class="card bg-white p-4 my-4">
<div>
<h5>{{ .Params.benefits.author.title }}</h5>
<h3>{{ .Params.benefits.author.title }}</h3>
</div>
<div class="mt-6">
<p>{{ .Params.benefits.author.description }}</p>
Expand All @@ -69,15 +71,12 @@ <h5>{{ .Params.benefits.author.title }}</h5>
</div>
</section>

<section id="benefits" class="container mx-auto my-16">
<!-- <div class="max-w-5xl mx-auto text-center py-8">
<h2>Centrally manage all environments</h2>
</div> -->
<section id="benefits2" class="container mx-auto my-16">
<div class="flex flex-wrap items-stretch">
<div class="w-full lg:w-1/3 p-4">
<div class="card bg-white align-middle p-4 my-4">
<div>
<h5>{{ .Params.benefits.save.title }}</h5>
<h3>{{ .Params.benefits.save.title }}</h3>
</div>
<div class="mt-6">
<p>{{ .Params.benefits.save.description }}</p>
Expand All @@ -90,18 +89,15 @@ <h5>{{ .Params.benefits.save.title }}</h5>
</div>
</section>

<section id="benefits" class="container mx-auto my-16">
<!-- <div class="max-w-5xl mx-auto text-center py-8">
<h2>Centrally manage all environments</h2>
</div> -->
<section id="benefits3" class="container mx-auto my-16">
<div class="flex flex-wrap items-stretch">
<div class="w-full lg:w-2/3">
<img src={{ .Params.benefits.provision.img }} alt={{ .Params.benefits.provision.alt }} />
</div>
<div class="w-full lg:w-1/3 p-4">
<div class="card bg-white align-middle p-4 my-4">
<div>
<h5>{{ .Params.benefits.provision.title }}</h5>
<h3>{{ .Params.benefits.provision.title }}</h3>
</div>
<div class="mt-6">
<p>{{ .Params.benefits.provision.description }}</p>
Expand Down Expand Up @@ -178,9 +174,9 @@ <h3 class="text-center mb-4">{{ .Params.customer_logos.title }}</h3>
<div class="flex flex-col md:flex-row">
<div class="w-full lg:w-1/2 mx-auto p-6">
<div class="mt-10 md:mt-0 bg-gray-200 rounded p-6 shadow">
<h4>
Chat with our team
</h4>
<h3>
{{ .Params.get_started.title }}
</h3>
<pulumi-hubspot-form form-id="5d548546-024b-481a-9dad-6c1140548bee"></pulumi-hubspot-form>
</div>
</div>
Expand Down

0 comments on commit a4427ed

Please sign in to comment.