


{
“name”: “Footwear Store App Style Layout”,
“sections”: [
{
“type”: “banner”,
“image”: “https://footmax.com.bd/wp-content/uploads/2025/03/logo-max.png”,
“heading”: “Welcome to FootMax”,
“subheading”: “Step Into Style – Shop the Latest Footwear”,
“button_text”: “Shop Now”,
“button_link”: “/shop”
},
{
“type”: “category-icons”,
“categories”: [
{
“label”: “Men”,
“icon”: “man”,
“link”: “/category/men”
},
{
“label”: “Women”,
“icon”: “woman”,
“link”: “/category/women”
},
{
“label”: “New Arrivals”,
“icon”: “star”,
“link”: “/category/new-arrivals”
},
{
“label”: “Kids”,
“icon”: “child”,
“link”: “/category/kids”
}
]
},
{
“type”: “product-carousel”,
“title”: “Trending Now”,
“category”: “men”
},
{
“type”: “deal-section”,
“title”: “Deal of the Day”,
“product_id”: “1234”
},
{
“type”: “testimonial”,
“reviews”: [
{
“name”: “Rafi”,
“text”: “Best shoes I’ve ever bought!”
},
{
“name”: “Mou”,
“text”: “Fast delivery and great quality!”
}
]
},
{
“type”: “bottom-nav”,
“menu_items”: [
{
“icon”: “home”,
“label”: “Home”,
“link”: “/”
},
{
“icon”: “grid”,
“label”: “Categories”,
“link”: “/shop”
},
{
“icon”: “search”,
“label”: “Search”,
“link”: “/?s=”
},
{
“icon”: “heart”,
“label”: “Wishlist”,
“link”: “/wishlist”
},
{
“icon”: “shopping-cart”,
“label”: “Cart”,
“link”: “/cart”
}
]
}
]
}