feat(design): add Classic Animated home screen style

New design style combines the Classic layout with subtle animated
backgrounds featuring floating sports icons and route lines.
Animations are slow and unobtrusive to avoid distracting from content.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Trey t
2026-01-14 13:23:13 -06:00
parent f7f1bbd87a
commit d34be05d61
3 changed files with 524 additions and 0 deletions

View File

@@ -29,6 +29,16 @@ struct AdaptiveHomeContent: View {
displayedTips: displayedTips
)
case .classicAnimated:
HomeContent_ClassicAnimated(
showNewTrip: $showNewTrip,
selectedTab: $selectedTab,
selectedSuggestedTrip: $selectedSuggestedTrip,
savedTrips: savedTrips,
suggestedTripsGenerator: suggestedTripsGenerator,
displayedTips: displayedTips
)
case .brutalist:
HomeContent_Brutalist(
showNewTrip: $showNewTrip,