Skip to content

Commit

Permalink
feat(website): add images for fitness tracking section
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed Nov 1, 2024
1 parent b3f0e16 commit cc4034f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion apps/website/app/routes/features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,12 @@ const dataToDisplay = [
},
{
heading: "Fitness Tracking",
images: ["sharing.png"],
images: [
"current-workout.png",
"measurements-graph.png",
"logged-workout.png",
"exercise-dataset.png",
],
features: [
{
icon: LucideDumbbell,
Expand Down
Binary file added apps/website/public/features/current-workout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/website/public/features/logged-workout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cc4034f

Please sign in to comment.