feat: made the posts a bit more realistic

This commit is contained in:
sBubshait 2025-07-17 08:43:01 +03:00
parent d520739915
commit cedea7fbb0

View File

@ -10,13 +10,12 @@ class _FeedPageState extends State<FeedPage> {
{
'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<FeedPage> {
{
'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,