Skip to content

Commit

Permalink
Update pricing.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Oct 11, 2024
1 parent ffcf112 commit 247b8ac
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions landing/src/pages/pricing.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,15 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';
<body class="bg-white font-body text-navy">
<Header title={SITE_TITLE} />
<main>
<div class="bg-white py-12 sm:py-20">
<div class="mx-auto max-w-6xl px-6 lg:px-8">
<div class="mx-auto max-w-4xl sm:text-center">
<h2
class="mt-2 text-4xl font-bold font-heading tracking-tight text-gray-900 uppercase sm:text-5xl"
>
Choose the right next step for&nbsp;you
</h2>
</div>
<p
class="font-body mx-auto mt-6 max-w-3xl text-xl text-left leading-8 text-gray-600"
<div class="bg-white flex justify-center py-12 sm:py-20">
<div class="max-w-6xl px-6 lg:px-8">
<h2
class="mt-2 text-4xl font-bold font-heading tracking-tight text-gray-900 uppercase sm:text-5xl"
>
Choose the right next step for you
</h2>

<p class="font-body mt-6 text-xl text-left leading-8 text-gray-600">
Shepherd remains open-source software, and this commitment is
unwavering. Our library serves as a foundation for countless solo
developers and esteemed organizations, empowering them to create
Expand All @@ -38,7 +35,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';

<div class="my-20 flow-root">
<div
class="isolate -mt-16 grid grid-cols-1 gap-y-16 divide-y divide-gray-100 sm:mx-auto lg:-mx-8 lg:mt-0 lg:max-w-none lg:grid-cols-3 lg:divide-x lg:divide-y-0 xl:-mx-4"
class="isolate -mt-16 grid grid-cols-1 gap-y-16 divide-y divide-gray-100 sm:mx-auto lg:-mx-8 lg:mt-0 lg:grid-cols-3 lg:divide-x lg:divide-y-0 xl:-mx-4"
>
<div class="pt-16 lg:px-8 lg:pt-0 xl:px-14">
<h3 class="font-heading text-xl uppercase w-full">
Expand Down Expand Up @@ -235,8 +232,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';
</a>
</div>
<p class="mt-10 text-m font-semibold leading-6 text-gray-900">
Let us help you get the most out of Shepherd and provide
support for successful user journey.
Let us help you get the most out of Shepherd
</p>
<ul
role="list"
Expand Down Expand Up @@ -303,10 +299,8 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';
</div>
</div>

<div
class="mb-8 mt-4 relative max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 lg:mt-20"
>
<div class="max-w-md mx-auto lg:max-w-5xl">
<div class="mb-8 mt-4 relative lg:mt-20">
<div class="">
<div
class="bg-grey-light px-6 py-8 sm:p-10 lg:flex lg:items-center"
>
Expand Down

0 comments on commit 247b8ac

Please sign in to comment.