Once the new theme is activated, it's time to handle the content by creating some options and configuring the products and categories.
To create new categories, you will need access the Admin area (http://localhost/packt/admin_packt) and follow this recipe:
In the Add Category option, you have option to fill the Description, Page Title, and Meta Information areas for SEO purposes, as shown in the following screenshot:

To create new products, you will need access to the Admin area (http://localhost/packt/admin_packt) and follow this recipe:
http://localhost/packt/admin_packt) and navigate to Products | Catalog.
Magento has a widget management system that allows the flexibility of the content. The widget helps create a specific list of new products in the home page. To create a new widget, follow these steps:


The default block configuration contains the images and products of the Luma theme. Let's change it via the following steps:
<div class="blocks-promo">
<a class="block-promo home-main" href="{{store url=""}}notebook.html">
<img src="{{media url="wysiwyg/home-main.jpg"}}" alt="" />
<span class="content bg-white"><span class="info">New Desktop available!</span>
<strong class="title">New Brands</strong>
<span class="action more button">Shop New Desktop</span> </span> </a>
</div>
<div class="content-heading">
<h2 class="title">New Products</h2>
<p class="info">Here is what`s trending on CompStore now</p>

Go to the Home page to see the final result:
