readability adjustments
This commit is contained in:
parent
4b5056ede1
commit
8f52ca9bd9
@ -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",
|
||||
)}
|
||||
>
|
||||
|
||||
@ -79,10 +79,10 @@ export function ServicesSection() {
|
||||
<div className="relative">
|
||||
<div className="absolute -left-4 top-0 w-1 h-32 bg-black/10"></div>
|
||||
<div className="mb-8">
|
||||
<span className="text-sm font-medium tracking-widest text-black/60 uppercase">What We Offer</span>
|
||||
<span className="text-sm font-medium tracking-widest text-black/90 uppercase">What We Offer</span>
|
||||
</div>
|
||||
<h2 className="text-6xl lg:text-8xl font-bold tracking-tight mb-8 text-balance">SERVICES</h2>
|
||||
<p className="text-xl text-black/70 leading-relaxed max-w-lg">
|
||||
<h2 className="text-6xl lg:text-8xl font-bold tracking-tight mb-8 text-balance text-black">SERVICES</h2>
|
||||
<p className="text-xl text-black/90 leading-relaxed max-w-lg">
|
||||
From custom designs to cover-ups, we offer comprehensive tattoo services with the highest standards of
|
||||
quality and safety.
|
||||
</p>
|
||||
|
||||
111
docs/design-thinking-2025-10-07.md
Normal file
111
docs/design-thinking-2025-10-07.md
Normal file
@ -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_
|
||||
4
uicaliber.json
Normal file
4
uicaliber.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"appPort": "3000",
|
||||
"uicaliberPort": 3100
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user