From 36046214e1b7d746c4aa177438ff7dc9eb673c14 Mon Sep 17 00:00:00 2001 From: inmake Date: Wed, 21 Jan 2026 18:04:59 +0500 Subject: [PATCH] Refactor ProjectBrochuresList and BrochureButton components for improved styling and consistency; update font weight and class names for better UI presentation. --- src/components/header/ProjectBrochuresList.tsx | 14 ++++++++------ src/components/ui/BrochureButton.tsx | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/src/components/header/ProjectBrochuresList.tsx b/src/components/header/ProjectBrochuresList.tsx index d0fbecd..6a6e895 100644 --- a/src/components/header/ProjectBrochuresList.tsx +++ b/src/components/header/ProjectBrochuresList.tsx @@ -16,13 +16,15 @@ export default function ProjectBrochuresList({ const isMobile = variant === "mobile"; return ( -
-

{projectTitle}

+
+

{projectTitle}

{brochures.map((brochure, index) => ( - {title} + {title}