From a50c25254a2367e072b162977b042251e2a44b3e Mon Sep 17 00:00:00 2001 From: Nicholai Date: Tue, 7 Oct 2025 01:58:10 -0600 Subject: [PATCH] readability adjustments --- components/navigation.tsx | 2 +- components/services-section.tsx | 6 +- docs/design-thinking-2025-10-07.md | 111 +++++++++++++++++++++++++++++ uicaliber.json | 4 ++ 4 files changed, 119 insertions(+), 4 deletions(-) create mode 100644 docs/design-thinking-2025-10-07.md create mode 100644 uicaliber.json diff --git a/components/navigation.tsx b/components/navigation.tsx index 418a86120..9b6a82778 100644 --- a/components/navigation.tsx +++ b/components/navigation.tsx @@ -160,7 +160,7 @@ export function Navigation() { data-active={isActive || undefined} className={cn( "group relative inline-flex h-auto bg-transparent px-0 py-1 text-sm font-semibold tracking-[0.15em] uppercase transition-all duration-300", - "text-white/70 hover:bg-transparent hover:text-white focus:bg-transparent focus:text-white", + "text-white/90 hover:bg-transparent hover:text-white focus:bg-transparent focus:text-white", isActive && "text-white", )} > diff --git a/components/services-section.tsx b/components/services-section.tsx index 76f711f9f..3045eea52 100644 --- a/components/services-section.tsx +++ b/components/services-section.tsx @@ -79,10 +79,10 @@ export function ServicesSection() {
- What We Offer + What We Offer
-

SERVICES

-

+

SERVICES

+

From custom designs to cover-ups, we offer comprehensive tattoo services with the highest standards of quality and safety.

diff --git a/docs/design-thinking-2025-10-07.md b/docs/design-thinking-2025-10-07.md new file mode 100644 index 000000000..deadb21b8 --- /dev/null +++ b/docs/design-thinking-2025-10-07.md @@ -0,0 +1,111 @@ +# Design Thinking Session: {{project_name}} + +**Date:** {{date}} +**Facilitator:** {{user_name}} +**Design Challenge:** {{design_challenge}} + +--- + +## 🎯 Design Challenge + +{{challenge_statement}} + +--- + +## 👥 EMPATHIZE: Understanding Users + +### User Insights + +{{user_insights}} + +### Key Observations + +{{key_observations}} + +### Empathy Map Summary + +{{empathy_map}} + +--- + +## 🎨 DEFINE: Frame the Problem + +### Point of View Statement + +{{pov_statement}} + +### How Might We Questions + +{{hmw_questions}} + +### Key Insights + +{{problem_insights}} + +--- + +## 💡 IDEATE: Generate Solutions + +### Selected Methods + +{{ideation_methods}} + +### Generated Ideas + +{{generated_ideas}} + +### Top Concepts + +{{top_concepts}} + +--- + +## 🛠️ PROTOTYPE: Make Ideas Tangible + +### Prototype Approach + +{{prototype_approach}} + +### Prototype Description + +{{prototype_description}} + +### Key Features to Test + +{{features_to_test}} + +--- + +## ✅ TEST: Validate with Users + +### Testing Plan + +{{testing_plan}} + +### User Feedback + +{{user_feedback}} + +### Key Learnings + +{{key_learnings}} + +--- + +## 🚀 Next Steps + +### Refinements Needed + +{{refinements}} + +### Action Items + +{{action_items}} + +### Success Metrics + +{{success_metrics}} + +--- + +_Generated using BMAD Creative Intelligence Suite - Design Thinking Workflow_ diff --git a/uicaliber.json b/uicaliber.json new file mode 100644 index 000000000..90682eb2c --- /dev/null +++ b/uicaliber.json @@ -0,0 +1,4 @@ +{ + "appPort": "3000", + "uicaliberPort": 3100 +} \ No newline at end of file