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 ( -
+