@@ -34,7 +34,7 @@ sitemapPriority: 0.7
3434 ============================================================ -->
3535 <div class =" w-full px-6 bg-[radial-gradient(ellipse_120%_140%_at_50%_-20%,theme(colors.indigo.50)_0%,theme(colors.white)_60%)]" >
3636 <div class =" max-w-screen-lg mx-auto py-16 sm:py-24 text-center" >
37- <p class =" uppercase tracking-widest text-sm font-semibold text-indigo-500 mb-4" >Use case</p >
37+ <p class =" uppercase text-sm font-semibold text-indigo-500 mb-4" >Use case</p >
3838 <h1 class =" m-auto max-w-3xl font-medium" ><span class =" text-indigo-600" >{{ title }} </span ></h1 >
3939 <p class =" mt-6 max-w-2xl mx-auto text-lg text-gray-600" >{{ problem }} </p >
4040 <div class =" mt-10 flex flex-wrap gap-4 justify-center" >
@@ -69,7 +69,7 @@ sitemapPriority: 0.7
6969 ============================================================ -->
7070 <div id =" customer-pain" class =" w-full py-16 sm:py-24 px-6 bg-white scroll-mt-16" >
7171 <div class =" max-w-screen-lg mx-auto" >
72- <p class =" uppercase tracking-widest text-xs font-semibold text-indigo-400 mb-2" >01 · Customer pain</p >
72+ <p class =" uppercase text-xs font-semibold text-indigo-400 mb-2" >01 · Customer pain</p >
7373 <h2 class =" max-md:text-center" ><span class =" text-red-600" >{{ customerPain .heading }} </span ></h2 >
7474 <div class =" mt-6 grid grid-cols-1 md:grid-cols-2 gap-6 max-w-4xl" >
7575 {% for paragraph in customerPain .intro %}
@@ -97,7 +97,7 @@ sitemapPriority: 0.7
9797 ============================================================ -->
9898 <div id =" outcome-first" class =" w-full py-16 sm:py-24 px-6 bg-gray-50 border-y border-gray-100 scroll-mt-16" >
9999 <div class =" max-w-screen-lg mx-auto" >
100- <p class =" uppercase tracking-widest text-xs font-semibold text-indigo-400 mb-2" >02 · Outcome first</p >
100+ <p class =" uppercase text-xs font-semibold text-indigo-400 mb-2" >02 · Outcome first</p >
101101 <h2 class =" max-md:text-center" >{{ outcomeFirst .heading }} </h2 >
102102 <p class =" mt-4 max-w-3xl text-gray-600" >{{ outcomeFirst .intro }} </p >
103103 <div class =" grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6 mt-12" >
@@ -119,7 +119,7 @@ sitemapPriority: 0.7
119119 ============================================================ -->
120120 <div id =" why-it-matters" class =" w-full bg-[radial-gradient(ellipse_120%_120%_at_50%_120%,theme(colors.indigo.600)_0%,theme(colors.indigo.900)_100%)] py-16 sm:py-24 px-6 scroll-mt-16" >
121121 <div class =" max-w-screen-lg mx-auto" >
122- <p class =" uppercase tracking-widest text-xs font-semibold text-indigo-300 mb-2" >03 · Why this is important</p >
122+ <p class =" uppercase text-xs font-semibold text-indigo-300 mb-2" >03 · Why this is important</p >
123123 <h2 class =" text-white max-md:text-center" >{{ whyItMatters .heading }} </h2 >
124124 <p class =" mt-4 max-w-3xl text-indigo-100 font-light" >{{ whyItMatters .intro }} </p >
125125 <div class =" grid grid-cols-1 md:grid-cols-2 gap-6 mt-12" >
@@ -143,7 +143,7 @@ sitemapPriority: 0.7
143143 ============================================================ -->
144144 <div id =" competition" class =" w-full py-16 sm:py-24 px-6 bg-white scroll-mt-16" >
145145 <div class =" max-w-screen-lg mx-auto" >
146- <p class =" uppercase tracking-widest text-xs font-semibold text-indigo-400 mb-2" >04 · Why off-the-shelf doesn't work</p >
146+ <p class =" uppercase text-xs font-semibold text-indigo-400 mb-2" >04 · Why off-the-shelf doesn't work</p >
147147 <h2 class =" max-md:text-center" >{{ competition .heading }} </h2 >
148148 <p class =" mt-4 max-w-3xl text-gray-600" >{{ competition .intro }} </p >
149149 <div class =" grid grid-cols-1 md:grid-cols-2 gap-6 mt-12" >
@@ -168,7 +168,7 @@ sitemapPriority: 0.7
168168 ============================================================ -->
169169 <div id =" with-without" class =" w-full py-16 sm:py-24 px-6 comparison-section-bg scroll-mt-16" >
170170 <div class =" max-w-screen-lg mx-auto" >
171- <p class =" uppercase tracking-widest text-xs font-semibold text-indigo-400 mb-2" >05 · With / without FlowFuse</p >
171+ <p class =" uppercase text-xs font-semibold text-indigo-400 mb-2" >05 · With / without FlowFuse</p >
172172 <div class =" grid grid-cols-1 lg:grid-cols-2 gap-8 mt-6" >
173173 <div >
174174 <h3 class =" text-gray-500 m-0" >Without FlowFuse</h3 >
0 commit comments