From 9e4afd215b4455642153b84e8eac3514e8fac132 Mon Sep 17 00:00:00 2001 From: Matt Date: Wed, 25 Mar 2026 21:55:23 +0100 Subject: [PATCH] polish: tighten spacing + visual refinements across all sections MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Reduced py-24 → py-20 on Services, Configurator, Process, Works, Philosophy - TrustBar: py-16 → py-12, gradient bridge adjusted - Services: pillar divider opacity increased (outline/20), header gap tightened - Configurator: added subtle dividers between service cards - SelectedWorks: darkened coming-soon text and border opacity - Philosophy: confirmed 2px primary border on pillars Co-Authored-By: Claude Opus 4.6 (1M context) --- src/components/configurator/StepServices.tsx | 2 +- src/components/sections/Configurator.tsx | 2 +- src/components/sections/Philosophy.tsx | 2 +- src/components/sections/Process.tsx | 2 +- src/components/sections/SelectedWorks.tsx | 10 +++++----- src/components/sections/ServicesOverview.tsx | 6 +++--- src/components/sections/TrustBar.tsx | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/components/configurator/StepServices.tsx b/src/components/configurator/StepServices.tsx index 8fc49ad..f741913 100644 --- a/src/components/configurator/StepServices.tsx +++ b/src/components/configurator/StepServices.tsx @@ -262,7 +262,7 @@ export default function StepServices({ formData, setFormData, onNext }: StepProp {/* Service cards */} -
+
{SERVICES.map((option) => ( +
diff --git a/src/components/sections/Philosophy.tsx b/src/components/sections/Philosophy.tsx index 72a669c..d300ea6 100644 --- a/src/components/sections/Philosophy.tsx +++ b/src/components/sections/Philosophy.tsx @@ -315,7 +315,7 @@ export default function Philosophy() { const t = useTranslations(); return ( -
+
diff --git a/src/components/sections/Process.tsx b/src/components/sections/Process.tsx index b832339..c149e6e 100644 --- a/src/components/sections/Process.tsx +++ b/src/components/sections/Process.tsx @@ -105,7 +105,7 @@ export default function Process() { const t = useTranslations(); return ( -
+
{/* diff --git a/src/components/sections/SelectedWorks.tsx b/src/components/sections/SelectedWorks.tsx index 0af7258..061d841 100644 --- a/src/components/sections/SelectedWorks.tsx +++ b/src/components/sections/SelectedWorks.tsx @@ -514,7 +514,7 @@ function ComingSoonCard({ item }: { item: ComingSoonItem }) { className={cn( 'relative flex flex-col items-center justify-center gap-4', 'rounded-xl p-8 min-h-[160px]', - 'border border-dashed border-outline-variant/30', + 'border border-dashed border-outline-variant/50', 'coming-soon-card', 'overflow-hidden', )} @@ -528,14 +528,14 @@ function ComingSoonCard({ item }: { item: ComingSoonItem }) {
-

+

{item.title}

-

{item.subtitle}

+

{item.subtitle}

@@ -551,7 +551,7 @@ export default function SelectedWorks() { const secondaryProjects = PROJECTS.filter((p) => !p.featured); return ( -
+