Add section header containing city name, description, country name
Add guide categories section
Fetch the list of categories from the BE
Display the list of categories
Make sure it fits into screen width, if it's not add a scroll
Clicking on guide category should filter the list of guides
Display the list of guides belonging to the City
List should support pagination
List should display proper view if there is no data or error
Create a separate component GuideCard
Card should support displaying the name of the guide, short guide text, main image, copy link button, guide category, hover state with longer guide text, redirect to view guide page by clicking on read more or card
Requirements:
GuideCard