diff --git a/lib/screens/pages/feed_page.dart b/lib/screens/pages/feed_page.dart index a72374c..8d77ebc 100644 --- a/lib/screens/pages/feed_page.dart +++ b/lib/screens/pages/feed_page.dart @@ -10,13 +10,12 @@ class _FeedPageState extends State { { 'id': '1', 'user': { - 'displayName': 'Ahmed Al-Rashid', + 'displayName': 'Abu Khalid (Aqeel)', 'avatar': 'A', 'avatar_color': Color(0xFF32B0A5), }, - 'content': - 'Just had an amazing coffee at the new café downtown! The atmosphere is perfect for catching up with friends.', - 'timestamp': '2 hours ago', + 'content': 'Free hasawi khalas dates! Drop by my office to grab some 😉', + 'timestamp': '42 minutes ago', 'likes': 12, 'comments': 3, 'isLiked': false, @@ -24,12 +23,12 @@ class _FeedPageState extends State { { 'id': '2', 'user': { - 'displayName': 'Sarah Mohammed', + 'displayName': 'Sarah Khalid', 'avatar': 'S', 'avatar_color': Color(0xFF4600B9), }, 'content': - 'Excited to announce that I just got accepted into the university! Time to start this new chapter of my life 🎓', + 'Alhamdulillah, I am happy to tell you I have been blessed with a baby ❤️', 'timestamp': '4 hours ago', 'likes': 28, 'comments': 7,