diff --git a/doc/TechnicalSpecification.md b/doc/TechnicalSpecification.md
index 886ed13..dce8da4 100644
--- a/doc/TechnicalSpecification.md
+++ b/doc/TechnicalSpecification.md
@@ -213,6 +213,35 @@ creation process will take place here
+##### UI Requirements
+
+- [ ] User details section
+ - [ ] Google details: profile picture, full name and email
+
+- [ ] User recipe section
+ - [ ] List of all the recipes created by the user
+ - [ ] Paginated? **Maybe a max size and a button for seeing them all***
+ - [ ] Short and sweet, not much data displayed, no image and no description
+ - [ ] Different layout then used elsewhere, spanned across the entire page
+
+- [ ] User saved recipe section
+ - [ ] List of all the recipes liked/saved by the user
+ - [ ] Max size of **x*** amount, a see all button will take the user to their favorites page
+ - [ ] Should look the like section above
+
+- [ ] User activity section
+ - [ ] List of all recent "engagement" the user has created
+ - [ ] Just a message and a date
+
+
+'*': Not sure yet, still under consideration
+
+
+##### API Requirements
+
+
+
+
## Database Requirements
This section outlines the specific technical requirements for the database store for
diff --git a/internal/templates/pages/profile.templ b/internal/templates/pages/profile.templ
index 2480b9b..51a406b 100644
--- a/internal/templates/pages/profile.templ
+++ b/internal/templates/pages/profile.templ
@@ -2,7 +2,7 @@ package templates
import "github.com/haydenhargreaves/Potion/internal/templates/components"
import domain "github.com/haydenhargreaves/Potion/internal/domain/server"
-import domain_user"github.com/haydenhargreaves/Potion/internal/domain/user"
+import domain_user "github.com/haydenhargreaves/Potion/internal/domain/user"
templ userDetailsSection(user domain_user.User) {
{ user.Email } { user.Email } 10 recipes 14 favorites{ user.Name }
- { user.Name }
+ My Recipes
+
+ @recipeListItem()
+ @recipeListItem()
+ @recipeListItem()
+ @recipeListItem()
+
+
+ My Favorites
+
+ @recipeListItem()
+ @recipeListItem()
+ @recipeListItem()
+ @recipeListItem()
+
+
+ My Favorites
+
+ @activityListItem()
+ @activityListItem()
+ @activityListItem()
+ @activityListItem()
+ @activityListItem()
+ @activityListItem()
+
+
+
+ + My Awesome Chili Recipe + +
++ Difficulty: Medium + | Duration: 60 min + | Category: Dinner +
++ Difficulty: Medium +
++ Duration: 60 min +
++ Category: Dinner +
++ Tags: comfort food, spicy, beef +
++ Rated "Spicy Chicken Wings" +
++ 2 days ago +
+10 recipes
14 favorites
Difficulty: Medium | Duration: 60 min | Category: Dinner
Difficulty: Medium
Duration: 60 min
Category: Dinner
Tags: comfort food, spicy, beef
Rated \"Spicy Chicken Wings\"
2 days ago