Description
Create the Schedule page (app/schedule/page.tsx route doesn't exist yet, needs to be created) with a single section per the wireframe: Schedule, tabbed by day.
Suggested Starting Point
- Schedule: tabs for Friday/Saturday/Sunday, each showing a list of timed events (time + description), sourced from a data file.
- Build the section as its own component in components/, then compose it in app/schedule/page.tsx.
Acceptance Criteria
- /schedule route exists and renders the Schedule section.
- Day tabs (Fri/Sat/Sun) switch correctly between event lists.
- Schedule content comes from a data file (e.g. data/schedule.ts).
- Layout matches the wireframe (tabbed day view with timed events).
Testing
Files touched:
- Create: app/schedule/page.tsx, components/Schedule.tsx, data/schedule.ts
Description
Create the Schedule page (app/schedule/page.tsx route doesn't exist yet, needs to be created) with a single section per the wireframe: Schedule, tabbed by day.
Suggested Starting Point
Acceptance Criteria
Testing
Files touched: