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