Skip to content

Commit b6942cb

Browse files
committed
Update style
1 parent 240edf1 commit b6942cb

2 files changed

Lines changed: 10 additions & 14 deletions

File tree

src/_includes/layouts/use-case.njk

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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>

src/use-cases.njk

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ layout: layouts/base.njk
33
sitemapPriority: 0.8
44
title: "Use Cases"
55
meta:
6-
title: "Use Cases | FlowFuse"
6+
title: "Use Cases"
77
description: "Generic operational workflow patterns for industrial teams. Turn events into action with FlowFuse. Placeholder skeleton hub."
88
---
99
<div class="w-full">
1010

1111
<!-- HERO with CTA buttons -->
1212
<div class="w-full px-6 bg-[radial-gradient(ellipse_120%_140%_at_50%_-20%,theme(colors.indigo.50)_0%,theme(colors.white)_60%)]">
1313
<div class="max-w-screen-lg mx-auto py-16 sm:py-24 text-center">
14-
<p class="uppercase tracking-widest text-sm font-semibold text-indigo-500 mb-4">Use cases</p>
14+
<p class="uppercase text-sm font-semibold text-indigo-500 mb-4">Use cases</p>
1515
<h1 class="m-auto max-w-3xl font-medium">Turn industrial events into <span class="text-indigo-600">action</span></h1>
1616
<p class="mt-6 max-w-2xl mx-auto text-lg text-gray-600">Operational workflow patterns that follow Event, Decision, Action. Explore how each one is operationalized with FlowFuse.</p>
1717
<div class="mt-10 flex flex-wrap gap-4 justify-center">
@@ -25,7 +25,7 @@ meta:
2525
<div class="max-w-screen-lg mx-auto">
2626
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6">
2727
{% for uc in collections["use-case"] | sort(false, true, "data.title") %}
28-
<a href="{{ uc.url }}" class="group flex flex-col gap-3 rounded-xl border border-gray-200 p-6 bg-white hover:border-indigo-300 hover:shadow-sm transition-all">
28+
<a href="{{ uc.url }}" class="group hover:no-underline flex flex-col gap-3 rounded-xl border border-gray-200 p-6 bg-white hover:border-indigo-300 hover:shadow-sm transition-all">
2929
<h3 class="m-0 text-gray-800 group-hover:text-indigo-600 transition-colors">{{ uc.data.title }}</h3>
3030
<p class="m-0 text-gray-600 text-sm flex-grow">{{ uc.data.problem }}</p>
3131
<span class="mt-2 text-indigo-600 text-sm font-semibold flex items-center gap-2">
@@ -38,15 +38,11 @@ meta:
3838
</div>
3939
</div>
4040

41-
<!-- RESOURCES BLOCK PLACEHOLDER -->
42-
{% set relatedTag = "" %}
43-
{% include "components/related-resources.njk" %}
44-
4541
<!-- CLOSING CTA BAND -->
4642
<div class="w-full px-6 py-20">
4743
<div class="ff-blue-card max-md:max-w-xl md:max-w-screen-lg mx-auto pt-12 pb-10 text-center">
4844
<h3 class="mb-4 w-full text-center">See it on your workflow</h3>
49-
<p class="text-gray-600 mb-8 max-w-xl mx-auto">Talk to an expert, or get started with FlowFuse today.</p>
45+
<p class="text-gray-600 mb-8 max-w-xl mx-auto text-center">Talk to an expert, or get started with FlowFuse today.</p>
5046
<div class="flex flex-wrap gap-4 justify-center">
5147
<a class="ff-btn ff-btn--highlight min-h-[40px] uppercase" href="/contact-us/" onclick="capture('cta-talk-to-expert', {'position': 'footer', 'page': 'use-cases-hub'})">Talk to an expert</a>
5248
<a class="ff-btn ff-btn--primary-outlined min-h-[40px] uppercase" href="{% include "sign-up-url.njk" %}" onclick="capture('cta-join', {'position': 'footer', 'page': 'use-cases-hub'})">Get started</a>

0 commit comments

Comments
 (0)